#221c11
a deep, soft orange · warm · closest name: black
RGB
34, 28, 17
HSL
39°, 33%, 10%
CMYK
0, 18, 50, 87
Luminance
0.0121
Every format
| HEX | #221c11 |
| RGB | rgb(34, 28, 17) |
| HSL | hsl(39, 33%, 10%) |
| CMYK | cmyk(0%, 18%, 50%, 87%) |
| LAB | lab(10.6 0.8 8.3) |
| LCH | lch(10.6 8.3 84.3) |
| OKLCH | oklch(0.230 0.022 82.3) |
Copy-ready code
/* CSS */
color: #221c11;
background-color: #221c11;
/* Tailwind (arbitrary) */
class="text-[#221c11] bg-[#221c11]"
/* SCSS */
$brand: #221c11;
/* SwiftUI */
Color(red: 0.133, green: 0.110, blue: 0.067)
/* Android */
Color.parseColor("#221c11")Accessibility — WCAG contrast
Aa
#221c11 on white: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221c11 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green11.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow50.0%
Key (black)86.7%
Color previews
#221c11 text on a black background
contrast 1.24:1
Card sample
#221c11 text on a white background
contrast 16.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221c11;
Background color
Panel with #221c11 background
background-color: #221c11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221c11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 28, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 28, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221c11; background: linear-gradient(135deg, #221c11, #1D2211);