#10cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
16, 205, 253
HSL
192°, 98%, 53%
CMYK
94, 19, 0, 1
Luminance
0.5086
Every format
| HEX | #10cdfd |
| RGB | rgb(16, 205, 253) |
| HSL | hsl(192, 98%, 53%) |
| CMYK | cmyk(94%, 19%, 0%, 1%) |
| LAB | lab(76.6 -25.1 -35.2) |
| LCH | lch(76.6 43.2 234.4) |
| OKLCH | oklch(0.788 0.145 223.0) |
Copy-ready code
/* CSS */
color: #10cdfd;
background-color: #10cdfd;
/* Tailwind (arbitrary) */
class="text-[#10cdfd] bg-[#10cdfd]"
/* SCSS */
$brand: #10cdfd;
/* SwiftUI */
Color(red: 0.063, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#10cdfd")Accessibility — WCAG contrast
Aa
#10cdfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10cdfd on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green80.4%
Blue99.2%
CMYK percentages
Cyan93.7%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#10cdfd text on a black background
contrast 11.17:1
Card sample
#10cdfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10cdfd;
Background color
Panel with #10cdfd background
background-color: #10cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10cdfd; background: linear-gradient(135deg, #10cdfd, #102FFD);