#11afcc
a dark, electric cyan · cool · closest name: skyblue
RGB
17, 175, 204
HSL
189°, 85%, 43%
CMYK
92, 14, 0, 20
Luminance
0.3514
Every format
| HEX | #11afcc |
| RGB | rgb(17, 175, 204) |
| HSL | hsl(189, 85%, 43%) |
| CMYK | cmyk(92%, 14%, 0%, 20%) |
| LAB | lab(65.8 -26.4 -25.1) |
| LCH | lch(65.8 36.4 223.6) |
| OKLCH | oklch(0.695 0.121 215.5) |
Copy-ready code
/* CSS */
color: #11afcc;
background-color: #11afcc;
/* Tailwind (arbitrary) */
class="text-[#11afcc] bg-[#11afcc]"
/* SCSS */
$brand: #11afcc;
/* SwiftUI */
Color(red: 0.067, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#11afcc")Accessibility — WCAG contrast
Aa
#11afcc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11afcc on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green68.6%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#11afcc text on a black background
contrast 8.03:1
Card sample
#11afcc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11afcc;
Background color
Panel with #11afcc background
background-color: #11afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11afcc; background: linear-gradient(135deg, #11afcc, #1132CC);