#352124
a deep, soft red · warm · closest name: black
RGB
53, 33, 36
HSL
351°, 23%, 17%
CMYK
0, 38, 32, 79
Luminance
0.0197
Every format
| HEX | #352124 |
| RGB | rgb(53, 33, 36) |
| HSL | hsl(351, 23%, 17%) |
| CMYK | cmyk(0%, 38%, 32%, 79%) |
| LAB | lab(15.3 10.2 1.9) |
| LCH | lch(15.3 10.3 10.7) |
| OKLCH | oklch(0.274 0.031 9.5) |
Copy-ready code
/* CSS */
color: #352124;
background-color: #352124;
/* Tailwind (arbitrary) */
class="text-[#352124] bg-[#352124]"
/* SCSS */
$brand: #352124;
/* SwiftUI */
Color(red: 0.208, green: 0.129, blue: 0.141)
/* Android */
Color.parseColor("#352124")Accessibility — WCAG contrast
Aa
#352124 on white: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352124 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green12.9%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow32.1%
Key (black)79.2%
Color previews
#352124 text on a black background
contrast 1.39:1
Card sample
#352124 text on a white background
contrast 15.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352124;
Background color
Panel with #352124 background
background-color: #352124;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352124;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 33, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 33, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352124; background: linear-gradient(135deg, #352124, #352B21);