#150615
a deep, vivid magenta / pink · warm · closest name: black
RGB
21, 6, 21
HSL
300°, 56%, 5%
CMYK
0, 71, 0, 92
Luminance
0.0034
Every format
| HEX | #150615 |
| RGB | rgb(21, 6, 21) |
| HSL | hsl(300, 56%, 5%) |
| CMYK | cmyk(0%, 71%, 0%, 92%) |
| LAB | lab(3.1 7.5 -5.4) |
| LCH | lch(3.1 9.2 324.4) |
| OKLCH | oklch(0.156 0.040 327.3) |
Copy-ready code
/* CSS */
color: #150615;
background-color: #150615;
/* Tailwind (arbitrary) */
class="text-[#150615] bg-[#150615]"
/* SCSS */
$brand: #150615;
/* SwiftUI */
Color(red: 0.082, green: 0.024, blue: 0.082)
/* Android */
Color.parseColor("#150615")Accessibility — WCAG contrast
Aa
#150615 on white: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150615 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green2.4%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow0.0%
Key (black)91.8%
Color previews
#150615 text on a black background
contrast 1.07:1
Card sample
#150615 text on a white background
contrast 19.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150615;
Background color
Panel with #150615 background
background-color: #150615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 6, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 6, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150615; background: linear-gradient(135deg, #150615, #15060B);