#110cbd
a dark, electric blue · warm · closest name: navy
RGB
17, 12, 189
HSL
242°, 88%, 39%
CMYK
91, 94, 0, 26
Luminance
0.0406
Every format
| HEX | #110cbd |
| RGB | rgb(17, 12, 189) |
| HSL | hsl(242, 88%, 39%) |
| CMYK | cmyk(91%, 94%, 0%, 26%) |
| LAB | lab(23.9 60.6 -83.9) |
| LCH | lch(23.9 103.5 305.8) |
| OKLCH | oklch(0.371 0.243 266.4) |
Copy-ready code
/* CSS */
color: #110cbd;
background-color: #110cbd;
/* Tailwind (arbitrary) */
class="text-[#110cbd] bg-[#110cbd]"
/* SCSS */
$brand: #110cbd;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.741)
/* Android */
Color.parseColor("#110cbd")Accessibility — WCAG contrast
Aa
#110cbd on white: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110cbd on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue74.1%
CMYK percentages
Cyan91.0%
Magenta93.7%
Yellow0.0%
Key (black)25.9%
Color previews
#110cbd text on a black background
contrast 1.81:1
Card sample
#110cbd text on a white background
contrast 11.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110cbd;
Background color
Panel with #110cbd background
background-color: #110cbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110cbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110cbd; background: linear-gradient(135deg, #110cbd, #870CBD);