#200055
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 0, 85
HSL
263°, 100%, 17%
CMYK
62, 100, 0, 67
Luminance
0.0096
Every format
| HEX | #200055 |
| RGB | rgb(32, 0, 85) |
| HSL | hsl(263, 100%, 17%) |
| CMYK | cmyk(62%, 100%, 0%, 67%) |
| LAB | lab(8.7 36.9 -43.5) |
| LCH | lch(8.7 57.0 310.3) |
| OKLCH | oklch(0.230 0.132 288.3) |
Copy-ready code
/* CSS */
color: #200055;
background-color: #200055;
/* Tailwind (arbitrary) */
class="text-[#200055] bg-[#200055]"
/* SCSS */
$brand: #200055;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.333)
/* Android */
Color.parseColor("#200055")Accessibility — WCAG contrast
Aa
#200055 on white: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200055 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue33.3%
CMYK percentages
Cyan62.4%
Magenta100.0%
Yellow0.0%
Key (black)66.7%
Color previews
#200055 text on a black background
contrast 1.19:1
Card sample
#200055 text on a white background
contrast 17.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200055;
Background color
Panel with #200055 background
background-color: #200055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200055; background: linear-gradient(135deg, #200055, #550051);