#422621
a deep, soft red · warm · closest name: black
RGB
66, 38, 33
HSL
9°, 33%, 19%
CMYK
0, 42, 50, 74
Luminance
0.0265
Every format
| HEX | #422621 |
| RGB | rgb(66, 38, 33) |
| HSL | hsl(9, 33%, 19%) |
| CMYK | cmyk(0%, 42%, 50%, 74%) |
| LAB | lab(18.6 12.5 8.9) |
| LCH | lch(18.6 15.4 35.3) |
| OKLCH | oklch(0.303 0.044 30.8) |
Copy-ready code
/* CSS */
color: #422621;
background-color: #422621;
/* Tailwind (arbitrary) */
class="text-[#422621] bg-[#422621]"
/* SCSS */
$brand: #422621;
/* SwiftUI */
Color(red: 0.259, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#422621")Accessibility — WCAG contrast
Aa
#422621 on white: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422621 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow50.0%
Key (black)74.1%
Color previews
#422621 text on a black background
contrast 1.53:1
Card sample
#422621 text on a white background
contrast 13.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422621;
Background color
Panel with #422621 background
background-color: #422621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422621; background: linear-gradient(135deg, #422621, #423C21);