Use this color
Create with Cyan
Open a professional color tool with #00FFFF already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-cyan: #00FFFF;
.bg-cyan { background-color: #00FFFF; }
.text-cyan { color: #00FFFF; }Color meaning and use
About Cyan Color
Cyan uses HEX #00FFFF, RGB 0, 255, 255, and HSL 180°, 100%, 50%. The dataset classifies it in the cyan family with cool temperature and vibrant visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.7874; black contrast is 16.75:1 and white contrast is 1.25:1, making black the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Cyan against black and white text.
Downloadable color reference infographic
Cyan Color Reference Infographic
Save a high-resolution infographic of Cyan, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#00FFFF",
"rgb": [
0,
255,
255
],
"hsl": [
180,
100,
50
],
"cmyk": [
100,
0,
0,
0
],
"luminance": 0.7874,
"contrast": {
"black": 16.75,
"white": 1.25
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#FF0000",
"analogous": [
"#00FF80",
"#007FFF"
],
"triadic": [
"#FF00FF",
"#FFFF00"
],
"tetradic": [
"#7F00FF",
"#FF0000",
"#80FF00"
],
"splitComplementary": [
"#FF0080",
"#FF8000"
],
"monochromatic": [
"#5CFFFF",
"#00FFFF",
"#00A3A3"
]
}Variants
{
"light": "#5CFFFF",
"dark": "#00A3A3",
"saturated": "#00FFFF",
"desaturated": "#1CE3E3",
"pastel": "#89F5F5",
"neon": "#29FFFF"
}Pairings
{
"best": [
"#000000",
"#FF0000",
"#00FF80",
"#007FFF"
],
"avoid": [
"#1CE3E3",
"#5CFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#5CFFFF",
"#1CE3E3"
]
}Knowledge graph
{
"nearestColors": [
"aqua",
"deep-sky-blue",
"dark-turquoise",
"robin-egg-blue",
"turquoise"
],
"generatedPalettes": [
"cyan"
],
"generatedComparisons": [
"aqua-vs-cyan",
"cyan-vs-deep-sky-blue"
],
"relatedFamilies": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/cyan",
"/wcag/cyan",
"/css/colors/cyan",
"/hex/00ffff",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/cyan"
],
"related": [
"/colors/aqua",
"/colors/deep-sky-blue",
"/colors/dark-turquoise",
"/colors/robin-egg-blue",
"/colors/turquoise",
"/compare/aqua-vs-cyan",
"/compare/cyan-vs-deep-sky-blue",
"/harmonies/cyan",
"/wcag/cyan",
"/css/colors/cyan",
"/hex/00ffff",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "cyan",
"name": "Cyan",
"cssName": "cyan",
"hex": "#00FFFF",
"family": "cyan",
"temperature": "cool",
"tone": [
"vibrant"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"cyan"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"cyan",
"cool",
"vibrant",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
0,
255,
255
],
"hsl": [
180,
100,
50
],
"cmyk": [
100,
0,
0,
0
],
"luminance": 0.7874,
"contrast": {
"black": 16.75,
"white": 1.25
},
"harmonies": {
"complementary": "#FF0000",
"analogous": [
"#00FF80",
"#007FFF"
],
"triadic": [
"#FF00FF",
"#FFFF00"
],
"tetradic": [
"#7F00FF",
"#FF0000",
"#80FF00"
],
"splitComplementary": [
"#FF0080",
"#FF8000"
],
"monochromatic": [
"#5CFFFF",
"#00FFFF",
"#00A3A3"
]
},
"variants": {
"light": "#5CFFFF",
"dark": "#00A3A3",
"saturated": "#00FFFF",
"desaturated": "#1CE3E3",
"pastel": "#89F5F5",
"neon": "#29FFFF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-cyan: #00FFFF;",
"utility": ".bg-cyan { background-color: #00FFFF; }",
"textUtility": ".text-cyan { color: #00FFFF; }"
},
"nearestColors": [
"aqua",
"deep-sky-blue",
"dark-turquoise",
"robin-egg-blue",
"turquoise"
],
"generatedPalettes": [
"cyan"
],
"generatedComparisons": [
"aqua-vs-cyan",
"cyan-vs-deep-sky-blue"
],
"relatedFamilies": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/cyan",
"/wcag/cyan",
"/css/colors/cyan",
"/hex/00ffff",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/cyan"
],
"related": [
"/colors/aqua",
"/colors/deep-sky-blue",
"/colors/dark-turquoise",
"/colors/robin-egg-blue",
"/colors/turquoise",
"/compare/aqua-vs-cyan",
"/compare/cyan-vs-deep-sky-blue",
"/harmonies/cyan",
"/wcag/cyan",
"/css/colors/cyan",
"/hex/00ffff",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#000000",
"#FF0000",
"#00FF80",
"#007FFF"
],
"avoid": [
"#1CE3E3",
"#5CFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#5CFFFF",
"#1CE3E3"
]
}
}