#200715
a deep, vivid magenta / pink · warm · closest name: black
RGB
32, 7, 21
HSL
326°, 64%, 8%
CMYK
0, 78, 34, 88
Luminance
0.0051
Every format
| HEX | #200715 |
| RGB | rgb(32, 7, 21) |
| HSL | hsl(326, 64%, 8%) |
| CMYK | cmyk(0%, 78%, 34%, 88%) |
| LAB | lab(4.6 13.1 -3.0) |
| LCH | lch(4.6 13.4 347.2) |
| OKLCH | oklch(0.179 0.049 348.1) |
Copy-ready code
/* CSS */
color: #200715;
background-color: #200715;
/* Tailwind (arbitrary) */
class="text-[#200715] bg-[#200715]"
/* SCSS */
$brand: #200715;
/* SwiftUI */
Color(red: 0.125, green: 0.027, blue: 0.082)
/* Android */
Color.parseColor("#200715")Accessibility — WCAG contrast
Aa
#200715 on white: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200715 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.7%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow34.4%
Key (black)87.5%
Color previews
#200715 text on a black background
contrast 1.10:1
Card sample
#200715 text on a white background
contrast 19.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200715;
Background color
Panel with #200715 background
background-color: #200715;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200715;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 7, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 7, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200715; background: linear-gradient(135deg, #200715, #200A07);