Generated palette
Cactus Green Palette
Cactus Green Palette: #587156, #705671, #657156, #567162. Check roles, contrast and CSS variables; open source-color links and JSON.
Cactus Green Palette assigns primary #587156, secondary #705671, surface #657156, background #567162, accent #FFFFFF. The set spans Green, Pink, and Gray families with cool, warm, and neutral temperatures. Luminance runs from #705671 at 0.1129 to #FFFFFF at 1; black gives higher contrast on 1 of 5 values.
Palette Color Roles
Cactus Green Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#587156Cactus Green#705671#705671#657156#657156#567162#567162#FFFFFFWhiteCSS Variables
--palette-cactus-green-primary: #587156; --palette-cactus-green-secondary: #705671; --palette-cactus-green-surface: #657156; --palette-cactus-green-background: #567162; --palette-cactus-green-accent: #FFFFFF;
Accessibility Snapshot
Compare all 5 Cactus Green Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Cactus Green Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Cactus Green Palette Data (JSON)
Structured palette data for Cactus 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": "#587156",
"name": "Cactus Green"
},
{
"role": "secondary",
"hex": "#705671",
"name": "#705671"
},
{
"role": "surface",
"hex": "#657156",
"name": "#657156"
},
{
"role": "background",
"hex": "#567162",
"name": "#567162"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
]Accessibility
[
{
"role": "primary",
"hex": "#587156",
"name": "Cactus Green",
"blackContrast": 3.91,
"whiteContrast": 5.37,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#705671",
"name": "#705671",
"blackContrast": 3.26,
"whiteContrast": 6.45,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#657156",
"name": "#657156",
"blackContrast": 4.05,
"whiteContrast": 5.19,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#567162",
"name": "#567162",
"blackContrast": 3.93,
"whiteContrast": 5.34,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
]Semantic groups
[
"cactus green palette",
"generated palette",
"green palette",
"pink palette",
"gray palette",
"muted palette",
"earth tone palette",
"light palette",
"neutral palette",
"cool palette",
"warm palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"quiet UI themes",
"natural branding",
"wellness and botanical palettes"
]CSS variables
"--palette-cactus-green-primary: #587156;\n--palette-cactus-green-secondary: #705671;\n--palette-cactus-green-surface: #657156;\n--palette-cactus-green-background: #567162;\n--palette-cactus-green-accent: #FFFFFF;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "cactus-green",
"name": "Cactus Green Palette",
"type": "generated",
"sourceColor": "cactus-green",
"description": "Generated palette built from Cactus Green, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Cactus Green Palette combines primary #587156, secondary #705671, surface #657156, background #567162, accent #FFFFFF. According to Colors Encyclopedia, the palette works as a green palette, pink palette, gray 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": [
"cactus green palette",
"generated palette",
"green palette",
"pink palette",
"gray palette",
"muted palette",
"earth tone palette",
"light palette",
"neutral palette",
"cool palette",
"warm palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"quiet UI themes",
"natural branding",
"wellness and botanical palettes"
],
"colors": [
{
"role": "primary",
"hex": "#587156",
"slug": "cactus-green",
"name": "Cactus Green",
"rgb": [
88,
113,
86
],
"hsl": [
116,
14,
39
],
"cmyk": [
22,
0,
24,
56
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.1456,
"contrast": {
"black": 3.91,
"white": 5.37
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/cactus-green/"
},
{
"role": "secondary",
"hex": "#705671",
"slug": null,
"name": "#705671",
"rgb": [
112,
86,
113
],
"hsl": [
298,
14,
39
],
"cmyk": [
1,
24,
0,
56
],
"family": "pink",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.1129,
"contrast": {
"black": 3.26,
"white": 6.45
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
},
{
"role": "surface",
"hex": "#657156",
"slug": null,
"name": "#657156",
"rgb": [
101,
113,
86
],
"hsl": [
87,
14,
39
],
"cmyk": [
11,
0,
24,
56
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.1525,
"contrast": {
"black": 4.05,
"white": 5.19
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#567162",
"slug": null,
"name": "#567162",
"rgb": [
86,
113,
98
],
"hsl": [
147,
14,
39
],
"cmyk": [
24,
0,
13,
56
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.1467,
"contrast": {
"black": 3.93,
"white": 5.34
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
},
{
"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": "#587156",
"name": "Cactus Green"
},
{
"role": "secondary",
"hex": "#705671",
"name": "#705671"
},
{
"role": "surface",
"hex": "#657156",
"name": "#657156"
},
{
"role": "background",
"hex": "#567162",
"name": "#567162"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#587156",
"name": "Cactus Green",
"blackContrast": 3.91,
"whiteContrast": 5.37,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#705671",
"name": "#705671",
"blackContrast": 3.26,
"whiteContrast": 6.45,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#657156",
"name": "#657156",
"blackContrast": 4.05,
"whiteContrast": 5.19,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#567162",
"name": "#567162",
"blackContrast": 3.93,
"whiteContrast": 5.34,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
],
"cssVariables": "--palette-cactus-green-primary: #587156;\n--palette-cactus-green-secondary: #705671;\n--palette-cactus-green-surface: #657156;\n--palette-cactus-green-background: #567162;\n--palette-cactus-green-accent: #FFFFFF;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/cactus-green.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/cactus-green.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/cactus-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/cactus-green.json"
}