#200009
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 0, 9
HSL
343°, 100%, 6%
CMYK
0, 100, 72, 88
Luminance
0.0033
Every format
| HEX | #200009 |
| RGB | rgb(32, 0, 9) |
| HSL | hsl(343, 100%, 6%) |
| CMYK | cmyk(0%, 100%, 72%, 88%) |
| LAB | lab(3.0 13.7 1.0) |
| LCH | lch(3.0 13.7 4.1) |
| OKLCH | oklch(0.157 0.063 4.8) |
Copy-ready code
/* CSS */
color: #200009;
background-color: #200009;
/* Tailwind (arbitrary) */
class="text-[#200009] bg-[#200009]"
/* SCSS */
$brand: #200009;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.035)
/* Android */
Color.parseColor("#200009")Accessibility — WCAG contrast
Aa
#200009 on white: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200009 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow71.9%
Key (black)87.5%
Color previews
#200009 text on a black background
contrast 1.07:1
Card sample
#200009 text on a white background
contrast 19.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200009;
Background color
Panel with #200009 background
background-color: #200009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200009; background: linear-gradient(135deg, #200009, #200C00);