#200329
a deep, electric violet · warm · closest name: black
RGB
32, 3, 41
HSL
286°, 86%, 9%
CMYK
22, 93, 0, 84
Luminance
0.0053
Every format
| HEX | #200329 |
| RGB | rgb(32, 3, 41) |
| HSL | hsl(286, 86%, 9%) |
| CMYK | cmyk(22%, 93%, 0%, 84%) |
| LAB | lab(4.8 20.9 -18.1) |
| LCH | lch(4.8 27.7 319.0) |
| OKLCH | oklch(0.185 0.079 317.2) |
Copy-ready code
/* CSS */
color: #200329;
background-color: #200329;
/* Tailwind (arbitrary) */
class="text-[#200329] bg-[#200329]"
/* SCSS */
$brand: #200329;
/* SwiftUI */
Color(red: 0.125, green: 0.012, blue: 0.161)
/* Android */
Color.parseColor("#200329")Accessibility — WCAG contrast
Aa
#200329 on white: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200329 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.2%
Blue16.1%
CMYK percentages
Cyan22.0%
Magenta92.7%
Yellow0.0%
Key (black)83.9%
Color previews
#200329 text on a black background
contrast 1.11:1
Card sample
#200329 text on a white background
contrast 18.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200329;
Background color
Panel with #200329 background
background-color: #200329;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200329;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 3, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 3, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200329; background: linear-gradient(135deg, #200329, #290319);