#111188
a dark, electric blue · warm · closest name: navy
RGB
17, 17, 136
HSL
240°, 78%, 30%
CMYK
88, 88, 0, 47
Luminance
0.0230
Every format
| HEX | #111188 |
| RGB | rgb(17, 17, 136) |
| HSL | hsl(240, 78%, 30%) |
| CMYK | cmyk(88%, 88%, 0%, 47%) |
| LAB | lab(17.0 43.6 -63.1) |
| LCH | lch(17.0 76.7 304.7) |
| OKLCH | oklch(0.303 0.183 268.4) |
Copy-ready code
/* CSS */
color: #111188;
background-color: #111188;
/* Tailwind (arbitrary) */
class="text-[#111188] bg-[#111188]"
/* SCSS */
$brand: #111188;
/* SwiftUI */
Color(red: 0.067, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#111188")Accessibility — WCAG contrast
Aa
#111188 on white: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111188 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green6.7%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta87.5%
Yellow0.0%
Key (black)46.7%
Color previews
#111188 text on a black background
contrast 1.46:1
Card sample
#111188 text on a white background
contrast 14.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111188;
Background color
Panel with #111188 background
background-color: #111188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111188; background: linear-gradient(135deg, #111188, #601188);