#110c86
a dark, electric blue · warm · closest name: navy
RGB
17, 12, 134
HSL
243°, 84%, 29%
CMYK
87, 91, 0, 48
Luminance
0.0210
Every format
| HEX | #110c86 |
| RGB | rgb(17, 12, 134) |
| HSL | hsl(243, 84%, 29%) |
| CMYK | cmyk(87%, 91%, 0%, 48%) |
| LAB | lab(16.0 45.0 -63.4) |
| LCH | lch(16.0 77.8 305.4) |
| OKLCH | oklch(0.296 0.183 268.7) |
Copy-ready code
/* CSS */
color: #110c86;
background-color: #110c86;
/* Tailwind (arbitrary) */
class="text-[#110c86] bg-[#110c86]"
/* SCSS */
$brand: #110c86;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.525)
/* Android */
Color.parseColor("#110c86")Accessibility — WCAG contrast
Aa
#110c86 on white: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c86 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue52.5%
CMYK percentages
Cyan87.3%
Magenta91.0%
Yellow0.0%
Key (black)47.5%
Color previews
#110c86 text on a black background
contrast 1.42:1
Card sample
#110c86 text on a white background
contrast 14.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c86;
Background color
Panel with #110c86 background
background-color: #110c86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c86; background: linear-gradient(135deg, #110c86, #620C86);