#1177cc
a dark, electric blue · cool · closest name: dodgerblue
RGB
17, 119, 204
HSL
207°, 85%, 43%
CMYK
92, 42, 0, 20
Luminance
0.1767
Every format
| HEX | #1177cc |
| RGB | rgb(17, 119, 204) |
| HSL | hsl(207, 85%, 43%) |
| CMYK | cmyk(92%, 42%, 0%, 20%) |
| LAB | lab(49.1 5.1 -51.4) |
| LCH | lch(49.1 51.6 275.6) |
| OKLCH | oklch(0.562 0.156 250.8) |
Copy-ready code
/* CSS */
color: #1177cc;
background-color: #1177cc;
/* Tailwind (arbitrary) */
class="text-[#1177cc] bg-[#1177cc]"
/* SCSS */
$brand: #1177cc;
/* SwiftUI */
Color(red: 0.067, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#1177cc")Accessibility — WCAG contrast
Aa
#1177cc on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1177cc on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green46.7%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#1177cc text on a black background
contrast 4.53:1
Card sample
#1177cc text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1177cc;
Background color
Panel with #1177cc background
background-color: #1177cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1177cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1177cc; background: linear-gradient(135deg, #1177cc, #2811CC);