#F0F8FFW3C keyword reference
CSS named colors, without duplicate swatches
Find any standardized opaque CSS color keyword, copy its exact value, and see which spellings resolve to the same sRGB color. The complete reference keeps aliases together instead of creating duplicate pages.
- 148opaque keyword spellings
- 139distinct sRGB colors
- 9exact-value alias pairs
Source and method
A standard table, not invented color names.
CSS Color Module Level 4 defines each opaque named color as an exact sRGB value. Hexees preserves those keyword spellings, groups exact aliases, and calculates RGB and contrast from the cited HEX value.
- Version
- CSS Color Module Level 4
- Source
- W3C named-color table
- License
- W3C Document License
Complete lookup
Search, compare, and copy.
Filter locally by keyword, localized display name, HEX, RGB, or family. Search text stays in your browser and does not create another indexable URL.
139 of 139 colors match; 24 are currently shown
#FAEBD7Neutral
antiquewhite
Antique WhiteCopy CSS, HEX, or RGB
- Black text
- 17.93:1
- White text
- 1.17:1
#7FFFD4#F0FFFF#F5F5DC#FFE4C4#000000#FFEBCDOrange
blanchedalmond
Blanched AlmondCopy CSS, HEX, or RGB
- Black text
- 18.02:1
- White text
- 1.17:1
#0000FF#8A2BE2#A52A2A#DEB887#5F9EA0#7FFF00#D2691E#FF7F50#6495EDBlue
cornflowerblue
Cornflower BlueCopy CSS, HEX, or RGB
- Black text
- 7.06:1
- White text
- 2.97:1
#FFF8DC#DC143C#00FFFF#00008B#008B8B#B8860BYellow
darkgoldenrod
Dark GoldenrodCopy CSS, HEX, or RGB
- Black text
- 6.45:1
- White text
- 3.25:1
#A9A9A9Neutral
darkgray / darkgrey
Dark Gray / Dark GreyCopy CSS, HEX, or RGB
- Black text
- 8.94:1
- White text
- 2.35:1
Canonical aliases
Nine pairs, one value each.
These spellings are separate valid CSS keywords, but each pair resolves to the same exact sRGB channels. Hexees keeps one canonical swatch and exposes both spellings.
cyanaqua#00FFFFmagentafuchsia#FF00FFgraygrey#808080darkgraydarkgrey#A9A9A9darkslategraydarkslategrey#2F4F4Fdimgraydimgrey#696969lightgraylightgrey#D3D3D3lightslategraylightslategrey#778899slategrayslategrey#708090Outside the opaque table
Two useful keywords are not swatches.
transparenttransparent represents fully transparent black. Its visible result depends on the background underneath, so it is not one of the 148 opaque named colors.
currentcolorcurrentcolor resolves from the element's color property. It depends on context rather than a fixed sRGB triplet, so it cannot be listed as a canonical swatch.
Accessibility limits
Test the actual pair and the complete interface.
The card ratios compare each exact opaque sRGB value with black and white. WCAG 2.2 AA requires at least 4.5:1 for normal text and 3:1 for large text, but a numeric pass covers only the tested pair.
Gradients, images, opacity, font size and weight, states, focus indicators, and neighboring colors require their own checks. These calculations are not a blanket conformance claim.
Do not rely on color alone to communicate an error, status, selection, or required action; pair it with text, shape, or another programmatically available cue.