#332425
a deep, soft red · warm · closest name: black
RGB
51, 36, 37
HSL
356°, 17%, 17%
CMYK
0, 29, 28, 80
Luminance
0.0210
Every format
| HEX | #332425 |
| RGB | rgb(51, 36, 37) |
| HSL | hsl(356, 17%, 17%) |
| CMYK | cmyk(0%, 29%, 28%, 80%) |
| LAB | lab(16.0 7.3 2.1) |
| LCH | lch(16.0 7.6 16.2) |
| OKLCH | oklch(0.279 0.023 14.2) |
Copy-ready code
/* CSS */
color: #332425;
background-color: #332425;
/* Tailwind (arbitrary) */
class="text-[#332425] bg-[#332425]"
/* SCSS */
$brand: #332425;
/* SwiftUI */
Color(red: 0.200, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#332425")Accessibility — WCAG contrast
Aa
#332425 on white: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332425 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow27.5%
Key (black)80.0%
Color previews
#332425 text on a black background
contrast 1.42:1
Card sample
#332425 text on a white background
contrast 14.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332425;
Background color
Panel with #332425 background
background-color: #332425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332425; background: linear-gradient(135deg, #332425, #332D24);