#110f22
a deep, soft blue · warm · closest name: black
RGB
17, 15, 34
HSL
246°, 39%, 10%
CMYK
50, 56, 0, 87
Luminance
0.0058
Every format
| HEX | #110f22 |
| RGB | rgb(17, 15, 34) |
| HSL | hsl(246, 39%, 10%) |
| CMYK | cmyk(50%, 56%, 0%, 87%) |
| LAB | lab(5.2 5.8 -12.3) |
| LCH | lch(5.2 13.6 295.4) |
| OKLCH | oklch(0.182 0.038 286.8) |
Copy-ready code
/* CSS */
color: #110f22;
background-color: #110f22;
/* Tailwind (arbitrary) */
class="text-[#110f22] bg-[#110f22]"
/* SCSS */
$brand: #110f22;
/* SwiftUI */
Color(red: 0.067, green: 0.059, blue: 0.133)
/* Android */
Color.parseColor("#110f22")Accessibility — WCAG contrast
Aa
#110f22 on white: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110f22 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green5.9%
Blue13.3%
CMYK percentages
Cyan50.0%
Magenta55.9%
Yellow0.0%
Key (black)86.7%
Color previews
#110f22 text on a black background
contrast 1.12:1
Card sample
#110f22 text on a white background
contrast 18.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110f22;
Background color
Panel with #110f22 background
background-color: #110f22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110f22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 15, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 15, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110f22; background: linear-gradient(135deg, #110f22, #1E0F22);