#200513
a deep, vivid magenta / pink · warm · closest name: black
RGB
32, 5, 19
HSL
329°, 73%, 7%
CMYK
0, 84, 41, 88
Luminance
0.0046
Every format
| HEX | #200513 |
| RGB | rgb(32, 5, 19) |
| HSL | hsl(329, 73%, 7%) |
| CMYK | cmyk(0%, 84%, 41%, 88%) |
| LAB | lab(4.2 13.4 -2.3) |
| LCH | lch(4.2 13.6 350.3) |
| OKLCH | oklch(0.173 0.052 350.8) |
Copy-ready code
/* CSS */
color: #200513;
background-color: #200513;
/* Tailwind (arbitrary) */
class="text-[#200513] bg-[#200513]"
/* SCSS */
$brand: #200513;
/* SwiftUI */
Color(red: 0.125, green: 0.020, blue: 0.075)
/* Android */
Color.parseColor("#200513")Accessibility — WCAG contrast
Aa
#200513 on white: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200513 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow40.6%
Key (black)87.5%
Color previews
#200513 text on a black background
contrast 1.09:1
Card sample
#200513 text on a white background
contrast 19.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200513;
Background color
Panel with #200513 background
background-color: #200513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 5, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 5, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200513; background: linear-gradient(135deg, #200513, #200905);