#332521
a deep, soft red · warm · closest name: black
RGB
51, 37, 33
HSL
13°, 21%, 17%
CMYK
0, 28, 35, 80
Luminance
0.0214
Every format
| HEX | #332521 |
| RGB | rgb(51, 37, 33) |
| HSL | hsl(13, 21%, 17%) |
| CMYK | cmyk(0%, 28%, 35%, 80%) |
| LAB | lab(16.2 5.9 5.2) |
| LCH | lch(16.2 7.9 41.5) |
| OKLCH | oklch(0.280 0.023 36.5) |
Copy-ready code
/* CSS */
color: #332521;
background-color: #332521;
/* Tailwind (arbitrary) */
class="text-[#332521] bg-[#332521]"
/* SCSS */
$brand: #332521;
/* SwiftUI */
Color(red: 0.200, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#332521")Accessibility — WCAG contrast
Aa
#332521 on white: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332521 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow35.3%
Key (black)80.0%
Color previews
#332521 text on a black background
contrast 1.43:1
Card sample
#332521 text on a white background
contrast 14.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332521;
Background color
Panel with #332521 background
background-color: #332521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332521; background: linear-gradient(135deg, #332521, #333121);