#150310
a deep, electric magenta / pink · warm · closest name: black
RGB
21, 3, 16
HSL
317°, 75%, 5%
CMYK
0, 86, 24, 92
Luminance
0.0026
Every format
| HEX | #150310 |
| RGB | rgb(21, 3, 16) |
| HSL | hsl(317, 75%, 5%) |
| CMYK | cmyk(0%, 86%, 24%, 92%) |
| LAB | lab(2.4 7.6 -3.3) |
| LCH | lch(2.4 8.3 336.4) |
| OKLCH | oklch(0.144 0.045 338.5) |
Copy-ready code
/* CSS */
color: #150310;
background-color: #150310;
/* Tailwind (arbitrary) */
class="text-[#150310] bg-[#150310]"
/* SCSS */
$brand: #150310;
/* SwiftUI */
Color(red: 0.082, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#150310")Accessibility — WCAG contrast
Aa
#150310 on white: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150310 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow23.8%
Key (black)91.8%
Color previews
#150310 text on a black background
contrast 1.05:1
Card sample
#150310 text on a white background
contrast 19.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150310;
Background color
Panel with #150310 background
background-color: #150310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150310; background: linear-gradient(135deg, #150310, #150304);