Generated palette
Crimson Palette
Crimson Palette is a generated palette built from #DC143C, #14DBB4, #DB14A0, #DB5014. 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.
Crimson Palette combines primary #DC143C, secondary #14DBB4, surface #DB14A0, background #DB5014, 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.
#DC143CCrimson#14DBB4#14DBB4#DB14A0#DB14A0#DB5014#DB5014#FFFFFFWhiteCSS Variables
--palette-crimson-primary: #DC143C; --palette-crimson-secondary: #14DBB4; --palette-crimson-surface: #DB14A0; --palette-crimson-background: #DB5014; --palette-crimson-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 Crimson Palette Data (JSON)
Structured palette data for Crimson 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": "#DC143C",
"name": "Crimson"
},
{
"role": "secondary",
"hex": "#14DBB4",
"name": "#14DBB4"
},
{
"role": "surface",
"hex": "#DB14A0",
"name": "#DB14A0"
},
{
"role": "background",
"hex": "#DB5014",
"name": "#DB5014"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
]Accessibility
[
{
"role": "primary",
"hex": "#DC143C",
"name": "Crimson",
"blackContrast": 4.21,
"whiteContrast": 4.99,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#14DBB4",
"name": "#14DBB4",
"blackContrast": 11.82,
"whiteContrast": 1.78,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#DB14A0",
"name": "#DB14A0",
"blackContrast": 4.62,
"whiteContrast": 4.55,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#FFFFFF"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#DB5014",
"name": "#DB5014",
"blackContrast": 5.17,
"whiteContrast": 4.06,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
]Semantic groups
[
"crimson palette",
"generated palette",
"red palette",
"cyan palette",
"pink palette",
"orange palette",
"gray palette",
"vibrant palette",
"light palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion"
]CSS variables
"--palette-crimson-primary: #DC143C;\n--palette-crimson-secondary: #14DBB4;\n--palette-crimson-surface: #DB14A0;\n--palette-crimson-background: #DB5014;\n--palette-crimson-accent: #FFFFFF;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "crimson",
"name": "Crimson Palette",
"type": "generated",
"sourceColor": "crimson",
"description": "Generated palette built from Crimson, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Crimson Palette combines primary #DC143C, secondary #14DBB4, surface #DB14A0, background #DB5014, 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": [
"crimson palette",
"generated palette",
"red palette",
"cyan palette",
"pink palette",
"orange palette",
"gray palette",
"vibrant palette",
"light palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion"
],
"colors": [
{
"role": "primary",
"hex": "#DC143C",
"slug": "crimson",
"name": "Crimson",
"rgb": [
220,
20,
60
],
"hsl": [
348,
83,
47
],
"cmyk": [
0,
91,
73,
14
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.1604,
"contrast": {
"black": 4.21,
"white": 4.99
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/crimson/"
},
{
"role": "secondary",
"hex": "#14DBB4",
"slug": null,
"name": "#14DBB4",
"rgb": [
20,
219,
180
],
"hsl": [
168,
83,
47
],
"cmyk": [
91,
0,
18,
14
],
"family": "cyan",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.5411,
"contrast": {
"black": 11.82,
"white": 1.78
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/14dbb4/"
},
{
"role": "surface",
"hex": "#DB14A0",
"slug": null,
"name": "#DB14A0",
"rgb": [
219,
20,
160
],
"hsl": [
318,
83,
47
],
"cmyk": [
0,
91,
27,
14
],
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.181,
"contrast": {
"black": 4.62,
"white": 4.55
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/db14a0/"
},
{
"role": "background",
"hex": "#DB5014",
"slug": null,
"name": "#DB5014",
"rgb": [
219,
80,
20
],
"hsl": [
18,
83,
47
],
"cmyk": [
0,
63,
91,
14
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2085,
"contrast": {
"black": 5.17,
"white": 4.06
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/db5014/"
},
{
"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": "#DC143C",
"name": "Crimson"
},
{
"role": "secondary",
"hex": "#14DBB4",
"name": "#14DBB4"
},
{
"role": "surface",
"hex": "#DB14A0",
"name": "#DB14A0"
},
{
"role": "background",
"hex": "#DB5014",
"name": "#DB5014"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#DC143C",
"name": "Crimson",
"blackContrast": 4.21,
"whiteContrast": 4.99,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#14DBB4",
"name": "#14DBB4",
"blackContrast": 11.82,
"whiteContrast": 1.78,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#DB14A0",
"name": "#DB14A0",
"blackContrast": 4.62,
"whiteContrast": 4.55,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#FFFFFF"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#DB5014",
"name": "#DB5014",
"blackContrast": 5.17,
"whiteContrast": 4.06,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
],
"cssVariables": "--palette-crimson-primary: #DC143C;\n--palette-crimson-secondary: #14DBB4;\n--palette-crimson-surface: #DB14A0;\n--palette-crimson-background: #DB5014;\n--palette-crimson-accent: #FFFFFF;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/crimson.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/crimson.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/crimson/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/crimson.json"
}