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