#4ccef1
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 206, 241
HSL
193°, 86%, 62%
CMYK
69, 15, 0, 6
Luminance
0.5203
Every format
| HEX | #4ccef1 |
| RGB | rgb(76, 206, 241) |
| HSL | hsl(193, 86%, 62%) |
| CMYK | cmyk(69%, 15%, 0%, 6%) |
| LAB | lab(77.3 -24.6 -27.6) |
| LCH | lch(77.3 37.0 228.3) |
| OKLCH | oklch(0.794 0.121 219.3) |
Copy-ready code
/* CSS */
color: #4ccef1;
background-color: #4ccef1;
/* Tailwind (arbitrary) */
class="text-[#4ccef1] bg-[#4ccef1]"
/* SCSS */
$brand: #4ccef1;
/* SwiftUI */
Color(red: 0.298, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#4ccef1")Accessibility — WCAG contrast
Aa
#4ccef1 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccef1 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.8%
Blue94.5%
CMYK percentages
Cyan68.5%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#4ccef1 text on a black background
contrast 11.41:1
Card sample
#4ccef1 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccef1;
Background color
Panel with #4ccef1 background
background-color: #4ccef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccef1; background: linear-gradient(135deg, #4ccef1, #4C60F1);