#390b21
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 11, 33
HSL
331°, 68%, 13%
CMYK
0, 81, 42, 78
Luminance
0.0122
Every format
| HEX | #390b21 |
| RGB | rgb(57, 11, 33) |
| HSL | hsl(331, 68%, 13%) |
| CMYK | cmyk(0%, 81%, 42%, 78%) |
| LAB | lab(10.7 24.8 -2.6) |
| LCH | lch(10.7 24.9 354.0) |
| OKLCH | oklch(0.240 0.076 355.1) |
Copy-ready code
/* CSS */
color: #390b21;
background-color: #390b21;
/* Tailwind (arbitrary) */
class="text-[#390b21] bg-[#390b21]"
/* SCSS */
$brand: #390b21;
/* SwiftUI */
Color(red: 0.224, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#390b21")Accessibility — WCAG contrast
Aa
#390b21 on white: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390b21 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow42.1%
Key (black)77.6%
Color previews
#390b21 text on a black background
contrast 1.24:1
Card sample
#390b21 text on a white background
contrast 16.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390b21;
Background color
Panel with #390b21 background
background-color: #390b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390b21; background: linear-gradient(135deg, #390b21, #39140B);