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