#11c0e3
a balanced, electric cyan · cool · closest name: skyblue
RGB
17, 192, 227
HSL
190°, 86%, 48%
CMYK
93, 15, 0, 11
Luminance
0.4336
Every format
| HEX | #11c0e3 |
| RGB | rgb(17, 192, 227) |
| HSL | hsl(190, 86%, 48%) |
| CMYK | cmyk(93%, 15%, 0%, 11%) |
| LAB | lab(71.8 -27.2 -28.6) |
| LCH | lch(71.8 39.5 226.4) |
| OKLCH | oklch(0.746 0.132 217.4) |
Copy-ready code
/* CSS */
color: #11c0e3;
background-color: #11c0e3;
/* Tailwind (arbitrary) */
class="text-[#11c0e3] bg-[#11c0e3]"
/* SCSS */
$brand: #11c0e3;
/* SwiftUI */
Color(red: 0.067, green: 0.753, blue: 0.890)
/* Android */
Color.parseColor("#11c0e3")Accessibility — WCAG contrast
Aa
#11c0e3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11c0e3 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green75.3%
Blue89.0%
CMYK percentages
Cyan92.5%
Magenta15.4%
Yellow0.0%
Key (black)11.0%
Color previews
#11c0e3 text on a black background
contrast 9.67:1
Card sample
#11c0e3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11c0e3;
Background color
Panel with #11c0e3 background
background-color: #11c0e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11c0e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 192, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 192, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11c0e3; background: linear-gradient(135deg, #11c0e3, #1134E3);