#392829
a deep, soft red · warm · closest name: black
RGB
57, 40, 41
HSL
357°, 18%, 19%
CMYK
0, 30, 28, 78
Luminance
0.0255
Every format
| HEX | #392829 |
| RGB | rgb(57, 40, 41) |
| HSL | hsl(357, 18%, 19%) |
| CMYK | cmyk(0%, 30%, 28%, 78%) |
| LAB | lab(18.1 8.2 2.5) |
| LCH | lch(18.1 8.5 16.9) |
| OKLCH | oklch(0.297 0.026 14.8) |
Copy-ready code
/* CSS */
color: #392829;
background-color: #392829;
/* Tailwind (arbitrary) */
class="text-[#392829] bg-[#392829]"
/* SCSS */
$brand: #392829;
/* SwiftUI */
Color(red: 0.224, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#392829")Accessibility — WCAG contrast
Aa
#392829 on white: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392829 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow28.1%
Key (black)77.6%
Color previews
#392829 text on a black background
contrast 1.51:1
Card sample
#392829 text on a white background
contrast 13.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392829;
Background color
Panel with #392829 background
background-color: #392829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392829; background: linear-gradient(135deg, #392829, #393228);