#11bceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
17, 188, 235
HSL
193°, 87%, 49%
CMYK
93, 20, 0, 8
Luminance
0.4208
Every format
| HEX | #11bceb |
| RGB | rgb(17, 188, 235) |
| HSL | hsl(193, 87%, 49%) |
| CMYK | cmyk(93%, 20%, 0%, 8%) |
| LAB | lab(70.9 -22.5 -34.3) |
| LCH | lch(70.9 41.0 236.7) |
| OKLCH | oklch(0.740 0.137 224.5) |
Copy-ready code
/* CSS */
color: #11bceb;
background-color: #11bceb;
/* Tailwind (arbitrary) */
class="text-[#11bceb] bg-[#11bceb]"
/* SCSS */
$brand: #11bceb;
/* SwiftUI */
Color(red: 0.067, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#11bceb")Accessibility — WCAG contrast
Aa
#11bceb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11bceb on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green73.7%
Blue92.2%
CMYK percentages
Cyan92.8%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#11bceb text on a black background
contrast 9.42:1
Card sample
#11bceb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11bceb;
Background color
Panel with #11bceb background
background-color: #11bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11bceb; background: linear-gradient(135deg, #11bceb, #112BEB);