#422d21
a deep, soft orange · warm · closest name: black
RGB
66, 45, 33
HSL
22°, 33%, 19%
CMYK
0, 32, 50, 74
Luminance
0.0314
Every format
| HEX | #422d21 |
| RGB | rgb(66, 45, 33) |
| HSL | hsl(22, 33%, 19%) |
| CMYK | cmyk(0%, 32%, 50%, 74%) |
| LAB | lab(20.6 7.9 11.6) |
| LCH | lch(20.6 14.0 55.8) |
| OKLCH | oklch(0.319 0.037 50.7) |
Copy-ready code
/* CSS */
color: #422d21;
background-color: #422d21;
/* Tailwind (arbitrary) */
class="text-[#422d21] bg-[#422d21]"
/* SCSS */
$brand: #422d21;
/* SwiftUI */
Color(red: 0.259, green: 0.176, blue: 0.129)
/* Android */
Color.parseColor("#422d21")Accessibility — WCAG contrast
Aa
#422d21 on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422d21 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green17.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow50.0%
Key (black)74.1%
Color previews
#422d21 text on a black background
contrast 1.63:1
Card sample
#422d21 text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422d21;
Background color
Panel with #422d21 background
background-color: #422d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 45, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 45, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422d21; background: linear-gradient(135deg, #422d21, #414221);