styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoutline-coloroutline-offsetoutline-styleoutline-widthoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

outline-color CSS Property

The outline-color property sets the color of the element's outline. The default value auto represents the accent color when outline-style is auto; otherwise it resolves to currentcolor. button:focus { outline-color: tomato; } :focus-visible { outline-color: oklch(0.75 0.2 250); } autoRepresents the browser's accent color when outline-style is auto; otherwise resolves to currentcolor (default value).currentcolorUses the current color property value of the element.transparentFully transparent color.invertLegacy (CSS 2) value — inverts background colors to ensure visibility; inconsistently supported. rgb()RGB color function.hsl()HSL color function.oklch()Oklch color function.color()Generic function for specifying color in custom color spaces. CSS Basic User Interface Module Level 4 Working Draft <color> W3CMDN CSS Show all code Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationvalue typessourcesvisual demonstration