#391237
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 18, 55
HSL
303°, 52%, 15%
CMYK
0, 68, 4, 78
Luminance
0.0158
Every format
| HEX | #391237 |
| RGB | rgb(57, 18, 55) |
| HSL | hsl(303, 52%, 15%) |
| CMYK | cmyk(0%, 68%, 4%, 78%) |
| LAB | lab(13.1 25.1 -15.1) |
| LCH | lch(13.1 29.3 329.0) |
| OKLCH | oklch(0.261 0.082 329.7) |
Copy-ready code
/* CSS */
color: #391237;
background-color: #391237;
/* Tailwind (arbitrary) */
class="text-[#391237] bg-[#391237]"
/* SCSS */
$brand: #391237;
/* SwiftUI */
Color(red: 0.224, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#391237")Accessibility — WCAG contrast
Aa
#391237 on white: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391237 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow3.5%
Key (black)77.6%
Color previews
#391237 text on a black background
contrast 1.32:1
Card sample
#391237 text on a white background
contrast 15.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391237;
Background color
Panel with #391237 background
background-color: #391237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391237; background: linear-gradient(135deg, #391237, #39121D);