#110c65
a deep, electric blue · warm · closest name: midnightblue
RGB
17, 12, 101
HSL
243°, 79%, 22%
CMYK
83, 88, 0, 60
Luminance
0.0132
Every format
| HEX | #110c65 |
| RGB | rgb(17, 12, 101) |
| HSL | hsl(243, 79%, 22%) |
| CMYK | cmyk(83%, 88%, 0%, 60%) |
| LAB | lab(11.4 34.6 -49.7) |
| LCH | lch(11.4 60.5 304.8) |
| OKLCH | oklch(0.252 0.144 271.6) |
Copy-ready code
/* CSS */
color: #110c65;
background-color: #110c65;
/* Tailwind (arbitrary) */
class="text-[#110c65] bg-[#110c65]"
/* SCSS */
$brand: #110c65;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.396)
/* Android */
Color.parseColor("#110c65")Accessibility — WCAG contrast
Aa
#110c65 on white: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c65 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue39.6%
CMYK percentages
Cyan83.2%
Magenta88.1%
Yellow0.0%
Key (black)60.4%
Color previews
#110c65 text on a black background
contrast 1.26:1
Card sample
#110c65 text on a white background
contrast 16.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c65;
Background color
Panel with #110c65 background
background-color: #110c65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c65; background: linear-gradient(135deg, #110c65, #4D0C65);