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