#1188ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
17, 136, 238
HSL
208°, 87%, 50%
CMYK
93, 43, 0, 7
Luminance
0.2390
Every format
| HEX | #1188ee |
| RGB | rgb(17, 136, 238) |
| HSL | hsl(208, 87%, 50%) |
| CMYK | cmyk(93%, 43%, 0%, 7%) |
| LAB | lab(56.0 7.8 -59.5) |
| LCH | lch(56.0 60.0 277.4) |
| OKLCH | oklch(0.622 0.180 251.8) |
Copy-ready code
/* CSS */
color: #1188ee;
background-color: #1188ee;
/* Tailwind (arbitrary) */
class="text-[#1188ee] bg-[#1188ee]"
/* SCSS */
$brand: #1188ee;
/* SwiftUI */
Color(red: 0.067, green: 0.533, blue: 0.933)
/* Android */
Color.parseColor("#1188ee")Accessibility — WCAG contrast
Aa
#1188ee on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1188ee on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green53.3%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta42.9%
Yellow0.0%
Key (black)6.7%
Color previews
#1188ee text on a black background
contrast 5.78:1
Card sample
#1188ee text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1188ee;
Background color
Panel with #1188ee background
background-color: #1188ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1188ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 136, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 136, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1188ee; background: linear-gradient(135deg, #1188ee, #2D11EE);