Generated palette
Fuchsia Palette
Fuchsia Palette: #FF00FF, #00FF00, #7F00FF, #FF0080. Check roles, contrast and CSS variables; open source-color links and JSON.
Fuchsia Palette assigns primary #FF00FF, secondary #00FF00, surface #7F00FF, background #FF0080, accent #000000. The set spans Pink, Green, Purple, and Gray families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #00FF00 at 0.7152; black gives higher contrast on 3 of 5 values.
Palette Color Roles
Fuchsia Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#FF00FFMagenta#00FF00Lime#7F00FF#7F00FF#FF0080#FF0080#000000BlackCSS Variables
--palette-fuchsia-primary: #FF00FF; --palette-fuchsia-secondary: #00FF00; --palette-fuchsia-surface: #7F00FF; --palette-fuchsia-background: #FF0080; --palette-fuchsia-accent: #000000;
Accessibility Snapshot
Compare all 5 Fuchsia Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Fuchsia Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Fuchsia Palette Data (JSON)
Structured palette data for Fuchsia 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": "#FF00FF",
"name": "Magenta"
},
{
"role": "secondary",
"hex": "#00FF00",
"name": "Lime"
},
{
"role": "surface",
"hex": "#7F00FF",
"name": "#7F00FF"
},
{
"role": "background",
"hex": "#FF0080",
"name": "#FF0080"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#FF00FF",
"name": "Magenta",
"blackContrast": 6.7,
"whiteContrast": 3.14,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#00FF00",
"name": "Lime",
"blackContrast": 15.3,
"whiteContrast": 1.37,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#7F00FF",
"name": "#7F00FF",
"blackContrast": 3.35,
"whiteContrast": 6.28,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#FF0080",
"name": "#FF0080",
"blackContrast": 5.56,
"whiteContrast": 3.77,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"fuchsia palette",
"generated palette",
"pink palette",
"green palette",
"purple 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",
"wellness and botanical palettes"
]CSS variables
"--palette-fuchsia-primary: #FF00FF;\n--palette-fuchsia-secondary: #00FF00;\n--palette-fuchsia-surface: #7F00FF;\n--palette-fuchsia-background: #FF0080;\n--palette-fuchsia-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "fuchsia",
"name": "Fuchsia Palette",
"type": "generated",
"sourceColor": "fuchsia",
"description": "Generated palette built from Fuchsia, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Fuchsia Palette combines primary #FF00FF, secondary #00FF00, surface #7F00FF, background #FF0080, accent #000000. According to Colors Encyclopedia, the palette works as a pink palette, green palette, purple 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": [
"fuchsia palette",
"generated palette",
"pink palette",
"green palette",
"purple palette",
"gray palette",
"vibrant palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"wellness and botanical palettes"
],
"colors": [
{
"role": "primary",
"hex": "#FF00FF",
"slug": "magenta",
"name": "Magenta",
"rgb": [
255,
0,
255
],
"hsl": [
300,
100,
50
],
"cmyk": [
0,
100,
0,
0
],
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2848,
"contrast": {
"black": 6.7,
"white": 3.14
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/magenta/"
},
{
"role": "secondary",
"hex": "#00FF00",
"slug": "lime",
"name": "Lime",
"rgb": [
0,
255,
0
],
"hsl": [
120,
100,
50
],
"cmyk": [
100,
0,
100,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.7152,
"contrast": {
"black": 15.3,
"white": 1.37
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/lime/"
},
{
"role": "surface",
"hex": "#7F00FF",
"slug": null,
"name": "#7F00FF",
"rgb": [
127,
0,
255
],
"hsl": [
270,
100,
50
],
"cmyk": [
50,
100,
0,
0
],
"family": "purple",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.1173,
"contrast": {
"black": 3.35,
"white": 6.28
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#FF0080",
"slug": null,
"name": "#FF0080",
"rgb": [
255,
0,
128
],
"hsl": [
330,
100,
50
],
"cmyk": [
0,
100,
50,
0
],
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2282,
"contrast": {
"black": 5.56,
"white": 3.77
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"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": "#FF00FF",
"name": "Magenta"
},
{
"role": "secondary",
"hex": "#00FF00",
"name": "Lime"
},
{
"role": "surface",
"hex": "#7F00FF",
"name": "#7F00FF"
},
{
"role": "background",
"hex": "#FF0080",
"name": "#FF0080"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#FF00FF",
"name": "Magenta",
"blackContrast": 6.7,
"whiteContrast": 3.14,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#00FF00",
"name": "Lime",
"blackContrast": 15.3,
"whiteContrast": 1.37,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#7F00FF",
"name": "#7F00FF",
"blackContrast": 3.35,
"whiteContrast": 6.28,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#FF0080",
"name": "#FF0080",
"blackContrast": 5.56,
"whiteContrast": 3.77,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-fuchsia-primary: #FF00FF;\n--palette-fuchsia-secondary: #00FF00;\n--palette-fuchsia-surface: #7F00FF;\n--palette-fuchsia-background: #FF0080;\n--palette-fuchsia-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/fuchsia.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/fuchsia.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/fuchsia/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/fuchsia.json"
}