#110c2e
a deep, vivid blue · warm · closest name: black
RGB
17, 12, 46
HSL
249°, 59%, 11%
CMYK
63, 74, 0, 82
Luminance
0.0058
Every format
| HEX | #110c2e |
| RGB | rgb(17, 12, 46) |
| HSL | hsl(249, 59%, 11%) |
| CMYK | cmyk(63%, 74%, 0%, 82%) |
| LAB | lab(5.2 12.5 -21.4) |
| LCH | lch(5.2 24.7 300.3) |
| OKLCH | oklch(0.185 0.065 284.8) |
Copy-ready code
/* CSS */
color: #110c2e;
background-color: #110c2e;
/* Tailwind (arbitrary) */
class="text-[#110c2e] bg-[#110c2e]"
/* SCSS */
$brand: #110c2e;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.180)
/* Android */
Color.parseColor("#110c2e")Accessibility — WCAG contrast
Aa
#110c2e on white: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c2e on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue18.0%
CMYK percentages
Cyan63.0%
Magenta73.9%
Yellow0.0%
Key (black)82.0%
Color previews
#110c2e text on a black background
contrast 1.12:1
Card sample
#110c2e text on a white background
contrast 18.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c2e;
Background color
Panel with #110c2e background
background-color: #110c2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c2e; background: linear-gradient(135deg, #110c2e, #280C2E);