#110877
a deep, electric blue · warm · closest name: navy
RGB
17, 8, 119
HSL
245°, 87%, 25%
CMYK
86, 93, 0, 53
Luminance
0.0162
Every format
| HEX | #110877 |
| RGB | rgb(17, 8, 119) |
| HSL | hsl(245, 87%, 25%) |
| CMYK | cmyk(86%, 93%, 0%, 53%) |
| LAB | lab(13.4 42.0 -58.2) |
| LCH | lch(13.4 71.8 305.8) |
| OKLCH | oklch(0.272 0.168 269.9) |
Copy-ready code
/* CSS */
color: #110877;
background-color: #110877;
/* Tailwind (arbitrary) */
class="text-[#110877] bg-[#110877]"
/* SCSS */
$brand: #110877;
/* SwiftUI */
Color(red: 0.067, green: 0.031, blue: 0.467)
/* Android */
Color.parseColor("#110877")Accessibility — WCAG contrast
Aa
#110877 on white: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110877 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green3.1%
Blue46.7%
CMYK percentages
Cyan85.7%
Magenta93.3%
Yellow0.0%
Key (black)53.3%
Color previews
#110877 text on a black background
contrast 1.32:1
Card sample
#110877 text on a white background
contrast 15.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110877;
Background color
Panel with #110877 background
background-color: #110877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 8, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 8, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110877; background: linear-gradient(135deg, #110877, #5B0877);