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