#110012
a deep, electric magenta / pink · warm · closest name: black
RGB
17, 0, 18
HSL
297°, 100%, 4%
CMYK
6, 100, 0, 93
Luminance
0.0016
Every format
| HEX | #110012 |
| RGB | rgb(17, 0, 18) |
| HSL | hsl(297, 100%, 4%) |
| CMYK | cmyk(6%, 100%, 0%, 93%) |
| LAB | lab(1.5 7.6 -5.8) |
| LCH | lch(1.5 9.6 322.5) |
| OKLCH | oklch(0.126 0.058 326.5) |
Copy-ready code
/* CSS */
color: #110012;
background-color: #110012;
/* Tailwind (arbitrary) */
class="text-[#110012] bg-[#110012]"
/* SCSS */
$brand: #110012;
/* SwiftUI */
Color(red: 0.067, green: 0.000, blue: 0.071)
/* Android */
Color.parseColor("#110012")Accessibility — WCAG contrast
Aa
#110012 on white: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110012 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.0%
Blue7.1%
CMYK percentages
Cyan5.6%
Magenta100.0%
Yellow0.0%
Key (black)92.9%
Color previews
#110012 text on a black background
contrast 1.03:1
Card sample
#110012 text on a white background
contrast 20.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110012;
Background color
Panel with #110012 background
background-color: #110012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 0, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 0, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110012; background: linear-gradient(135deg, #110012, #120007);