#332829
a deep, muted red · warm · closest name: black
RGB
51, 40, 41
HSL
355°, 12%, 18%
CMYK
0, 22, 20, 80
Luminance
0.0238
Every format
| HEX | #332829 |
| RGB | rgb(51, 40, 41) |
| HSL | hsl(355, 12%, 18%) |
| CMYK | cmyk(0%, 22%, 20%, 80%) |
| LAB | lab(17.4 5.3 1.3) |
| LCH | lch(17.4 5.5 13.5) |
| OKLCH | oklch(0.290 0.017 12.0) |
Copy-ready code
/* CSS */
color: #332829;
background-color: #332829;
/* Tailwind (arbitrary) */
class="text-[#332829] bg-[#332829]"
/* SCSS */
$brand: #332829;
/* SwiftUI */
Color(red: 0.200, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#332829")Accessibility — WCAG contrast
Aa
#332829 on white: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332829 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow19.6%
Key (black)80.0%
Color previews
#332829 text on a black background
contrast 1.48:1
Card sample
#332829 text on a white background
contrast 14.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332829;
Background color
Panel with #332829 background
background-color: #332829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332829; background: linear-gradient(135deg, #332829, #332E28);