#110c5b
a deep, electric blue · warm · closest name: midnightblue
RGB
17, 12, 91
HSL
244°, 77%, 20%
CMYK
81, 87, 0, 64
Luminance
0.0114
Every format
| HEX | #110c5b |
| RGB | rgb(17, 12, 91) |
| HSL | hsl(244, 77%, 20%) |
| CMYK | cmyk(81%, 87%, 0%, 64%) |
| LAB | lab(10.1 31.1 -45.3) |
| LCH | lch(10.1 54.9 304.5) |
| OKLCH | oklch(0.239 0.131 273.0) |
Copy-ready code
/* CSS */
color: #110c5b;
background-color: #110c5b;
/* Tailwind (arbitrary) */
class="text-[#110c5b] bg-[#110c5b]"
/* SCSS */
$brand: #110c5b;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.357)
/* Android */
Color.parseColor("#110c5b")Accessibility — WCAG contrast
Aa
#110c5b on white: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c5b on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue35.7%
CMYK percentages
Cyan81.3%
Magenta86.8%
Yellow0.0%
Key (black)64.3%
Color previews
#110c5b text on a black background
contrast 1.23:1
Card sample
#110c5b text on a white background
contrast 17.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c5b;
Background color
Panel with #110c5b background
background-color: #110c5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c5b; background: linear-gradient(135deg, #110c5b, #460C5B);