#221b11
a deep, soft orange · warm · closest name: black
RGB
34, 27, 17
HSL
35°, 33%, 10%
CMYK
0, 21, 50, 87
Luminance
0.0116
Every format
| HEX | #221b11 |
| RGB | rgb(34, 27, 17) |
| HSL | hsl(35, 33%, 10%) |
| CMYK | cmyk(0%, 21%, 50%, 87%) |
| LAB | lab(10.3 1.6 7.8) |
| LCH | lch(10.3 8.0 78.8) |
| OKLCH | oklch(0.227 0.021 76.2) |
Copy-ready code
/* CSS */
color: #221b11;
background-color: #221b11;
/* Tailwind (arbitrary) */
class="text-[#221b11] bg-[#221b11]"
/* SCSS */
$brand: #221b11;
/* SwiftUI */
Color(red: 0.133, green: 0.106, blue: 0.067)
/* Android */
Color.parseColor("#221b11")Accessibility — WCAG contrast
Aa
#221b11 on white: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221b11 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green10.6%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow50.0%
Key (black)86.7%
Color previews
#221b11 text on a black background
contrast 1.23:1
Card sample
#221b11 text on a white background
contrast 17.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221b11;
Background color
Panel with #221b11 background
background-color: #221b11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221b11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 27, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 27, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221b11; background: linear-gradient(135deg, #221b11, #1E2211);