#11cbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
17, 203, 253
HSL
193°, 98%, 53%
CMYK
93, 20, 0, 1
Luminance
0.4992
Every format
| HEX | #11cbfd |
| RGB | rgb(17, 203, 253) |
| HSL | hsl(193, 98%, 53%) |
| CMYK | cmyk(93%, 20%, 0%, 1%) |
| LAB | lab(76.0 -24.1 -36.1) |
| LCH | lch(76.0 43.4 236.2) |
| OKLCH | oklch(0.783 0.145 224.2) |
Copy-ready code
/* CSS */
color: #11cbfd;
background-color: #11cbfd;
/* Tailwind (arbitrary) */
class="text-[#11cbfd] bg-[#11cbfd]"
/* SCSS */
$brand: #11cbfd;
/* SwiftUI */
Color(red: 0.067, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#11cbfd")Accessibility — WCAG contrast
Aa
#11cbfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11cbfd on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green79.6%
Blue99.2%
CMYK percentages
Cyan93.3%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#11cbfd text on a black background
contrast 10.98:1
Card sample
#11cbfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11cbfd;
Background color
Panel with #11cbfd background
background-color: #11cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11cbfd; background: linear-gradient(135deg, #11cbfd, #112EFD);