#221908
a deep, vivid orange · warm · closest name: black
RGB
34, 25, 8
HSL
39°, 62%, 8%
CMYK
0, 27, 77, 87
Luminance
0.0105
Every format
| HEX | #221908 |
| RGB | rgb(34, 25, 8) |
| HSL | hsl(39, 62%, 8%) |
| CMYK | cmyk(0%, 27%, 77%, 87%) |
| LAB | lab(9.4 1.8 10.8) |
| LCH | lch(9.4 11.0 80.5) |
| OKLCH | oklch(0.220 0.032 81.8) |
Copy-ready code
/* CSS */
color: #221908;
background-color: #221908;
/* Tailwind (arbitrary) */
class="text-[#221908] bg-[#221908]"
/* SCSS */
$brand: #221908;
/* SwiftUI */
Color(red: 0.133, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#221908")Accessibility — WCAG contrast
Aa
#221908 on white: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221908 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow76.5%
Key (black)86.7%
Color previews
#221908 text on a black background
contrast 1.21:1
Card sample
#221908 text on a white background
contrast 17.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221908;
Background color
Panel with #221908 background
background-color: #221908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221908; background: linear-gradient(135deg, #221908, #1A2208);