#1177aa
a dark, electric blue · cool · closest name: steelblue
RGB
17, 119, 170
HSL
200°, 82%, 37%
CMYK
90, 30, 0, 33
Luminance
0.1622
Every format
| HEX | #1177aa |
| RGB | rgb(17, 119, 170) |
| HSL | hsl(200, 82%, 37%) |
| CMYK | cmyk(90%, 30%, 0%, 33%) |
| LAB | lab(47.3 -8.1 -34.7) |
| LCH | lch(47.3 35.6 256.9) |
| OKLCH | oklch(0.541 0.116 238.3) |
Copy-ready code
/* CSS */
color: #1177aa;
background-color: #1177aa;
/* Tailwind (arbitrary) */
class="text-[#1177aa] bg-[#1177aa]"
/* SCSS */
$brand: #1177aa;
/* SwiftUI */
Color(red: 0.067, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#1177aa")Accessibility — WCAG contrast
Aa
#1177aa on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1177aa on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green46.7%
Blue66.7%
CMYK percentages
Cyan90.0%
Magenta30.0%
Yellow0.0%
Key (black)33.3%
Color previews
#1177aa text on a black background
contrast 4.24:1
Card sample
#1177aa text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1177aa;
Background color
Panel with #1177aa background
background-color: #1177aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1177aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1177aa; background: linear-gradient(135deg, #1177aa, #1111AA);