#392239
a deep, soft magenta / pink · warm · closest name: black
RGB
57, 34, 57
HSL
300°, 25%, 18%
CMYK
0, 40, 0, 78
Luminance
0.0231
Every format
| HEX | #392239 |
| RGB | rgb(57, 34, 57) |
| HSL | hsl(300, 25%, 18%) |
| CMYK | cmyk(0%, 40%, 0%, 78%) |
| LAB | lab(17.0 15.6 -10.4) |
| LCH | lch(17.0 18.7 326.3) |
| OKLCH | oklch(0.291 0.052 326.8) |
Copy-ready code
/* CSS */
color: #392239;
background-color: #392239;
/* Tailwind (arbitrary) */
class="text-[#392239] bg-[#392239]"
/* SCSS */
$brand: #392239;
/* SwiftUI */
Color(red: 0.224, green: 0.133, blue: 0.224)
/* Android */
Color.parseColor("#392239")Accessibility — WCAG contrast
Aa
#392239 on white: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392239 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green13.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow0.0%
Key (black)77.6%
Color previews
#392239 text on a black background
contrast 1.46:1
Card sample
#392239 text on a white background
contrast 14.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392239;
Background color
Panel with #392239 background
background-color: #392239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 34, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 34, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392239; background: linear-gradient(135deg, #392239, #39222A);