#4dcef2
a balanced, electric cyan · cool · closest name: skyblue
RGB
77, 206, 242
HSL
193°, 86%, 63%
CMYK
68, 15, 0, 5
Luminance
0.5213
Every format
| HEX | #4dcef2 |
| RGB | rgb(77, 206, 242) |
| HSL | hsl(193, 86%, 63%) |
| CMYK | cmyk(68%, 15%, 0%, 5%) |
| LAB | lab(77.4 -24.1 -28.0) |
| LCH | lch(77.4 37.0 229.3) |
| OKLCH | oklch(0.795 0.122 220.0) |
Copy-ready code
/* CSS */
color: #4dcef2;
background-color: #4dcef2;
/* Tailwind (arbitrary) */
class="text-[#4dcef2] bg-[#4dcef2]"
/* SCSS */
$brand: #4dcef2;
/* SwiftUI */
Color(red: 0.302, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#4dcef2")Accessibility — WCAG contrast
Aa
#4dcef2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dcef2 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green80.8%
Blue94.9%
CMYK percentages
Cyan68.2%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#4dcef2 text on a black background
contrast 11.43:1
Card sample
#4dcef2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dcef2;
Background color
Panel with #4dcef2 background
background-color: #4dcef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dcef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dcef2; background: linear-gradient(135deg, #4dcef2, #4D60F2);