#600085
a dark, electric violet · warm · closest name: indigo
RGB
96, 0, 133
HSL
283°, 100%, 26%
CMYK
28, 100, 0, 48
Luminance
0.0418
Every format
| HEX | #600085 |
| RGB | rgb(96, 0, 133) |
| HSL | hsl(283, 100%, 26%) |
| CMYK | cmyk(28%, 100%, 0%, 48%) |
| LAB | lab(24.3 54.8 -48.9) |
| LCH | lch(24.3 73.5 318.3) |
| OKLCH | oklch(0.373 0.186 311.9) |
Copy-ready code
/* CSS */
color: #600085;
background-color: #600085;
/* Tailwind (arbitrary) */
class="text-[#600085] bg-[#600085]"
/* SCSS */
$brand: #600085;
/* SwiftUI */
Color(red: 0.376, green: 0.000, blue: 0.522)
/* Android */
Color.parseColor("#600085")Accessibility — WCAG contrast
Aa
#600085 on white: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#600085 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green0.0%
Blue52.2%
CMYK percentages
Cyan27.8%
Magenta100.0%
Yellow0.0%
Key (black)47.8%
Color previews
#600085 text on a black background
contrast 1.84:1
Card sample
#600085 text on a white background
contrast 11.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #600085;
Background color
Panel with #600085 background
background-color: #600085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #600085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 0, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 0, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #600085; background: linear-gradient(135deg, #600085, #850051);