#110911
a deep, soft magenta / pink · warm · closest name: black
RGB
17, 9, 17
HSL
300°, 31%, 5%
CMYK
0, 47, 0, 93
Luminance
0.0036
Every format
| HEX | #110911 |
| RGB | rgb(17, 9, 17) |
| HSL | hsl(300, 31%, 5%) |
| CMYK | cmyk(0%, 47%, 0%, 93%) |
| LAB | lab(3.2 3.8 -2.7) |
| LCH | lch(3.2 4.7 324.4) |
| OKLCH | oklch(0.155 0.021 326.5) |
Copy-ready code
/* CSS */
color: #110911;
background-color: #110911;
/* Tailwind (arbitrary) */
class="text-[#110911] bg-[#110911]"
/* SCSS */
$brand: #110911;
/* SwiftUI */
Color(red: 0.067, green: 0.035, blue: 0.067)
/* Android */
Color.parseColor("#110911")Accessibility — WCAG contrast
Aa
#110911 on white: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110911 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green3.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow0.0%
Key (black)93.3%
Color previews
#110911 text on a black background
contrast 1.07:1
Card sample
#110911 text on a white background
contrast 19.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110911;
Background color
Panel with #110911 background
background-color: #110911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 9, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 9, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110911; background: linear-gradient(135deg, #110911, #11090C);