#11ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
17, 204, 238
HSL
189°, 87%, 50%
CMYK
93, 14, 0, 7
Luminance
0.4948
Every format
| HEX | #11ccee |
| RGB | rgb(17, 204, 238) |
| HSL | hsl(189, 87%, 50%) |
| CMYK | cmyk(93%, 14%, 0%, 7%) |
| LAB | lab(75.7 -29.6 -28.4) |
| LCH | lch(75.7 41.0 223.9) |
| OKLCH | oklch(0.779 0.136 215.7) |
Copy-ready code
/* CSS */
color: #11ccee;
background-color: #11ccee;
/* Tailwind (arbitrary) */
class="text-[#11ccee] bg-[#11ccee]"
/* SCSS */
$brand: #11ccee;
/* SwiftUI */
Color(red: 0.067, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#11ccee")Accessibility — WCAG contrast
Aa
#11ccee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11ccee on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green80.0%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#11ccee text on a black background
contrast 10.90:1
Card sample
#11ccee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11ccee;
Background color
Panel with #11ccee background
background-color: #11ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11ccee; background: linear-gradient(135deg, #11ccee, #1139EE);