#332421
a deep, soft red · warm · closest name: black
RGB
51, 36, 33
HSL
10°, 21%, 17%
CMYK
0, 29, 35, 80
Luminance
0.0208
Every format
| HEX | #332421 |
| RGB | rgb(51, 36, 33) |
| HSL | hsl(10, 21%, 17%) |
| CMYK | cmyk(0%, 29%, 35%, 80%) |
| LAB | lab(15.9 6.6 4.8) |
| LCH | lch(15.9 8.2 35.9) |
| OKLCH | oklch(0.277 0.024 31.5) |
Copy-ready code
/* CSS */
color: #332421;
background-color: #332421;
/* Tailwind (arbitrary) */
class="text-[#332421] bg-[#332421]"
/* SCSS */
$brand: #332421;
/* SwiftUI */
Color(red: 0.200, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#332421")Accessibility — WCAG contrast
Aa
#332421 on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332421 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow35.3%
Key (black)80.0%
Color previews
#332421 text on a black background
contrast 1.42:1
Card sample
#332421 text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332421;
Background color
Panel with #332421 background
background-color: #332421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332421; background: linear-gradient(135deg, #332421, #333021);