#11cded
a balanced, electric cyan · cool · closest name: skyblue
RGB
17, 205, 237
HSL
189°, 87%, 50%
CMYK
93, 14, 0, 7
Luminance
0.4990
Every format
| HEX | #11cded |
| RGB | rgb(17, 205, 237) |
| HSL | hsl(189, 87%, 50%) |
| CMYK | cmyk(93%, 14%, 0%, 7%) |
| LAB | lab(76.0 -30.4 -27.5) |
| LCH | lch(76.0 41.0 222.2) |
| OKLCH | oklch(0.781 0.136 214.5) |
Copy-ready code
/* CSS */
color: #11cded;
background-color: #11cded;
/* Tailwind (arbitrary) */
class="text-[#11cded] bg-[#11cded]"
/* SCSS */
$brand: #11cded;
/* SwiftUI */
Color(red: 0.067, green: 0.804, blue: 0.929)
/* Android */
Color.parseColor("#11cded")Accessibility — WCAG contrast
Aa
#11cded on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11cded on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green80.4%
Blue92.9%
CMYK percentages
Cyan92.8%
Magenta13.5%
Yellow0.0%
Key (black)7.1%
Color previews
#11cded text on a black background
contrast 10.98:1
Card sample
#11cded text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11cded;
Background color
Panel with #11cded background
background-color: #11cded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11cded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 205, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 205, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11cded; background: linear-gradient(135deg, #11cded, #113AED);