#4cccfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 204, 252
HSL
196°, 97%, 64%
CMYK
70, 19, 0, 1
Luminance
0.5175
Every format
| HEX | #4cccfc |
| RGB | rgb(76, 204, 252) |
| HSL | hsl(196, 97%, 64%) |
| CMYK | cmyk(70%, 19%, 0%, 1%) |
| LAB | lab(77.1 -20.2 -33.7) |
| LCH | lch(77.1 39.3 239.1) |
| OKLCH | oklch(0.794 0.129 227.0) |
Copy-ready code
/* CSS */
color: #4cccfc;
background-color: #4cccfc;
/* Tailwind (arbitrary) */
class="text-[#4cccfc] bg-[#4cccfc]"
/* SCSS */
$brand: #4cccfc;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.988)
/* Android */
Color.parseColor("#4cccfc")Accessibility — WCAG contrast
Aa
#4cccfc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cccfc on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue98.8%
CMYK percentages
Cyan69.8%
Magenta19.0%
Yellow0.0%
Key (black)1.2%
Color previews
#4cccfc text on a black background
contrast 11.35:1
Card sample
#4cccfc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cccfc;
Background color
Panel with #4cccfc background
background-color: #4cccfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cccfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cccfc; background: linear-gradient(135deg, #4cccfc, #4C56FC);