Generated palette
Cyan Palette
Cyan Palette: #00FFFF, #FF0000, #00FF80, #007FFF. Check roles, contrast and CSS variables; open source-color links and JSON.
Cyan Palette assigns primary #00FFFF, secondary #FF0000, surface #00FF80, background #007FFF, accent #000000. The set spans Cyan, Red, Green, and Blue families with cool, warm, and neutral temperatures. Luminance runs from #000000 at 0 to #00FFFF at 0.7874; black gives higher contrast on 4 of 5 values.
Palette Color Roles
Cyan Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#00FFFFCyan#FF0000Red#00FF80#00FF80#007FFF#007FFF#000000BlackCSS Variables
--palette-cyan-primary: #00FFFF; --palette-cyan-secondary: #FF0000; --palette-cyan-surface: #00FF80; --palette-cyan-background: #007FFF; --palette-cyan-accent: #000000;
Accessibility Snapshot
Compare all 5 Cyan Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Cyan Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Cyan Palette Data (JSON)
Structured palette data for Cyan Palette, including color roles, accessibility, semantic groups, use cases, CSS variables, and API links.
colorsPalette colors with roles and color systemsrolesPrimary, secondary, surface, background, and accent mappingaccessibilityContrast and WCAG text options by palette colorsemanticGroupsAI-readable palette labelsuseCasesDesign and implementation contextscssVariablesCopy-ready CSS custom propertiesStructured sections
Roles
[
{
"role": "primary",
"hex": "#00FFFF",
"name": "Cyan"
},
{
"role": "secondary",
"hex": "#FF0000",
"name": "Red"
},
{
"role": "surface",
"hex": "#00FF80",
"name": "#00FF80"
},
{
"role": "background",
"hex": "#007FFF",
"name": "#007FFF"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#00FFFF",
"name": "Cyan",
"blackContrast": 16.75,
"whiteContrast": 1.25,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#FF0000",
"name": "Red",
"blackContrast": 5.25,
"whiteContrast": 4,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#00FF80",
"name": "#00FF80",
"blackContrast": 15.62,
"whiteContrast": 1.34,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#007FFF",
"name": "#007FFF",
"blackContrast": 5.48,
"whiteContrast": 3.83,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"cyan palette",
"generated palette",
"red palette",
"green palette",
"blue palette",
"gray palette",
"vibrant palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"wellness and botanical palettes",
"calm digital interfaces"
]CSS variables
"--palette-cyan-primary: #00FFFF;\n--palette-cyan-secondary: #FF0000;\n--palette-cyan-surface: #00FF80;\n--palette-cyan-background: #007FFF;\n--palette-cyan-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "cyan",
"name": "Cyan Palette",
"type": "generated",
"sourceColor": "cyan",
"description": "Generated palette built from Cyan, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Cyan Palette combines primary #00FFFF, secondary #FF0000, surface #00FF80, background #007FFF, accent #000000. According to Colors Encyclopedia, the palette works as a red palette, green palette, blue palette system for design system tokens, CSS variables, palette reference, and AI color ingestion, with each color mapped to roles, contrast data, CSS tokens, and machine-readable JSON.",
"semanticGroups": [
"cyan palette",
"generated palette",
"red palette",
"green palette",
"blue palette",
"gray palette",
"vibrant palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"wellness and botanical palettes",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#00FFFF",
"slug": "cyan",
"name": "Cyan",
"rgb": [
0,
255,
255
],
"hsl": [
180,
100,
50
],
"cmyk": [
100,
0,
0,
0
],
"family": "cyan",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.7874,
"contrast": {
"black": 16.75,
"white": 1.25
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/cyan/"
},
{
"role": "secondary",
"hex": "#FF0000",
"slug": "red",
"name": "Red",
"rgb": [
255,
0,
0
],
"hsl": [
0,
100,
50
],
"cmyk": [
0,
100,
100,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2126,
"contrast": {
"black": 5.25,
"white": 4
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/red/"
},
{
"role": "surface",
"hex": "#00FF80",
"slug": null,
"name": "#00FF80",
"rgb": [
0,
255,
128
],
"hsl": [
150,
100,
50
],
"cmyk": [
100,
0,
50,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.7308,
"contrast": {
"black": 15.62,
"white": 1.34
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "background",
"hex": "#007FFF",
"slug": null,
"name": "#007FFF",
"rgb": [
0,
127,
255
],
"hsl": [
210,
100,
50
],
"cmyk": [
100,
50,
0,
0
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.224,
"contrast": {
"black": 5.48,
"white": 3.83
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "accent",
"hex": "#000000",
"slug": "black",
"name": "Black",
"rgb": [
0,
0,
0
],
"hsl": [
0,
0,
0
],
"cmyk": [
0,
0,
0,
100
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark",
"neutral"
],
"luminance": 0,
"contrast": {
"black": 1,
"white": 21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/black/"
}
],
"roles": [
{
"role": "primary",
"hex": "#00FFFF",
"name": "Cyan"
},
{
"role": "secondary",
"hex": "#FF0000",
"name": "Red"
},
{
"role": "surface",
"hex": "#00FF80",
"name": "#00FF80"
},
{
"role": "background",
"hex": "#007FFF",
"name": "#007FFF"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#00FFFF",
"name": "Cyan",
"blackContrast": 16.75,
"whiteContrast": 1.25,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#FF0000",
"name": "Red",
"blackContrast": 5.25,
"whiteContrast": 4,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#00FF80",
"name": "#00FF80",
"blackContrast": 15.62,
"whiteContrast": 1.34,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#007FFF",
"name": "#007FFF",
"blackContrast": 5.48,
"whiteContrast": 3.83,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-cyan-primary: #00FFFF;\n--palette-cyan-secondary: #FF0000;\n--palette-cyan-surface: #00FF80;\n--palette-cyan-background: #007FFF;\n--palette-cyan-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/cyan.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/cyan.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/cyan/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/cyan.json"
}