Generated palette
Tomato Palette
Tomato Palette: #FF6347, #47E3FF, #FF4788, #FFBF47. Check roles, contrast and CSS variables; open source-color links and JSON.
Tomato Palette assigns primary #FF6347, secondary #47E3FF, surface #FF4788, background #FFBF47, accent #000000. The set spans Red, Cyan, Pink, and Orange families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #47E3FF at 0.635; black gives higher contrast on 4 of 5 values.
Palette Color Roles
Tomato Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#FF6347Tomato#47E3FF#47E3FF#FF4788#FF4788#FFBF47#FFBF47#000000BlackCSS Variables
--palette-tomato-primary: #FF6347; --palette-tomato-secondary: #47E3FF; --palette-tomato-surface: #FF4788; --palette-tomato-background: #FFBF47; --palette-tomato-accent: #000000;
Accessibility Snapshot
Compare all 5 Tomato Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Tomato Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Tomato Palette Data (JSON)
Structured palette data for Tomato 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": "#FF6347",
"name": "Tomato"
},
{
"role": "secondary",
"hex": "#47E3FF",
"name": "#47E3FF"
},
{
"role": "surface",
"hex": "#FF4788",
"name": "#FF4788"
},
{
"role": "background",
"hex": "#FFBF47",
"name": "#FFBF47"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#FF6347",
"name": "Tomato",
"blackContrast": 7.13,
"whiteContrast": 2.95,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": [
"#000000"
]
},
{
"role": "secondary",
"hex": "#47E3FF",
"name": "#47E3FF",
"blackContrast": 13.7,
"whiteContrast": 1.53,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#FF4788",
"name": "#FF4788",
"blackContrast": 6.51,
"whiteContrast": 3.23,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#FFBF47",
"name": "#FFBF47",
"blackContrast": 12.8,
"whiteContrast": 1.64,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"tomato palette",
"generated palette",
"red palette",
"cyan palette",
"pink palette",
"orange palette",
"gray palette",
"vibrant palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion"
]CSS variables
"--palette-tomato-primary: #FF6347;\n--palette-tomato-secondary: #47E3FF;\n--palette-tomato-surface: #FF4788;\n--palette-tomato-background: #FFBF47;\n--palette-tomato-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "tomato",
"name": "Tomato Palette",
"type": "generated",
"sourceColor": "tomato",
"description": "Generated palette built from Tomato, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Tomato Palette combines primary #FF6347, secondary #47E3FF, surface #FF4788, background #FFBF47, accent #000000. According to Colors Encyclopedia, the palette works as a red palette, cyan palette, pink 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": [
"tomato palette",
"generated palette",
"red palette",
"cyan palette",
"pink palette",
"orange palette",
"gray palette",
"vibrant palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion"
],
"colors": [
{
"role": "primary",
"hex": "#FF6347",
"slug": "tomato",
"name": "Tomato",
"rgb": [
255,
99,
71
],
"hsl": [
9,
100,
64
],
"cmyk": [
0,
61,
72,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.3064,
"contrast": {
"black": 7.13,
"white": 2.95
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"url": "https://www.colorsencyclopedia.com/colors/tomato/"
},
{
"role": "secondary",
"hex": "#47E3FF",
"slug": null,
"name": "#47E3FF",
"rgb": [
71,
227,
255
],
"hsl": [
189,
100,
64
],
"cmyk": [
72,
11,
0,
0
],
"family": "cyan",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.635,
"contrast": {
"black": 13.7,
"white": 1.53
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": null
},
{
"role": "surface",
"hex": "#FF4788",
"slug": null,
"name": "#FF4788",
"rgb": [
255,
71,
136
],
"hsl": [
339,
100,
64
],
"cmyk": [
0,
72,
47,
0
],
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2754,
"contrast": {
"black": 6.51,
"white": 3.23
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#FFBF47",
"slug": null,
"name": "#FFBF47",
"rgb": [
255,
191,
71
],
"hsl": [
39,
100,
64
],
"cmyk": [
0,
25,
72,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.5898,
"contrast": {
"black": 12.8,
"white": 1.64
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"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": "#FF6347",
"name": "Tomato"
},
{
"role": "secondary",
"hex": "#47E3FF",
"name": "#47E3FF"
},
{
"role": "surface",
"hex": "#FF4788",
"name": "#FF4788"
},
{
"role": "background",
"hex": "#FFBF47",
"name": "#FFBF47"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#FF6347",
"name": "Tomato",
"blackContrast": 7.13,
"whiteContrast": 2.95,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": [
"#000000"
]
},
{
"role": "secondary",
"hex": "#47E3FF",
"name": "#47E3FF",
"blackContrast": 13.7,
"whiteContrast": 1.53,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#FF4788",
"name": "#FF4788",
"blackContrast": 6.51,
"whiteContrast": 3.23,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#FFBF47",
"name": "#FFBF47",
"blackContrast": 12.8,
"whiteContrast": 1.64,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-tomato-primary: #FF6347;\n--palette-tomato-secondary: #47E3FF;\n--palette-tomato-surface: #FF4788;\n--palette-tomato-background: #FFBF47;\n--palette-tomato-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/tomato.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/tomato.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/tomato/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/tomato.json"
}