#110c22
a deep, vivid blue · warm · closest name: black
RGB
17, 12, 34
HSL
254°, 48%, 9%
CMYK
50, 65, 0, 87
Luminance
0.0050
Every format
| HEX | #110c22 |
| RGB | rgb(17, 12, 34) |
| HSL | hsl(254, 48%, 9%) |
| CMYK | cmyk(50%, 65%, 0%, 87%) |
| LAB | lab(4.5 7.3 -13.4) |
| LCH | lch(4.5 15.3 298.6) |
| OKLCH | oklch(0.175 0.044 291.6) |
Copy-ready code
/* CSS */
color: #110c22;
background-color: #110c22;
/* Tailwind (arbitrary) */
class="text-[#110c22] bg-[#110c22]"
/* SCSS */
$brand: #110c22;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.133)
/* Android */
Color.parseColor("#110c22")Accessibility — WCAG contrast
Aa
#110c22 on white: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c22 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue13.3%
CMYK percentages
Cyan50.0%
Magenta64.7%
Yellow0.0%
Key (black)86.7%
Color previews
#110c22 text on a black background
contrast 1.10:1
Card sample
#110c22 text on a white background
contrast 19.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c22;
Background color
Panel with #110c22 background
background-color: #110c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c22; background: linear-gradient(135deg, #110c22, #200C22);