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