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