#1cddfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 221, 253
HSL
189°, 98%, 55%
CMYK
89, 13, 0, 1
Luminance
0.5905
Every format
| HEX | #1cddfd |
| RGB | rgb(28, 221, 253) |
| HSL | hsl(189, 98%, 55%) |
| CMYK | cmyk(89%, 13%, 0%, 1%) |
| LAB | lab(81.3 -32.5 -27.9) |
| LCH | lch(81.3 42.8 220.6) |
| OKLCH | oklch(0.826 0.142 213.4) |
Copy-ready code
/* CSS */
color: #1cddfd;
background-color: #1cddfd;
/* Tailwind (arbitrary) */
class="text-[#1cddfd] bg-[#1cddfd]"
/* SCSS */
$brand: #1cddfd;
/* SwiftUI */
Color(red: 0.110, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#1cddfd")Accessibility — WCAG contrast
Aa
#1cddfd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cddfd on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green86.7%
Blue99.2%
CMYK percentages
Cyan88.9%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#1cddfd text on a black background
contrast 12.81:1
Card sample
#1cddfd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cddfd;
Background color
Panel with #1cddfd background
background-color: #1cddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cddfd; background: linear-gradient(135deg, #1cddfd, #1C47FD);