Generated palette
Carmine Palette
Carmine Palette is a generated palette built from #960018, #00947B, #940063, #943100. According to Colors Encyclopedia, this palette can be used as a CSS-ready color set with linked HEX values, source color context, and machine-readable palette data.
Carmine Palette combines primary #960018, secondary #00947B, surface #940063, background #943100, accent #FFFFFF. 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.
Palette Color Roles
Each color is mapped to a practical UI role so the palette can be used directly in interfaces, brand systems, and CSS tokens.
#960018Carmine#00947B#00947B#940063#940063#943100#943100#FFFFFFWhiteCSS Variables
--palette-carmine-primary: #960018; --palette-carmine-secondary: #00947B; --palette-carmine-surface: #940063; --palette-carmine-background: #943100; --palette-carmine-accent: #FFFFFF;
Accessibility Snapshot
Contrast checks for each palette color against black and white text, with best foreground guidance.
UI Components Preview
A compact preview of how the palette behaves across common interface components.
Machine-readable data
Machine-Readable Carmine Palette Data (JSON)
Structured palette data for Carmine 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": "#960018",
"name": "Carmine"
},
{
"role": "secondary",
"hex": "#00947B",
"name": "#00947B"
},
{
"role": "surface",
"hex": "#940063",
"name": "#940063"
},
{
"role": "background",
"hex": "#943100",
"name": "#943100"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
]Accessibility
[
{
"role": "primary",
"hex": "#960018",
"name": "Carmine",
"blackContrast": 2.31,
"whiteContrast": 9.09,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "secondary",
"hex": "#00947B",
"name": "#00947B",
"blackContrast": 5.52,
"whiteContrast": 3.8,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#940063",
"name": "#940063",
"blackContrast": 2.44,
"whiteContrast": 8.61,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "background",
"hex": "#943100",
"name": "#943100",
"blackContrast": 2.7,
"whiteContrast": 7.78,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
]Semantic groups
[
"carmine palette",
"generated palette",
"red palette",
"cyan palette",
"pink palette",
"orange palette",
"gray palette",
"balanced palette",
"light palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion"
]CSS variables
"--palette-carmine-primary: #960018;\n--palette-carmine-secondary: #00947B;\n--palette-carmine-surface: #940063;\n--palette-carmine-background: #943100;\n--palette-carmine-accent: #FFFFFF;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "carmine",
"name": "Carmine Palette",
"type": "generated",
"sourceColor": "carmine",
"description": "Generated palette built from Carmine, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Carmine Palette combines primary #960018, secondary #00947B, surface #940063, background #943100, accent #FFFFFF. 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": [
"carmine palette",
"generated palette",
"red palette",
"cyan palette",
"pink palette",
"orange palette",
"gray palette",
"balanced palette",
"light palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion"
],
"colors": [
{
"role": "primary",
"hex": "#960018",
"slug": "carmine",
"name": "Carmine",
"rgb": [
150,
0,
24
],
"hsl": [
350,
100,
29
],
"cmyk": [
0,
100,
84,
41
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0655,
"contrast": {
"black": 2.31,
"white": 9.09
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/carmine/"
},
{
"role": "secondary",
"hex": "#00947B",
"slug": null,
"name": "#00947B",
"rgb": [
0,
148,
123
],
"hsl": [
170,
100,
29
],
"cmyk": [
100,
0,
17,
42
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2261,
"contrast": {
"black": 5.52,
"white": 3.8
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/00947b/"
},
{
"role": "surface",
"hex": "#940063",
"slug": null,
"name": "#940063",
"rgb": [
148,
0,
99
],
"hsl": [
320,
100,
29
],
"cmyk": [
0,
100,
33,
42
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.072,
"contrast": {
"black": 2.44,
"white": 8.61
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/940063/"
},
{
"role": "background",
"hex": "#943100",
"slug": null,
"name": "#943100",
"rgb": [
148,
49,
0
],
"hsl": [
20,
100,
29
],
"cmyk": [
0,
67,
100,
42
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0849,
"contrast": {
"black": 2.7,
"white": 7.78
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/943100/"
},
{
"role": "accent",
"hex": "#FFFFFF",
"slug": "white",
"name": "White",
"rgb": [
255,
255,
255
],
"hsl": [
0,
0,
100
],
"cmyk": [
0,
0,
0,
0
],
"family": "gray",
"temperature": "neutral",
"tone": [
"light",
"neutral"
],
"luminance": 1,
"contrast": {
"black": 21,
"white": 1
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/white/"
}
],
"roles": [
{
"role": "primary",
"hex": "#960018",
"name": "Carmine"
},
{
"role": "secondary",
"hex": "#00947B",
"name": "#00947B"
},
{
"role": "surface",
"hex": "#940063",
"name": "#940063"
},
{
"role": "background",
"hex": "#943100",
"name": "#943100"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#960018",
"name": "Carmine",
"blackContrast": 2.31,
"whiteContrast": 9.09,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "secondary",
"hex": "#00947B",
"name": "#00947B",
"blackContrast": 5.52,
"whiteContrast": 3.8,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#940063",
"name": "#940063",
"blackContrast": 2.44,
"whiteContrast": 8.61,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "background",
"hex": "#943100",
"name": "#943100",
"blackContrast": 2.7,
"whiteContrast": 7.78,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
],
"cssVariables": "--palette-carmine-primary: #960018;\n--palette-carmine-secondary: #00947B;\n--palette-carmine-surface: #940063;\n--palette-carmine-background: #943100;\n--palette-carmine-accent: #FFFFFF;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/carmine.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/carmine.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/carmine/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/carmine.json"
}