#150015
a deep, electric magenta / pink · warm · closest name: black
RGB
21, 0, 21
HSL
300°, 100%, 4%
CMYK
0, 100, 0, 92
Luminance
0.0021
Every format
| HEX | #150015 |
| RGB | rgb(21, 0, 21) |
| HSL | hsl(300, 100%, 4%) |
| CMYK | cmyk(0%, 100%, 0%, 92%) |
| LAB | lab(1.9 9.9 -7.1) |
| LCH | lch(1.9 12.2 324.5) |
| OKLCH | oklch(0.137 0.063 328.4) |
Copy-ready code
/* CSS */
color: #150015;
background-color: #150015;
/* Tailwind (arbitrary) */
class="text-[#150015] bg-[#150015]"
/* SCSS */
$brand: #150015;
/* SwiftUI */
Color(red: 0.082, green: 0.000, blue: 0.082)
/* Android */
Color.parseColor("#150015")Accessibility — WCAG contrast
Aa
#150015 on white: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150015 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green0.0%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)91.8%
Color previews
#150015 text on a black background
contrast 1.04:1
Card sample
#150015 text on a white background
contrast 20.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150015;
Background color
Panel with #150015 background
background-color: #150015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 0, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 0, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150015; background: linear-gradient(135deg, #150015, #150007);