#390313
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 3, 19
HSL
342°, 90%, 12%
CMYK
0, 95, 67, 78
Luminance
0.0098
Every format
| HEX | #390313 |
| RGB | rgb(57, 3, 19) |
| HSL | hsl(342, 90%, 12%) |
| CMYK | cmyk(0%, 95%, 67%, 78%) |
| LAB | lab(8.8 27.1 5.1) |
| LCH | lch(8.8 27.6 10.7) |
| OKLCH | oklch(0.225 0.084 9.5) |
Copy-ready code
/* CSS */
color: #390313;
background-color: #390313;
/* Tailwind (arbitrary) */
class="text-[#390313] bg-[#390313]"
/* SCSS */
$brand: #390313;
/* SwiftUI */
Color(red: 0.224, green: 0.012, blue: 0.075)
/* Android */
Color.parseColor("#390313")Accessibility — WCAG contrast
Aa
#390313 on white: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390313 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green1.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow66.7%
Key (black)77.6%
Color previews
#390313 text on a black background
contrast 1.20:1
Card sample
#390313 text on a white background
contrast 17.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390313;
Background color
Panel with #390313 background
background-color: #390313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 3, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 3, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390313; background: linear-gradient(135deg, #390313, #391703);