#1199ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
17, 153, 238
HSL
203°, 87%, 50%
CMYK
93, 36, 0, 7
Luminance
0.2907
Every format
| HEX | #1199ee |
| RGB | rgb(17, 153, 238) |
| HSL | hsl(203, 87%, 50%) |
| CMYK | cmyk(93%, 36%, 0%, 7%) |
| LAB | lab(60.8 -2.3 -51.7) |
| LCH | lch(60.8 51.8 267.4) |
| OKLCH | oklch(0.660 0.163 245.1) |
Copy-ready code
/* CSS */
color: #1199ee;
background-color: #1199ee;
/* Tailwind (arbitrary) */
class="text-[#1199ee] bg-[#1199ee]"
/* SCSS */
$brand: #1199ee;
/* SwiftUI */
Color(red: 0.067, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#1199ee")Accessibility — WCAG contrast
Aa
#1199ee on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1199ee on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green60.0%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#1199ee text on a black background
contrast 6.81:1
Card sample
#1199ee text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1199ee;
Background color
Panel with #1199ee background
background-color: #1199ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1199ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1199ee; background: linear-gradient(135deg, #1199ee, #1C11EE);