#390f21
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 15, 33
HSL
334°, 58%, 14%
CMYK
0, 74, 42, 78
Luminance
0.0132
Every format
| HEX | #390f21 |
| RGB | rgb(57, 15, 33) |
| HSL | hsl(334, 58%, 14%) |
| CMYK | cmyk(0%, 74%, 42%, 78%) |
| LAB | lab(11.4 22.8 -1.5) |
| LCH | lch(11.4 22.9 356.2) |
| OKLCH | oklch(0.246 0.070 357.0) |
Copy-ready code
/* CSS */
color: #390f21;
background-color: #390f21;
/* Tailwind (arbitrary) */
class="text-[#390f21] bg-[#390f21]"
/* SCSS */
$brand: #390f21;
/* SwiftUI */
Color(red: 0.224, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#390f21")Accessibility — WCAG contrast
Aa
#390f21 on white: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390f21 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow42.1%
Key (black)77.6%
Color previews
#390f21 text on a black background
contrast 1.26:1
Card sample
#390f21 text on a white background
contrast 16.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390f21;
Background color
Panel with #390f21 background
background-color: #390f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390f21; background: linear-gradient(135deg, #390f21, #39190F);