#11afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
17, 175, 235
HSL
197°, 87%, 49%
CMYK
93, 26, 0, 8
Luminance
0.3678
Every format
| HEX | #11afeb |
| RGB | rgb(17, 175, 235) |
| HSL | hsl(197, 87%, 49%) |
| CMYK | cmyk(93%, 26%, 0%, 8%) |
| LAB | lab(67.1 -15.7 -40.2) |
| LCH | lch(67.1 43.2 248.6) |
| OKLCH | oklch(0.709 0.143 232.6) |
Copy-ready code
/* CSS */
color: #11afeb;
background-color: #11afeb;
/* Tailwind (arbitrary) */
class="text-[#11afeb] bg-[#11afeb]"
/* SCSS */
$brand: #11afeb;
/* SwiftUI */
Color(red: 0.067, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#11afeb")Accessibility — WCAG contrast
Aa
#11afeb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11afeb on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green68.6%
Blue92.2%
CMYK percentages
Cyan92.8%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#11afeb text on a black background
contrast 8.36:1
Card sample
#11afeb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11afeb;
Background color
Panel with #11afeb background
background-color: #11afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11afeb; background: linear-gradient(135deg, #11afeb, #111EEB);