#110c9f
a dark, electric blue · warm · closest name: navy
RGB
17, 12, 159
HSL
242°, 86%, 34%
CMYK
89, 93, 0, 38
Luminance
0.0289
Every format
| HEX | #110c9f |
| RGB | rgb(17, 12, 159) |
| HSL | hsl(242, 86%, 34%) |
| CMYK | cmyk(89%, 93%, 0%, 38%) |
| LAB | lab(19.6 52.4 -73.0) |
| LCH | lch(19.6 89.8 305.6) |
| OKLCH | oklch(0.330 0.211 267.4) |
Copy-ready code
/* CSS */
color: #110c9f;
background-color: #110c9f;
/* Tailwind (arbitrary) */
class="text-[#110c9f] bg-[#110c9f]"
/* SCSS */
$brand: #110c9f;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.624)
/* Android */
Color.parseColor("#110c9f")Accessibility — WCAG contrast
Aa
#110c9f on white: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c9f on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue62.4%
CMYK percentages
Cyan89.3%
Magenta92.5%
Yellow0.0%
Key (black)37.6%
Color previews
#110c9f text on a black background
contrast 1.58:1
Card sample
#110c9f text on a white background
contrast 13.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c9f;
Background color
Panel with #110c9f background
background-color: #110c9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c9f; background: linear-gradient(135deg, #110c9f, #730C9F);