#4cccef
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 204, 239
HSL
193°, 84%, 62%
CMYK
68, 15, 0, 6
Luminance
0.5095
Every format
| HEX | #4cccef |
| RGB | rgb(76, 204, 239) |
| HSL | hsl(193, 84%, 62%) |
| CMYK | cmyk(68%, 15%, 0%, 6%) |
| LAB | lab(76.7 -24.2 -27.5) |
| LCH | lch(76.7 36.6 228.7) |
| OKLCH | oklch(0.789 0.120 219.6) |
Copy-ready code
/* CSS */
color: #4cccef;
background-color: #4cccef;
/* Tailwind (arbitrary) */
class="text-[#4cccef] bg-[#4cccef]"
/* SCSS */
$brand: #4cccef;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#4cccef")Accessibility — WCAG contrast
Aa
#4cccef on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cccef on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue93.7%
CMYK percentages
Cyan68.2%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#4cccef text on a black background
contrast 11.19:1
Card sample
#4cccef text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cccef;
Background color
Panel with #4cccef background
background-color: #4cccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cccef; background: linear-gradient(135deg, #4cccef, #4C5FEF);