#392321
a deep, soft red · warm · closest name: black
RGB
57, 35, 33
HSL
5°, 27%, 18%
CMYK
0, 39, 42, 78
Luminance
0.0218
Every format
| HEX | #392321 |
| RGB | rgb(57, 35, 33) |
| HSL | hsl(5, 27%, 18%) |
| CMYK | cmyk(0%, 39%, 42%, 78%) |
| LAB | lab(16.4 10.2 5.7) |
| LCH | lch(16.4 11.7 29.0) |
| OKLCH | oklch(0.283 0.034 25.2) |
Copy-ready code
/* CSS */
color: #392321;
background-color: #392321;
/* Tailwind (arbitrary) */
class="text-[#392321] bg-[#392321]"
/* SCSS */
$brand: #392321;
/* SwiftUI */
Color(red: 0.224, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#392321")Accessibility — WCAG contrast
Aa
#392321 on white: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392321 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow42.1%
Key (black)77.6%
Color previews
#392321 text on a black background
contrast 1.44:1
Card sample
#392321 text on a white background
contrast 14.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392321;
Background color
Panel with #392321 background
background-color: #392321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392321; background: linear-gradient(135deg, #392321, #393321);