#110c2a
a deep, vivid blue · warm · closest name: black
RGB
17, 12, 42
HSL
250°, 56%, 11%
CMYK
60, 71, 0, 84
Luminance
0.0055
Every format
| HEX | #110c2a |
| RGB | rgb(17, 12, 42) |
| HSL | hsl(250, 56%, 11%) |
| CMYK | cmyk(60%, 71%, 0%, 84%) |
| LAB | lab(5.0 10.6 -18.8) |
| LCH | lch(5.0 21.6 299.4) |
| OKLCH | oklch(0.182 0.059 286.7) |
Copy-ready code
/* CSS */
color: #110c2a;
background-color: #110c2a;
/* Tailwind (arbitrary) */
class="text-[#110c2a] bg-[#110c2a]"
/* SCSS */
$brand: #110c2a;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.165)
/* Android */
Color.parseColor("#110c2a")Accessibility — WCAG contrast
Aa
#110c2a on white: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c2a on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue16.5%
CMYK percentages
Cyan59.5%
Magenta71.4%
Yellow0.0%
Key (black)83.5%
Color previews
#110c2a text on a black background
contrast 1.11:1
Card sample
#110c2a text on a white background
contrast 18.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c2a;
Background color
Panel with #110c2a background
background-color: #110c2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c2a; background: linear-gradient(135deg, #110c2a, #250C2A);