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