#116699
a dark, electric blue · cool · closest name: steelblue
RGB
17, 102, 153
HSL
203°, 80%, 33%
CMYK
89, 33, 0, 40
Luminance
0.1192
Every format
| HEX | #116699 |
| RGB | rgb(17, 102, 153) |
| HSL | hsl(203, 80%, 33%) |
| CMYK | cmyk(89%, 33%, 0%, 40%) |
| LAB | lab(41.1 -4.4 -34.4) |
| LCH | lch(41.1 34.6 262.7) |
| OKLCH | oklch(0.489 0.110 242.3) |
Copy-ready code
/* CSS */
color: #116699;
background-color: #116699;
/* Tailwind (arbitrary) */
class="text-[#116699] bg-[#116699]"
/* SCSS */
$brand: #116699;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.600)
/* Android */
Color.parseColor("#116699")Accessibility — WCAG contrast
Aa
#116699 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116699 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue60.0%
CMYK percentages
Cyan88.9%
Magenta33.3%
Yellow0.0%
Key (black)40.0%
Color previews
#116699 text on a black background
contrast 3.38:1
Card sample
#116699 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116699;
Background color
Panel with #116699 background
background-color: #116699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116699; background: linear-gradient(135deg, #116699, #171199);