#4dcdf3
a balanced, electric cyan · cool · closest name: skyblue
RGB
77, 205, 243
HSL
194°, 87%, 63%
CMYK
68, 16, 0, 5
Luminance
0.5171
Every format
| HEX | #4dcdf3 |
| RGB | rgb(77, 205, 243) |
| HSL | hsl(194, 87%, 63%) |
| CMYK | cmyk(68%, 16%, 0%, 5%) |
| LAB | lab(77.1 -23.3 -29.0) |
| LCH | lch(77.1 37.2 231.1) |
| OKLCH | oklch(0.793 0.122 221.4) |
Copy-ready code
/* CSS */
color: #4dcdf3;
background-color: #4dcdf3;
/* Tailwind (arbitrary) */
class="text-[#4dcdf3] bg-[#4dcdf3]"
/* SCSS */
$brand: #4dcdf3;
/* SwiftUI */
Color(red: 0.302, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#4dcdf3")Accessibility — WCAG contrast
Aa
#4dcdf3 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dcdf3 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green80.4%
Blue95.3%
CMYK percentages
Cyan68.3%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#4dcdf3 text on a black background
contrast 11.34:1
Card sample
#4dcdf3 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dcdf3;
Background color
Panel with #4dcdf3 background
background-color: #4dcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dcdf3; background: linear-gradient(135deg, #4dcdf3, #4D5EF3);