#352221
a deep, soft red · warm · closest name: black
RGB
53, 34, 33
HSL
3°, 23%, 17%
CMYK
0, 36, 38, 79
Luminance
0.0201
Every format
| HEX | #352221 |
| RGB | rgb(53, 34, 33) |
| HSL | hsl(3, 23%, 17%) |
| CMYK | cmyk(0%, 36%, 38%, 79%) |
| LAB | lab(15.5 9.0 4.3) |
| LCH | lch(15.5 10.0 25.9) |
| OKLCH | oklch(0.275 0.029 22.5) |
Copy-ready code
/* CSS */
color: #352221;
background-color: #352221;
/* Tailwind (arbitrary) */
class="text-[#352221] bg-[#352221]"
/* SCSS */
$brand: #352221;
/* SwiftUI */
Color(red: 0.208, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#352221")Accessibility — WCAG contrast
Aa
#352221 on white: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352221 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow37.7%
Key (black)79.2%
Color previews
#352221 text on a black background
contrast 1.40:1
Card sample
#352221 text on a white background
contrast 14.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352221;
Background color
Panel with #352221 background
background-color: #352221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352221; background: linear-gradient(135deg, #352221, #352F21);