Dark Orchid sits in the violet / purple family, with the hex code #9932CC mapping to rgb(153, 50, 204) in RGB and hsl(280.1, 60.6%, 49.8%) in HSL. In OKLCH it carries 54% perceptual lightness and 0.227 chroma — a highly saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Violet historically required the most expensive dyes, which is why it still carries associations with luxury, royalty and creativity. In modern UI it has become the signature of imaginative, "premium" tech — the colour brands choose when blue feels too utilitarian.
Violet historically required the most expensive dyes, which is why it still carries associations with luxury, royalty and creativity. In modern UI it has become the signature of imaginative, "premium" tech — the colour brands choose when blue feels too utilitarian.
Deep violets render almost identically to navy on small screens — keep at least 0.10 chroma in OKLCH or it will collapse to "dark blue" in users' minds.
#9932CCrgb(153, 50, 204)hsl(280.1, 60.6%, 49.8%)hsv(280.1, 75.5%, 80%)lch(42.82% 85.25 314.68)oklch(54.11% 0.2272 311.51)lab(42.82% 59.94 -60.62):root {
--color: #9932cc;
--color-rgb: rgb(153, 50, 204);
--color-hsl: hsl(280.1, 60.6%, 49.8%);
--color-oklch: oklch(54.11% 0.2272 311.51);
}How dark orchid performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing dark orchid with progressively more white.
Shades are produced by mixing dark orchid with progressively more black.
Tones are produced by mixing dark orchid with progressively more gray, lowering chroma while keeping lightness.