#4cd3ed
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 211, 237
HSL
190°, 82%, 61%
CMYK
68, 11, 0, 7
Luminance
0.5424
Every format
| HEX | #4cd3ed |
| RGB | rgb(76, 211, 237) |
| HSL | hsl(190, 82%, 61%) |
| CMYK | cmyk(68%, 11%, 0%, 7%) |
| LAB | lab(78.6 -28.3 -23.5) |
| LCH | lch(78.6 36.7 219.7) |
| OKLCH | oklch(0.804 0.120 213.0) |
Copy-ready code
/* CSS */
color: #4cd3ed;
background-color: #4cd3ed;
/* Tailwind (arbitrary) */
class="text-[#4cd3ed] bg-[#4cd3ed]"
/* SCSS */
$brand: #4cd3ed;
/* SwiftUI */
Color(red: 0.298, green: 0.827, blue: 0.929)
/* Android */
Color.parseColor("#4cd3ed")Accessibility — WCAG contrast
Aa
#4cd3ed on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd3ed on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green82.7%
Blue92.9%
CMYK percentages
Cyan67.9%
Magenta11.0%
Yellow0.0%
Key (black)7.1%
Color previews
#4cd3ed text on a black background
contrast 11.85:1
Card sample
#4cd3ed text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd3ed;
Background color
Panel with #4cd3ed background
background-color: #4cd3ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd3ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 211, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 211, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd3ed; background: linear-gradient(135deg, #4cd3ed, #4C68ED);