#332021
a deep, soft red · warm · closest name: black
RGB
51, 32, 33
HSL
357°, 23%, 16%
CMYK
0, 37, 35, 80
Luminance
0.0185
Every format
| HEX | #332021 |
| RGB | rgb(51, 32, 33) |
| HSL | hsl(357, 23%, 16%) |
| CMYK | cmyk(0%, 37%, 35%, 80%) |
| LAB | lab(14.7 9.4 3.1) |
| LCH | lch(14.7 9.9 18.1) |
| OKLCH | oklch(0.268 0.030 15.8) |
Copy-ready code
/* CSS */
color: #332021;
background-color: #332021;
/* Tailwind (arbitrary) */
class="text-[#332021] bg-[#332021]"
/* SCSS */
$brand: #332021;
/* SwiftUI */
Color(red: 0.200, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#332021")Accessibility — WCAG contrast
Aa
#332021 on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332021 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow35.3%
Key (black)80.0%
Color previews
#332021 text on a black background
contrast 1.37:1
Card sample
#332021 text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332021;
Background color
Panel with #332021 background
background-color: #332021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332021; background: linear-gradient(135deg, #332021, #332C20);