#600095
a dark, electric violet · warm · closest name: indigo
RGB
96, 0, 149
HSL
279°, 100%, 29%
CMYK
36, 100, 0, 42
Luminance
0.0466
Every format
| HEX | #600095 |
| RGB | rgb(96, 0, 149) |
| HSL | hsl(279, 100%, 29%) |
| CMYK | cmyk(36%, 100%, 0%, 42%) |
| LAB | lab(25.7 58.1 -56.4) |
| LCH | lch(25.7 81.0 315.8) |
| OKLCH | oklch(0.387 0.200 306.3) |
Copy-ready code
/* CSS */
color: #600095;
background-color: #600095;
/* Tailwind (arbitrary) */
class="text-[#600095] bg-[#600095]"
/* SCSS */
$brand: #600095;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.584)
/* Android */
Color.parseColor("#600095")Accessibility — WCAG contrast
Aa
#600095 on white: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#600095 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue58.4%
CMYK percentages
Cyan35.6%
Magenta100.0%
Yellow0.0%
Key (black)41.6%
Color previews
#600095 text on a black background
contrast 1.93:1
Card sample
#600095 text on a white background
contrast 10.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #600095;
Background color
Panel with #600095 background
background-color: #600095;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #600095;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #600095; background: linear-gradient(135deg, #600095, #950067);