#422421
a deep, soft red · warm · closest name: black
RGB
66, 36, 33
HSL
6°, 33%, 19%
CMYK
0, 46, 50, 74
Luminance
0.0253
Every format
| HEX | #422421 |
| RGB | rgb(66, 36, 33) |
| HSL | hsl(6, 33%, 19%) |
| CMYK | cmyk(0%, 46%, 50%, 74%) |
| LAB | lab(18.1 13.9 8.1) |
| LCH | lch(18.1 16.1 30.4) |
| OKLCH | oklch(0.299 0.046 26.3) |
Copy-ready code
/* CSS */
color: #422421;
background-color: #422421;
/* Tailwind (arbitrary) */
class="text-[#422421] bg-[#422421]"
/* SCSS */
$brand: #422421;
/* SwiftUI */
Color(red: 0.259, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#422421")Accessibility — WCAG contrast
Aa
#422421 on white: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422421 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow50.0%
Key (black)74.1%
Color previews
#422421 text on a black background
contrast 1.51:1
Card sample
#422421 text on a white background
contrast 13.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422421;
Background color
Panel with #422421 background
background-color: #422421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422421; background: linear-gradient(135deg, #422421, #423A21);