#442621
a deep, soft red · warm · closest name: black
RGB
68, 38, 33
HSL
9°, 35%, 20%
CMYK
0, 44, 52, 73
Luminance
0.0272
Every format
| HEX | #442621 |
| RGB | rgb(68, 38, 33) |
| HSL | hsl(9, 35%, 20%) |
| CMYK | cmyk(0%, 44%, 52%, 73%) |
| LAB | lab(18.9 13.5 9.3) |
| LCH | lch(18.9 16.4 34.7) |
| OKLCH | oklch(0.306 0.047 30.2) |
Copy-ready code
/* CSS */
color: #442621;
background-color: #442621;
/* Tailwind (arbitrary) */
class="text-[#442621] bg-[#442621]"
/* SCSS */
$brand: #442621;
/* SwiftUI */
Color(red: 0.267, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#442621")Accessibility — WCAG contrast
Aa
#442621 on white: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442621 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow51.5%
Key (black)73.3%
Color previews
#442621 text on a black background
contrast 1.54:1
Card sample
#442621 text on a white background
contrast 13.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442621;
Background color
Panel with #442621 background
background-color: #442621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442621; background: linear-gradient(135deg, #442621, #443D21);