#110066
a deep, electric blue · warm · closest name: midnightblue
RGB
17, 0, 102
HSL
250°, 100%, 20%
CMYK
83, 100, 0, 60
Luminance
0.0108
Every format
| HEX | #110066 |
| RGB | rgb(17, 0, 102) |
| HSL | hsl(250, 100%, 20%) |
| CMYK | cmyk(83%, 100%, 0%, 60%) |
| LAB | lab(9.6 40.8 -53.4) |
| LCH | lch(9.6 67.2 307.4) |
| OKLCH | oklch(0.240 0.154 272.3) |
Copy-ready code
/* CSS */
color: #110066;
background-color: #110066;
/* Tailwind (arbitrary) */
class="text-[#110066] bg-[#110066]"
/* SCSS */
$brand: #110066;
/* SwiftUI */
Color(red: 0.067, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#110066")Accessibility — WCAG contrast
Aa
#110066 on white: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110066 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.0%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta100.0%
Yellow0.0%
Key (black)60.0%
Color previews
#110066 text on a black background
contrast 1.22:1
Card sample
#110066 text on a white background
contrast 17.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110066;
Background color
Panel with #110066 background
background-color: #110066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110066; background: linear-gradient(135deg, #110066, #550066);