#4cdeef
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 222, 239
HSL
186°, 84%, 62%
CMYK
68, 7, 0, 6
Luminance
0.6001
Every format
| HEX | #4cdeef |
| RGB | rgb(76, 222, 239) |
| HSL | hsl(186, 84%, 62%) |
| CMYK | cmyk(68%, 7%, 0%, 6%) |
| LAB | lab(81.8 -33.0 -19.6) |
| LCH | lch(81.8 38.4 210.7) |
| OKLCH | oklch(0.831 0.123 206.3) |
Copy-ready code
/* CSS */
color: #4cdeef;
background-color: #4cdeef;
/* Tailwind (arbitrary) */
class="text-[#4cdeef] bg-[#4cdeef]"
/* SCSS */
$brand: #4cdeef;
/* SwiftUI */
Color(red: 0.298, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#4cdeef")Accessibility — WCAG contrast
Aa
#4cdeef on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdeef on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.1%
Blue93.7%
CMYK percentages
Cyan68.2%
Magenta7.1%
Yellow0.0%
Key (black)6.3%
Color previews
#4cdeef text on a black background
contrast 13.00:1
Card sample
#4cdeef text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdeef;
Background color
Panel with #4cdeef background
background-color: #4cdeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdeef; background: linear-gradient(135deg, #4cdeef, #4C71EF);