#392521
a deep, soft red · warm · closest name: black
RGB
57, 37, 33
HSL
10°, 27%, 18%
CMYK
0, 35, 42, 78
Luminance
0.0230
Every format
| HEX | #392521 |
| RGB | rgb(57, 37, 33) |
| HSL | hsl(10, 27%, 18%) |
| CMYK | cmyk(0%, 35%, 42%, 78%) |
| LAB | lab(17.0 8.8 6.5) |
| LCH | lch(17.0 11.0 36.2) |
| OKLCH | oklch(0.288 0.032 31.7) |
Copy-ready code
/* CSS */
color: #392521;
background-color: #392521;
/* Tailwind (arbitrary) */
class="text-[#392521] bg-[#392521]"
/* SCSS */
$brand: #392521;
/* SwiftUI */
Color(red: 0.224, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#392521")Accessibility — WCAG contrast
Aa
#392521 on white: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392521 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow42.1%
Key (black)77.6%
Color previews
#392521 text on a black background
contrast 1.46:1
Card sample
#392521 text on a white background
contrast 14.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392521;
Background color
Panel with #392521 background
background-color: #392521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392521; background: linear-gradient(135deg, #392521, #393521);