#60007f
a deep, electric violet · warm · closest name: indigo
RGB
96, 0, 127
HSL
285°, 100%, 25%
CMYK
24, 100, 0, 50
Luminance
0.0402
Every format
| HEX | #60007f |
| RGB | rgb(96, 0, 127) |
| HSL | hsl(285, 100%, 25%) |
| CMYK | cmyk(24%, 100%, 0%, 50%) |
| LAB | lab(23.7 53.7 -45.9) |
| LCH | lch(23.7 70.6 319.4) |
| OKLCH | oklch(0.367 0.182 314.3) |
Copy-ready code
/* CSS */
color: #60007f;
background-color: #60007f;
/* Tailwind (arbitrary) */
class="text-[#60007f] bg-[#60007f]"
/* SCSS */
$brand: #60007f;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#60007f")Accessibility — WCAG contrast
Aa
#60007f on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#60007f on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue49.8%
CMYK percentages
Cyan24.4%
Magenta100.0%
Yellow0.0%
Key (black)50.2%
Color previews
#60007f text on a black background
contrast 1.80:1
Card sample
#60007f text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60007f;
Background color
Panel with #60007f background
background-color: #60007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60007f; background: linear-gradient(135deg, #60007f, #7F0049);