Named color

Dark Magenta

Dark Magenta is a balanced pink color with HEX #8B008B. According to Colors Encyclopedia, it has RGB 139, 0, 139, HSL 300, 100%, 27%, warm temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #8B008B
RGB rgb(139, 0, 139)
HSL hsl(300 100% 27%)
CMYK cmyk(0, 100, 0, 45)
Luminance 0.0735
Contrast Black 2.47:1White 8.5:1

CSS Utilities

--color-dark-magenta: #8B008B;
.bg-dark-magenta { background-color: #8B008B; }
.text-dark-magenta { color: #8B008B; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.0735
Black text2.47:1AA Fail
White text8.5:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#8B008B",
  "rgb": [
    139,
    0,
    139
  ],
  "hsl": [
    300,
    100,
    27
  ],
  "cmyk": [
    0,
    100,
    0,
    45
  ],
  "luminance": 0.0735,
  "contrast": {
    "black": 2.47,
    "white": 8.5
  }
}
WCAG
{
  "AA": [
    "#FFFFFF",
    "#F5F5F5"
  ],
  "AAA": [
    "#FFFFFF",
    "#F5F5F5"
  ]
}
Harmonies
{
  "complementary": "#008A00",
  "analogous": [
    "#45008A",
    "#8A0045"
  ],
  "triadic": [
    "#8A8A00",
    "#008A8A"
  ],
  "tetradic": [
    "#8A4500",
    "#008A00",
    "#00458A"
  ],
  "splitComplementary": [
    "#458A00",
    "#008A45"
  ],
  "monochromatic": [
    "#E600E5",
    "#8B008B",
    "#2E002E"
  ]
}
Variants
{
  "light": "#E600E5",
  "dark": "#2E002E",
  "saturated": "#8A008A",
  "desaturated": "#7B0F7B",
  "pastel": "#ED1DED",
  "neon": "#B300B2"
}
Pairings
{
  "best": [
    "#FFFFFF",
    "#008A00",
    "#45008A",
    "#8A0045"
  ],
  "avoid": [
    "#7B0F7B",
    "#E600E5"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#FFFFFF"
  ],
  "lowContrast": [
    "#E600E5",
    "#7B0F7B"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "mardi-gras",
    "purple",
    "grape",
    "byzantium",
    "medium-violet-red"
  ],
  "generatedPalettes": [
    "dark-magenta"
  ],
  "generatedComparisons": [
    "dark-magenta-vs-mardi-gras",
    "dark-magenta-vs-purple"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/dark-magenta",
    "/wcag/dark-magenta",
    "/css/colors/dark-magenta",
    "/hex/8b008b"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/dark-magenta"
    ],
    "related": [
      "/colors/mardi-gras",
      "/colors/purple",
      "/colors/grape",
      "/colors/byzantium",
      "/colors/medium-violet-red",
      "/compare/dark-magenta-vs-mardi-gras",
      "/compare/dark-magenta-vs-purple",
      "/harmonies/dark-magenta",
      "/wcag/dark-magenta",
      "/css/colors/dark-magenta",
      "/hex/8b008b"
    ]
  }
}
Full JSON dataset
{
  "slug": "dark-magenta",
  "name": "Dark Magenta",
  "cssName": "darkmagenta",
  "hex": "#8B008B",
  "family": "pink",
  "temperature": "warm",
  "tone": [
    "balanced"
  ],
  "uses": [
    "web design",
    "CSS color systems",
    "UI prototyping"
  ],
  "psychology": {
    "associations": [
      "context dependent"
    ],
    "contexts": [
      "web interfaces",
      "design systems",
      "technical color references"
    ],
    "avoidIn": [
      "claims that require brand or cultural specificity"
    ]
  },
  "aliases": [
    "darkmagenta"
  ],
  "sourceType": "standard",
  "confidence": "high",
  "sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
  "origin": {
    "type": "css",
    "notes": "Standard CSS named color."
  },
  "reviewStatus": "auto",
  "editorialNotes": "Generated from CSS named color data and computed color-system properties.",
  "tags": [
    "pink",
    "warm",
    "balanced",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 63,
  "rgb": [
    139,
    0,
    139
  ],
  "hsl": [
    300,
    100,
    27
  ],
  "cmyk": [
    0,
    100,
    0,
    45
  ],
  "luminance": 0.0735,
  "contrast": {
    "black": 2.47,
    "white": 8.5
  },
  "harmonies": {
    "complementary": "#008A00",
    "analogous": [
      "#45008A",
      "#8A0045"
    ],
    "triadic": [
      "#8A8A00",
      "#008A8A"
    ],
    "tetradic": [
      "#8A4500",
      "#008A00",
      "#00458A"
    ],
    "splitComplementary": [
      "#458A00",
      "#008A45"
    ],
    "monochromatic": [
      "#E600E5",
      "#8B008B",
      "#2E002E"
    ]
  },
  "variants": {
    "light": "#E600E5",
    "dark": "#2E002E",
    "saturated": "#8A008A",
    "desaturated": "#7B0F7B",
    "pastel": "#ED1DED",
    "neon": "#B300B2"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": [
      "#FFFFFF",
      "#F5F5F5"
    ]
  },
  "css": {
    "variable": "--color-dark-magenta: #8B008B;",
    "utility": ".bg-dark-magenta { background-color: #8B008B; }",
    "textUtility": ".text-dark-magenta { color: #8B008B; }"
  },
  "nearestColors": [
    "mardi-gras",
    "purple",
    "grape",
    "byzantium",
    "medium-violet-red"
  ],
  "generatedPalettes": [
    "dark-magenta"
  ],
  "generatedComparisons": [
    "dark-magenta-vs-mardi-gras",
    "dark-magenta-vs-purple"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/dark-magenta",
    "/wcag/dark-magenta",
    "/css/colors/dark-magenta",
    "/hex/8b008b"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/dark-magenta"
    ],
    "related": [
      "/colors/mardi-gras",
      "/colors/purple",
      "/colors/grape",
      "/colors/byzantium",
      "/colors/medium-violet-red",
      "/compare/dark-magenta-vs-mardi-gras",
      "/compare/dark-magenta-vs-purple",
      "/harmonies/dark-magenta",
      "/wcag/dark-magenta",
      "/css/colors/dark-magenta",
      "/hex/8b008b"
    ]
  },
  "pairings": {
    "best": [
      "#FFFFFF",
      "#008A00",
      "#45008A",
      "#8A0045"
    ],
    "avoid": [
      "#7B0F7B",
      "#E600E5"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#FFFFFF"
    ],
    "lowContrast": [
      "#E600E5",
      "#7B0F7B"
    ]
  }
}

Color meaning and use

About Dark Magenta Color

Dark Magenta sits in the pink family with warm temperature and balanced visual character. Standard CSS named color.

Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Dark Magenta is most useful for web design, css color systems, and ui prototyping, especially when paired with white text for stronger contrast.

WCAG Accessibility

Contrast checks for Dark Magenta against black and white text.

Black text2.47:1AA Fail
White text8.5:1AA Pass
AA text options#FFFFFF, #F5F5F5
AAA text options#FFFFFF, #F5F5F5

Similar Colors

Color Harmonies

#008A00#008A00
#45008A#45008A
#8A0045#8A0045
#8A8A00#8A8A00
#008A8A#008A8A

Variants

#E600E5#E600E5
#2E002E#2E002E
#8A008A#8A008A
#7B0F7B#7B0F7B
#ED1DED#ED1DED
#B300B2#B300B2

Pairings

White#FFFFFF
#008A00#008A00
#45008A#45008A
#8A0045#8A0045
Matte Black#1A1A1A
White Smoke#F5F5F5