#110c78
a dark, electric blue · warm · closest name: navy
RGB
17, 12, 120
HSL
243°, 82%, 26%
CMYK
86, 90, 0, 53
Luminance
0.0174
Every format
| HEX | #110c78 |
| RGB | rgb(17, 12, 120) |
| HSL | hsl(243, 82%, 26%) |
| CMYK | cmyk(86%, 90%, 0%, 53%) |
| LAB | lab(14.1 40.7 -57.8) |
| LCH | lch(14.1 70.7 305.2) |
| OKLCH | oklch(0.277 0.167 269.7) |
Copy-ready code
/* CSS */
color: #110c78;
background-color: #110c78;
/* Tailwind (arbitrary) */
class="text-[#110c78] bg-[#110c78]"
/* SCSS */
$brand: #110c78;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.471)
/* Android */
Color.parseColor("#110c78")Accessibility — WCAG contrast
Aa
#110c78 on white: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c78 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue47.1%
CMYK percentages
Cyan85.8%
Magenta90.0%
Yellow0.0%
Key (black)52.9%
Color previews
#110c78 text on a black background
contrast 1.35:1
Card sample
#110c78 text on a white background
contrast 15.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c78;
Background color
Panel with #110c78 background
background-color: #110c78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c78; background: linear-gradient(135deg, #110c78, #590C78);