#422321
a deep, soft red · warm · closest name: black
RGB
66, 35, 33
HSL
4°, 33%, 19%
CMYK
0, 47, 50, 74
Luminance
0.0247
Every format
| HEX | #422321 |
| RGB | rgb(66, 35, 33) |
| HSL | hsl(4, 33%, 19%) |
| CMYK | cmyk(0%, 47%, 50%, 74%) |
| LAB | lab(17.8 14.5 7.8) |
| LCH | lch(17.8 16.5 28.2) |
| OKLCH | oklch(0.297 0.048 24.3) |
Copy-ready code
/* CSS */
color: #422321;
background-color: #422321;
/* Tailwind (arbitrary) */
class="text-[#422321] bg-[#422321]"
/* SCSS */
$brand: #422321;
/* SwiftUI */
Color(red: 0.259, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#422321")Accessibility — WCAG contrast
Aa
#422321 on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422321 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow50.0%
Key (black)74.1%
Color previews
#422321 text on a black background
contrast 1.49:1
Card sample
#422321 text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422321;
Background color
Panel with #422321 background
background-color: #422321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422321; background: linear-gradient(135deg, #422321, #423921);