#110615
a deep, vivid violet · warm · closest name: black
RGB
17, 6, 21
HSL
284°, 56%, 5%
CMYK
19, 71, 0, 92
Luminance
0.0030
Every format
| HEX | #110615 |
| RGB | rgb(17, 6, 21) |
| HSL | hsl(284, 56%, 5%) |
| CMYK | cmyk(19%, 71%, 0%, 92%) |
| LAB | lab(2.7 5.9 -5.9) |
| LCH | lch(2.7 8.3 314.7) |
| OKLCH | oklch(0.149 0.037 316.9) |
Copy-ready code
/* CSS */
color: #110615;
background-color: #110615;
/* Tailwind (arbitrary) */
class="text-[#110615] bg-[#110615]"
/* SCSS */
$brand: #110615;
/* SwiftUI */
Color(red: 0.067, green: 0.024, blue: 0.082)
/* Android */
Color.parseColor("#110615")Accessibility — WCAG contrast
Aa
#110615 on white: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110615 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green2.4%
Blue8.2%
CMYK percentages
Cyan19.0%
Magenta71.4%
Yellow0.0%
Key (black)91.8%
Color previews
#110615 text on a black background
contrast 1.06:1
Card sample
#110615 text on a white background
contrast 19.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110615;
Background color
Panel with #110615 background
background-color: #110615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 6, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 6, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110615; background: linear-gradient(135deg, #110615, #15060F);