#442221
a deep, soft red · warm · closest name: black
RGB
68, 34, 33
HSL
2°, 35%, 20%
CMYK
0, 50, 52, 73
Luminance
0.0248
Every format
| HEX | #442221 |
| RGB | rgb(68, 34, 33) |
| HSL | hsl(2, 35%, 20%) |
| CMYK | cmyk(0%, 50%, 52%, 73%) |
| LAB | lab(17.8 16.1 7.9) |
| LCH | lch(17.8 17.9 26.2) |
| OKLCH | oklch(0.298 0.052 22.5) |
Copy-ready code
/* CSS */
color: #442221;
background-color: #442221;
/* Tailwind (arbitrary) */
class="text-[#442221] bg-[#442221]"
/* SCSS */
$brand: #442221;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#442221")Accessibility — WCAG contrast
Aa
#442221 on white: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442221 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow51.5%
Key (black)73.3%
Color previews
#442221 text on a black background
contrast 1.50:1
Card sample
#442221 text on a white background
contrast 14.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442221;
Background color
Panel with #442221 background
background-color: #442221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442221; background: linear-gradient(135deg, #442221, #443921);