#4dcdfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
77, 205, 252
HSL
196°, 97%, 65%
CMYK
69, 19, 0, 1
Luminance
0.5227
Every format
| HEX | #4dcdfc |
| RGB | rgb(77, 205, 252) |
| HSL | hsl(196, 97%, 65%) |
| CMYK | cmyk(69%, 19%, 0%, 1%) |
| LAB | lab(77.4 -20.5 -33.3) |
| LCH | lch(77.4 39.1 238.3) |
| OKLCH | oklch(0.797 0.129 226.4) |
Copy-ready code
/* CSS */
color: #4dcdfc;
background-color: #4dcdfc;
/* Tailwind (arbitrary) */
class="text-[#4dcdfc] bg-[#4dcdfc]"
/* SCSS */
$brand: #4dcdfc;
/* SwiftUI */
Color(red: 0.302, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#4dcdfc")Accessibility — WCAG contrast
Aa
#4dcdfc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dcdfc on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green80.4%
Blue98.8%
CMYK percentages
Cyan69.4%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#4dcdfc text on a black background
contrast 11.45:1
Card sample
#4dcdfc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dcdfc;
Background color
Panel with #4dcdfc background
background-color: #4dcdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dcdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dcdfc; background: linear-gradient(135deg, #4dcdfc, #4D58FC);