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