#442a21
a deep, soft orange · warm · closest name: black
RGB
68, 42, 33
HSL
15°, 35%, 20%
CMYK
0, 38, 52, 73
Luminance
0.0299
Every format
| HEX | #442a21 |
| RGB | rgb(68, 42, 33) |
| HSL | hsl(15, 35%, 20%) |
| CMYK | cmyk(0%, 38%, 52%, 73%) |
| LAB | lab(20.0 10.9 10.8) |
| LCH | lch(20.0 15.3 45.0) |
| OKLCH | oklch(0.315 0.042 39.9) |
Copy-ready code
/* CSS */
color: #442a21;
background-color: #442a21;
/* Tailwind (arbitrary) */
class="text-[#442a21] bg-[#442a21]"
/* SCSS */
$brand: #442a21;
/* SwiftUI */
Color(red: 0.267, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#442a21")Accessibility — WCAG contrast
Aa
#442a21 on white: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442a21 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow51.5%
Key (black)73.3%
Color previews
#442a21 text on a black background
contrast 1.60:1
Card sample
#442a21 text on a white background
contrast 13.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442a21;
Background color
Panel with #442a21 background
background-color: #442a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442a21; background: linear-gradient(135deg, #442a21, #444121);