#200313
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 3, 19
HSL
327°, 83%, 7%
CMYK
0, 91, 41, 88
Luminance
0.0042
Every format
| HEX | #200313 |
| RGB | rgb(32, 3, 19) |
| HSL | hsl(327, 83%, 7%) |
| CMYK | cmyk(0%, 91%, 41%, 88%) |
| LAB | lab(3.8 14.2 -2.9) |
| LCH | lch(3.8 14.5 348.6) |
| OKLCH | oklch(0.169 0.058 349.2) |
Copy-ready code
/* CSS */
color: #200313;
background-color: #200313;
/* Tailwind (arbitrary) */
class="text-[#200313] bg-[#200313]"
/* SCSS */
$brand: #200313;
/* SwiftUI */
Color(red: 0.125, green: 0.012, blue: 0.075)
/* Android */
Color.parseColor("#200313")Accessibility — WCAG contrast
Aa
#200313 on white: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200313 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow40.6%
Key (black)87.5%
Color previews
#200313 text on a black background
contrast 1.08:1
Card sample
#200313 text on a white background
contrast 19.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200313;
Background color
Panel with #200313 background
background-color: #200313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 3, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 3, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200313; background: linear-gradient(135deg, #200313, #200603);