#4cddfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 221, 253
HSL
191°, 98%, 65%
CMYK
70, 13, 0, 1
Luminance
0.6034
Every format
| HEX | #4cddfd |
| RGB | rgb(76, 221, 253) |
| HSL | hsl(191, 98%, 65%) |
| CMYK | cmyk(70%, 13%, 0%, 1%) |
| LAB | lab(82.0 -28.4 -26.8) |
| LCH | lch(82.0 39.0 223.3) |
| OKLCH | oklch(0.834 0.128 215.7) |
Copy-ready code
/* CSS */
color: #4cddfd;
background-color: #4cddfd;
/* Tailwind (arbitrary) */
class="text-[#4cddfd] bg-[#4cddfd]"
/* SCSS */
$brand: #4cddfd;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#4cddfd")Accessibility — WCAG contrast
Aa
#4cddfd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cddfd on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue99.2%
CMYK percentages
Cyan70.0%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#4cddfd text on a black background
contrast 13.07:1
Card sample
#4cddfd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cddfd;
Background color
Panel with #4cddfd background
background-color: #4cddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cddfd; background: linear-gradient(135deg, #4cddfd, #4C67FD);