#110962
a deep, electric blue · warm · closest name: midnightblue
RGB
17, 9, 98
HSL
245°, 83%, 21%
CMYK
83, 91, 0, 62
Luminance
0.0120
Every format
| HEX | #110962 |
| RGB | rgb(17, 9, 98) |
| HSL | hsl(245, 83%, 21%) |
| CMYK | cmyk(83%, 91%, 0%, 62%) |
| LAB | lab(10.5 35.0 -49.2) |
| LCH | lch(10.5 60.4 305.4) |
| OKLCH | oklch(0.244 0.142 272.3) |
Copy-ready code
/* CSS */
color: #110962;
background-color: #110962;
/* Tailwind (arbitrary) */
class="text-[#110962] bg-[#110962]"
/* SCSS */
$brand: #110962;
/* SwiftUI */
Color(red: 0.067, green: 0.035, blue: 0.384)
/* Android */
Color.parseColor("#110962")Accessibility — WCAG contrast
Aa
#110962 on white: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110962 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green3.5%
Blue38.4%
CMYK percentages
Cyan82.7%
Magenta90.8%
Yellow0.0%
Key (black)61.6%
Color previews
#110962 text on a black background
contrast 1.24:1
Card sample
#110962 text on a white background
contrast 16.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110962;
Background color
Panel with #110962 background
background-color: #110962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 9, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 9, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110962; background: linear-gradient(135deg, #110962, #4C0962);