Generated palette
Persian Green Palette
Persian Green Palette: #00A693, #A80014, #00A841, #0068A8. Check roles, contrast and CSS variables; open source-color links and JSON.
Persian Green Palette assigns primary #00A693, secondary #A80014, surface #00A841, background #0068A8, accent #000000. The set spans Cyan, Red, Green, and Blue families with cool, warm, and neutral temperatures. Luminance runs from #000000 at 0 to #00A693 at 0.2938; black gives higher contrast on 2 of 5 values.
Palette Color Roles
Persian Green Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#00A693Persian Green#A80014#A80014#00A841#00A841#0068A8#0068A8#000000BlackCSS Variables
--palette-persian-green-primary: #00A693; --palette-persian-green-secondary: #A80014; --palette-persian-green-surface: #00A841; --palette-persian-green-background: #0068A8; --palette-persian-green-accent: #000000;
Accessibility Snapshot
Compare all 5 Persian Green Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Persian Green Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Persian Green Palette Data (JSON)
Structured palette data for Persian Green 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": "#00A693",
"name": "Persian Green"
},
{
"role": "secondary",
"hex": "#A80014",
"name": "#A80014"
},
{
"role": "surface",
"hex": "#00A841",
"name": "#00A841"
},
{
"role": "background",
"hex": "#0068A8",
"name": "#0068A8"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#00A693",
"name": "Persian Green",
"blackContrast": 6.88,
"whiteContrast": 3.05,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#A80014",
"name": "#A80014",
"blackContrast": 2.68,
"whiteContrast": 7.85,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "surface",
"hex": "#00A841",
"name": "#00A841",
"blackContrast": 6.68,
"whiteContrast": 3.14,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#0068A8",
"name": "#0068A8",
"blackContrast": 3.55,
"whiteContrast": 5.92,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"persian green palette",
"generated palette",
"cyan palette",
"red palette",
"green palette",
"blue palette",
"gray palette",
"balanced palette",
"jewel tone 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-persian-green-primary: #00A693;\n--palette-persian-green-secondary: #A80014;\n--palette-persian-green-surface: #00A841;\n--palette-persian-green-background: #0068A8;\n--palette-persian-green-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "persian-green",
"name": "Persian Green Palette",
"type": "generated",
"sourceColor": "persian-green",
"description": "Generated palette built from Persian Green, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Persian Green Palette combines primary #00A693, secondary #A80014, surface #00A841, background #0068A8, accent #000000. According to Colors Encyclopedia, the palette works as a cyan palette, red palette, green 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": [
"persian green palette",
"generated palette",
"cyan palette",
"red palette",
"green palette",
"blue palette",
"gray palette",
"balanced palette",
"jewel tone 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": "#00A693",
"slug": "persian-green",
"name": "Persian Green",
"rgb": [
0,
166,
147
],
"hsl": [
173,
100,
33
],
"cmyk": [
100,
0,
11,
35
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2938,
"contrast": {
"black": 6.88,
"white": 3.05
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/persian-green/"
},
{
"role": "secondary",
"hex": "#A80014",
"slug": null,
"name": "#A80014",
"rgb": [
168,
0,
20
],
"hsl": [
353,
100,
33
],
"cmyk": [
0,
100,
88,
34
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0838,
"contrast": {
"black": 2.68,
"white": 7.85
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": null
},
{
"role": "surface",
"hex": "#00A841",
"slug": null,
"name": "#00A841",
"rgb": [
0,
168,
65
],
"hsl": [
143,
100,
33
],
"cmyk": [
100,
0,
61,
34
],
"family": "green",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.2839,
"contrast": {
"black": 6.68,
"white": 3.14
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#0068A8",
"slug": null,
"name": "#0068A8",
"rgb": [
0,
104,
168
],
"hsl": [
203,
100,
33
],
"cmyk": [
100,
38,
0,
34
],
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1273,
"contrast": {
"black": 3.55,
"white": 5.92
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"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": "#00A693",
"name": "Persian Green"
},
{
"role": "secondary",
"hex": "#A80014",
"name": "#A80014"
},
{
"role": "surface",
"hex": "#00A841",
"name": "#00A841"
},
{
"role": "background",
"hex": "#0068A8",
"name": "#0068A8"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#00A693",
"name": "Persian Green",
"blackContrast": 6.88,
"whiteContrast": 3.05,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#A80014",
"name": "#A80014",
"blackContrast": 2.68,
"whiteContrast": 7.85,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "surface",
"hex": "#00A841",
"name": "#00A841",
"blackContrast": 6.68,
"whiteContrast": 3.14,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#0068A8",
"name": "#0068A8",
"blackContrast": 3.55,
"whiteContrast": 5.92,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-persian-green-primary: #00A693;\n--palette-persian-green-secondary: #A80014;\n--palette-persian-green-surface: #00A841;\n--palette-persian-green-background: #0068A8;\n--palette-persian-green-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/persian-green.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/persian-green.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/persian-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/persian-green.json"
}