#60008f
a dark, electric violet · warm · closest name: indigo
RGB
96, 0, 143
HSL
280°, 100%, 28%
CMYK
33, 100, 0, 44
Luminance
0.0447
Every format
| HEX | #60008f |
| RGB | rgb(96, 0, 143) |
| HSL | hsl(280, 100%, 28%) |
| CMYK | cmyk(33%, 100%, 0%, 44%) |
| LAB | lab(25.2 56.9 -53.6) |
| LCH | lch(25.2 78.2 316.7) |
| OKLCH | oklch(0.382 0.195 308.3) |
Copy-ready code
/* CSS */
color: #60008f;
background-color: #60008f;
/* Tailwind (arbitrary) */
class="text-[#60008f] bg-[#60008f]"
/* SCSS */
$brand: #60008f;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#60008f")Accessibility — WCAG contrast
Aa
#60008f on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#60008f on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue56.1%
CMYK percentages
Cyan32.9%
Magenta100.0%
Yellow0.0%
Key (black)43.9%
Color previews
#60008f text on a black background
contrast 1.89:1
Card sample
#60008f text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60008f;
Background color
Panel with #60008f background
background-color: #60008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60008f; background: linear-gradient(135deg, #60008f, #8F005E);