#442721
a deep, soft red · warm · closest name: black
RGB
68, 39, 33
HSL
10°, 35%, 20%
CMYK
0, 43, 52, 73
Luminance
0.0279
Every format
| HEX | #442721 |
| RGB | rgb(68, 39, 33) |
| HSL | hsl(10, 35%, 20%) |
| CMYK | cmyk(0%, 43%, 52%, 73%) |
| LAB | lab(19.2 12.8 9.7) |
| LCH | lch(19.2 16.1 37.1) |
| OKLCH | oklch(0.308 0.045 32.4) |
Copy-ready code
/* CSS */
color: #442721;
background-color: #442721;
/* Tailwind (arbitrary) */
class="text-[#442721] bg-[#442721]"
/* SCSS */
$brand: #442721;
/* SwiftUI */
Color(red: 0.267, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#442721")Accessibility — WCAG contrast
Aa
#442721 on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442721 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow51.5%
Key (black)73.3%
Color previews
#442721 text on a black background
contrast 1.56:1
Card sample
#442721 text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442721;
Background color
Panel with #442721 background
background-color: #442721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442721; background: linear-gradient(135deg, #442721, #443E21);