#332221
a deep, soft red · warm · closest name: black
RGB
51, 34, 33
HSL
3°, 21%, 17%
CMYK
0, 33, 35, 80
Luminance
0.0196
Every format
| HEX | #332221 |
| RGB | rgb(51, 34, 33) |
| HSL | hsl(3, 21%, 17%) |
| CMYK | cmyk(0%, 33%, 35%, 80%) |
| LAB | lab(15.3 8.0 3.9) |
| LCH | lch(15.3 8.9 26.1) |
| OKLCH | oklch(0.273 0.026 22.7) |
Copy-ready code
/* CSS */
color: #332221;
background-color: #332221;
/* Tailwind (arbitrary) */
class="text-[#332221] bg-[#332221]"
/* SCSS */
$brand: #332221;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#332221")Accessibility — WCAG contrast
Aa
#332221 on white: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332221 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow35.3%
Key (black)80.0%
Color previews
#332221 text on a black background
contrast 1.39:1
Card sample
#332221 text on a white background
contrast 15.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332221;
Background color
Panel with #332221 background
background-color: #332221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332221; background: linear-gradient(135deg, #332221, #332E21);