#390a21
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 10, 33
HSL
331°, 70%, 13%
CMYK
0, 83, 42, 78
Luminance
0.0120
Every format
| HEX | #390a21 |
| RGB | rgb(57, 10, 33) |
| HSL | hsl(331, 70%, 13%) |
| CMYK | cmyk(0%, 83%, 42%, 78%) |
| LAB | lab(10.5 25.3 -2.8) |
| LCH | lch(10.5 25.4 353.6) |
| OKLCH | oklch(0.239 0.078 354.7) |
Copy-ready code
/* CSS */
color: #390a21;
background-color: #390a21;
/* Tailwind (arbitrary) */
class="text-[#390a21] bg-[#390a21]"
/* SCSS */
$brand: #390a21;
/* SwiftUI */
Color(red: 0.224, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#390a21")Accessibility — WCAG contrast
Aa
#390a21 on white: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390a21 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow42.1%
Key (black)77.6%
Color previews
#390a21 text on a black background
contrast 1.24:1
Card sample
#390a21 text on a white background
contrast 16.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390a21;
Background color
Panel with #390a21 background
background-color: #390a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390a21; background: linear-gradient(135deg, #390a21, #39120A);