#11adeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
17, 173, 235
HSL
197°, 87%, 49%
CMYK
93, 26, 0, 8
Luminance
0.3600
Every format
| HEX | #11adeb |
| RGB | rgb(17, 173, 235) |
| HSL | hsl(197, 87%, 49%) |
| CMYK | cmyk(93%, 26%, 0%, 8%) |
| LAB | lab(66.5 -14.6 -41.1) |
| LCH | lch(66.5 43.6 250.4) |
| OKLCH | oklch(0.705 0.144 233.7) |
Copy-ready code
/* CSS */
color: #11adeb;
background-color: #11adeb;
/* Tailwind (arbitrary) */
class="text-[#11adeb] bg-[#11adeb]"
/* SCSS */
$brand: #11adeb;
/* SwiftUI */
Color(red: 0.067, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#11adeb")Accessibility — WCAG contrast
Aa
#11adeb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11adeb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green67.8%
Blue92.2%
CMYK percentages
Cyan92.8%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#11adeb text on a black background
contrast 8.20:1
Card sample
#11adeb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11adeb;
Background color
Panel with #11adeb background
background-color: #11adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11adeb; background: linear-gradient(135deg, #11adeb, #111CEB);