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