#110006
a deep, electric magenta / pink · warm · closest name: black
RGB
17, 0, 6
HSL
339°, 100%, 3%
CMYK
0, 100, 65, 93
Luminance
0.0013
Every format
| HEX | #110006 |
| RGB | rgb(17, 0, 6) |
| HSL | hsl(339, 100%, 3%) |
| CMYK | cmyk(0%, 100%, 65%, 93%) |
| LAB | lab(1.2 5.7 -0.6) |
| LCH | lch(1.2 5.7 354.2) |
| OKLCH | oklch(0.116 0.048 354.3) |
Copy-ready code
/* CSS */
color: #110006;
background-color: #110006;
/* Tailwind (arbitrary) */
class="text-[#110006] bg-[#110006]"
/* SCSS */
$brand: #110006;
/* SwiftUI */
Color(red: 0.067, green: 0.000, blue: 0.024)
/* Android */
Color.parseColor("#110006")Accessibility — WCAG contrast
Aa
#110006 on white: 20.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110006 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.0%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.7%
Key (black)93.3%
Color previews
#110006 text on a black background
contrast 1.03:1
Card sample
#110006 text on a white background
contrast 20.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110006;
Background color
Panel with #110006 background
background-color: #110006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 0, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 0, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110006; background: linear-gradient(135deg, #110006, #110500);