#200072
a deep, electric violet · warm · closest name: navy
RGB
32, 0, 114
HSL
257°, 100%, 22%
CMYK
72, 100, 0, 55
Luminance
0.0152
Every format
| HEX | #200072 |
| RGB | rgb(32, 0, 114) |
| HSL | hsl(257, 100%, 22%) |
| CMYK | cmyk(72%, 100%, 0%, 55%) |
| LAB | lab(12.8 44.5 -56.0) |
| LCH | lch(12.8 71.5 308.5) |
| OKLCH | oklch(0.269 0.164 279.2) |
Copy-ready code
/* CSS */
color: #200072;
background-color: #200072;
/* Tailwind (arbitrary) */
class="text-[#200072] bg-[#200072]"
/* SCSS */
$brand: #200072;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.447)
/* Android */
Color.parseColor("#200072")Accessibility — WCAG contrast
Aa
#200072 on white: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200072 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue44.7%
CMYK percentages
Cyan71.9%
Magenta100.0%
Yellow0.0%
Key (black)55.3%
Color previews
#200072 text on a black background
contrast 1.30:1
Card sample
#200072 text on a white background
contrast 16.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200072;
Background color
Panel with #200072 background
background-color: #200072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200072; background: linear-gradient(135deg, #200072, #6C0072);