#110c15
a deep, soft violet · warm · closest name: black
RGB
17, 12, 21
HSL
273°, 27%, 7%
CMYK
19, 43, 0, 92
Luminance
0.0044
Every format
| HEX | #110c15 |
| RGB | rgb(17, 12, 21) |
| HSL | hsl(273, 27%, 7%) |
| CMYK | cmyk(19%, 43%, 0%, 92%) |
| LAB | lab(3.9 3.4 -4.2) |
| LCH | lch(3.9 5.4 309.2) |
| OKLCH | oklch(0.165 0.020 309.5) |
Copy-ready code
/* CSS */
color: #110c15;
background-color: #110c15;
/* Tailwind (arbitrary) */
class="text-[#110c15] bg-[#110c15]"
/* SCSS */
$brand: #110c15;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.082)
/* Android */
Color.parseColor("#110c15")Accessibility — WCAG contrast
Aa
#110c15 on white: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c15 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue8.2%
CMYK percentages
Cyan19.0%
Magenta42.9%
Yellow0.0%
Key (black)91.8%
Color previews
#110c15 text on a black background
contrast 1.09:1
Card sample
#110c15 text on a white background
contrast 19.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c15;
Background color
Panel with #110c15 background
background-color: #110c15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c15; background: linear-gradient(135deg, #110c15, #150C13);