#39002b
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 0, 43
HSL
315°, 100%, 11%
CMYK
0, 100, 25, 78
Luminance
0.0104
Every format
| HEX | #39002b |
| RGB | rgb(57, 0, 43) |
| HSL | hsl(315, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 25%, 78%) |
| LAB | lab(9.4 31.5 -12.2) |
| LCH | lch(9.4 33.8 338.9) |
| OKLCH | oklch(0.232 0.100 340.9) |
Copy-ready code
/* CSS */
color: #39002b;
background-color: #39002b;
/* Tailwind (arbitrary) */
class="text-[#39002b] bg-[#39002b]"
/* SCSS */
$brand: #39002b;
/* SwiftUI */
Color(red: 0.224, green: 0.000, blue: 0.169)
/* Android */
Color.parseColor("#39002b")Accessibility — WCAG contrast
Aa
#39002b on white: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39002b on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green0.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow24.6%
Key (black)77.6%
Color previews
#39002b text on a black background
contrast 1.21:1
Card sample
#39002b text on a white background
contrast 17.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39002b;
Background color
Panel with #39002b background
background-color: #39002b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39002b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 0, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 0, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39002b; background: linear-gradient(135deg, #39002b, #390005);