#1179df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
17, 121, 223
HSL
210°, 86%, 47%
CMYK
92, 46, 0, 13
Luminance
0.1912
Every format
| HEX | #1179df |
| RGB | rgb(17, 121, 223) |
| HSL | hsl(210, 86%, 47%) |
| CMYK | cmyk(92%, 46%, 0%, 13%) |
| LAB | lab(50.8 11.2 -59.4) |
| LCH | lch(50.8 60.4 280.7) |
| OKLCH | oklch(0.579 0.178 254.1) |
Copy-ready code
/* CSS */
color: #1179df;
background-color: #1179df;
/* Tailwind (arbitrary) */
class="text-[#1179df] bg-[#1179df]"
/* SCSS */
$brand: #1179df;
/* SwiftUI */
Color(red: 0.067, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#1179df")Accessibility — WCAG contrast
Aa
#1179df on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1179df on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green47.5%
Blue87.5%
CMYK percentages
Cyan92.4%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#1179df text on a black background
contrast 4.82:1
Card sample
#1179df text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1179df;
Background color
Panel with #1179df background
background-color: #1179df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1179df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1179df; background: linear-gradient(135deg, #1179df, #3211DF);