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