#211413
a deep, soft red · warm · closest name: black
RGB
33, 20, 19
HSL
4°, 27%, 10%
CMYK
0, 39, 42, 87
Luminance
0.0087
Every format
| HEX | #211413 |
| RGB | rgb(33, 20, 19) |
| HSL | hsl(4, 27%, 10%) |
| CMYK | cmyk(0%, 39%, 42%, 87%) |
| LAB | lab(7.9 6.5 3.1) |
| LCH | lch(7.9 7.2 25.5) |
| OKLCH | oklch(0.208 0.022 24.0) |
Copy-ready code
/* CSS */
color: #211413;
background-color: #211413;
/* Tailwind (arbitrary) */
class="text-[#211413] bg-[#211413]"
/* SCSS */
$brand: #211413;
/* SwiftUI */
Color(red: 0.129, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#211413")Accessibility — WCAG contrast
Aa
#211413 on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211413 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green7.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow42.4%
Key (black)87.1%
Color previews
#211413 text on a black background
contrast 1.17:1
Card sample
#211413 text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211413;
Background color
Panel with #211413 background
background-color: #211413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211413; background: linear-gradient(135deg, #211413, #211D13);