#150113
a deep, electric magenta / pink · warm · closest name: black
RGB
21, 1, 19
HSL
306°, 91%, 4%
CMYK
0, 95, 10, 92
Luminance
0.0023
Every format
| HEX | #150113 |
| RGB | rgb(21, 1, 19) |
| HSL | hsl(306, 91%, 4%) |
| CMYK | cmyk(0%, 95%, 10%, 92%) |
| LAB | lab(2.1 9.0 -5.6) |
| LCH | lch(2.1 10.6 328.4) |
| OKLCH | oklch(0.139 0.057 331.7) |
Copy-ready code
/* CSS */
color: #150113;
background-color: #150113;
/* Tailwind (arbitrary) */
class="text-[#150113] bg-[#150113]"
/* SCSS */
$brand: #150113;
/* SwiftUI */
Color(red: 0.082, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#150113")Accessibility — WCAG contrast
Aa
#150113 on white: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150113 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow9.5%
Key (black)91.8%
Color previews
#150113 text on a black background
contrast 1.05:1
Card sample
#150113 text on a white background
contrast 20.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150113;
Background color
Panel with #150113 background
background-color: #150113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150113; background: linear-gradient(135deg, #150113, #150106);