#221407
a deep, vivid orange · warm · closest name: black
RGB
34, 20, 7
HSL
29°, 66%, 8%
CMYK
0, 41, 79, 87
Luminance
0.0086
Every format
| HEX | #221407 |
| RGB | rgb(34, 20, 7) |
| HSL | hsl(29, 66%, 8%) |
| CMYK | cmyk(0%, 41%, 79%, 87%) |
| LAB | lab(7.7 5.3 8.8) |
| LCH | lch(7.7 10.3 58.7) |
| OKLCH | oklch(0.206 0.033 62.9) |
Copy-ready code
/* CSS */
color: #221407;
background-color: #221407;
/* Tailwind (arbitrary) */
class="text-[#221407] bg-[#221407]"
/* SCSS */
$brand: #221407;
/* SwiftUI */
Color(red: 0.133, green: 0.078, blue: 0.027)
/* Android */
Color.parseColor("#221407")Accessibility — WCAG contrast
Aa
#221407 on white: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221407 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green7.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow79.4%
Key (black)86.7%
Color previews
#221407 text on a black background
contrast 1.17:1
Card sample
#221407 text on a white background
contrast 17.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221407;
Background color
Panel with #221407 background
background-color: #221407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 20, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 20, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221407; background: linear-gradient(135deg, #221407, #1E2207);