#200052
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 82
HSL
263°, 100%, 16%
CMYK
61, 100, 0, 68
Luminance
0.0092
Every format
| HEX | #200052 |
| RGB | rgb(32, 0, 82) |
| HSL | hsl(263, 100%, 16%) |
| CMYK | cmyk(61%, 100%, 0%, 68%) |
| LAB | lab(8.3 36.1 -42.1) |
| LCH | lch(8.3 55.4 310.6) |
| OKLCH | oklch(0.227 0.129 289.6) |
Copy-ready code
/* CSS */
color: #200052;
background-color: #200052;
/* Tailwind (arbitrary) */
class="text-[#200052] bg-[#200052]"
/* SCSS */
$brand: #200052;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.322)
/* Android */
Color.parseColor("#200052")Accessibility — WCAG contrast
Aa
#200052 on white: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200052 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue32.2%
CMYK percentages
Cyan61.0%
Magenta100.0%
Yellow0.0%
Key (black)67.8%
Color previews
#200052 text on a black background
contrast 1.18:1
Card sample
#200052 text on a white background
contrast 17.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200052;
Background color
Panel with #200052 background
background-color: #200052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200052; background: linear-gradient(135deg, #200052, #52004D);