#110c55
a deep, electric blue · warm · closest name: midnightblue
RGB
17, 12, 85
HSL
244°, 75%, 19%
CMYK
80, 86, 0, 67
Luminance
0.0104
Every format
| HEX | #110c55 |
| RGB | rgb(17, 12, 85) |
| HSL | hsl(244, 75%, 19%) |
| CMYK | cmyk(80%, 86%, 0%, 67%) |
| LAB | lab(9.3 29.0 -42.5) |
| LCH | lch(9.3 51.5 304.3) |
| OKLCH | oklch(0.231 0.123 273.9) |
Copy-ready code
/* CSS */
color: #110c55;
background-color: #110c55;
/* Tailwind (arbitrary) */
class="text-[#110c55] bg-[#110c55]"
/* SCSS */
$brand: #110c55;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.333)
/* Android */
Color.parseColor("#110c55")Accessibility — WCAG contrast
Aa
#110c55 on white: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c55 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue33.3%
CMYK percentages
Cyan80.0%
Magenta85.9%
Yellow0.0%
Key (black)66.7%
Color previews
#110c55 text on a black background
contrast 1.21:1
Card sample
#110c55 text on a white background
contrast 17.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c55;
Background color
Panel with #110c55 background
background-color: #110c55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c55; background: linear-gradient(135deg, #110c55, #420C55);