#4dcceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
77, 204, 235
HSL
192°, 80%, 61%
CMYK
67, 13, 0, 8
Luminance
0.5076
Every format
| HEX | #4dcceb |
| RGB | rgb(77, 204, 235) |
| HSL | hsl(192, 80%, 61%) |
| CMYK | cmyk(67%, 13%, 0%, 8%) |
| LAB | lab(76.5 -25.3 -25.5) |
| LCH | lch(76.5 35.9 225.3) |
| OKLCH | oklch(0.788 0.118 217.2) |
Copy-ready code
/* CSS */
color: #4dcceb;
background-color: #4dcceb;
/* Tailwind (arbitrary) */
class="text-[#4dcceb] bg-[#4dcceb]"
/* SCSS */
$brand: #4dcceb;
/* SwiftUI */
Color(red: 0.302, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#4dcceb")Accessibility — WCAG contrast
Aa
#4dcceb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dcceb on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan67.2%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4dcceb text on a black background
contrast 11.15:1
Card sample
#4dcceb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dcceb;
Background color
Panel with #4dcceb background
background-color: #4dcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dcceb; background: linear-gradient(135deg, #4dcceb, #4D63EB);