#200432
a deep, electric violet · warm · closest name: midnightblue
RGB
32, 4, 50
HSL
277°, 85%, 11%
CMYK
36, 92, 0, 80
Luminance
0.0062
Every format
| HEX | #200432 |
| RGB | rgb(32, 4, 50) |
| HSL | hsl(277, 85%, 11%) |
| CMYK | cmyk(36%, 92%, 0%, 80%) |
| LAB | lab(5.6 23.6 -23.6) |
| LCH | lch(5.6 33.4 315.0) |
| OKLCH | oklch(0.195 0.087 308.2) |
Copy-ready code
/* CSS */
color: #200432;
background-color: #200432;
/* Tailwind (arbitrary) */
class="text-[#200432] bg-[#200432]"
/* SCSS */
$brand: #200432;
/* SwiftUI */
Color(red: 0.125, green: 0.016, blue: 0.196)
/* Android */
Color.parseColor("#200432")Accessibility — WCAG contrast
Aa
#200432 on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200432 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.6%
Blue19.6%
CMYK percentages
Cyan36.0%
Magenta92.0%
Yellow0.0%
Key (black)80.4%
Color previews
#200432 text on a black background
contrast 1.12:1
Card sample
#200432 text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200432;
Background color
Panel with #200432 background
background-color: #200432;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200432;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 4, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 4, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200432; background: linear-gradient(135deg, #200432, #320425);