#390513
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 5, 19
HSL
344°, 84%, 12%
CMYK
0, 91, 67, 78
Luminance
0.0103
Every format
| HEX | #390513 |
| RGB | rgb(57, 5, 19) |
| HSL | hsl(344, 84%, 12%) |
| CMYK | cmyk(0%, 91%, 67%, 78%) |
| LAB | lab(9.2 26.1 5.6) |
| LCH | lch(9.2 26.7 12.2) |
| OKLCH | oklch(0.228 0.080 10.7) |
Copy-ready code
/* CSS */
color: #390513;
background-color: #390513;
/* Tailwind (arbitrary) */
class="text-[#390513] bg-[#390513]"
/* SCSS */
$brand: #390513;
/* SwiftUI */
Color(red: 0.224, green: 0.020, blue: 0.075)
/* Android */
Color.parseColor("#390513")Accessibility — WCAG contrast
Aa
#390513 on white: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390513 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green2.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow66.7%
Key (black)77.6%
Color previews
#390513 text on a black background
contrast 1.21:1
Card sample
#390513 text on a white background
contrast 17.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390513;
Background color
Panel with #390513 background
background-color: #390513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 5, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 5, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390513; background: linear-gradient(135deg, #390513, #391A05);