#221813
a deep, soft orange · warm · closest name: black
RGB
34, 24, 19
HSL
20°, 28%, 10%
CMYK
0, 29, 44, 87
Luminance
0.0104
Every format
| HEX | #221813 |
| RGB | rgb(34, 24, 19) |
| HSL | hsl(20, 28%, 10%) |
| CMYK | cmyk(0%, 29%, 44%, 87%) |
| LAB | lab(9.3 4.1 5.2) |
| LCH | lch(9.3 6.6 52.0) |
| OKLCH | oklch(0.220 0.019 47.8) |
Copy-ready code
/* CSS */
color: #221813;
background-color: #221813;
/* Tailwind (arbitrary) */
class="text-[#221813] bg-[#221813]"
/* SCSS */
$brand: #221813;
/* SwiftUI */
Color(red: 0.133, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#221813")Accessibility — WCAG contrast
Aa
#221813 on white: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221813 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green9.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow44.1%
Key (black)86.7%
Color previews
#221813 text on a black background
contrast 1.21:1
Card sample
#221813 text on a white background
contrast 17.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221813;
Background color
Panel with #221813 background
background-color: #221813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221813; background: linear-gradient(135deg, #221813, #222213);