#392425
a deep, soft red · warm · closest name: black
RGB
57, 36, 37
HSL
357°, 23%, 18%
CMYK
0, 37, 35, 78
Luminance
0.0227
Every format
| HEX | #392425 |
| RGB | rgb(57, 36, 37) |
| HSL | hsl(357, 23%, 18%) |
| CMYK | cmyk(0%, 37%, 35%, 78%) |
| LAB | lab(16.8 10.2 3.4) |
| LCH | lch(16.8 10.7 18.5) |
| OKLCH | oklch(0.287 0.032 16.1) |
Copy-ready code
/* CSS */
color: #392425;
background-color: #392425;
/* Tailwind (arbitrary) */
class="text-[#392425] bg-[#392425]"
/* SCSS */
$brand: #392425;
/* SwiftUI */
Color(red: 0.224, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#392425")Accessibility — WCAG contrast
Aa
#392425 on white: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392425 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow35.1%
Key (black)77.6%
Color previews
#392425 text on a black background
contrast 1.45:1
Card sample
#392425 text on a white background
contrast 14.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392425;
Background color
Panel with #392425 background
background-color: #392425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392425; background: linear-gradient(135deg, #392425, #393124);