#4cccff
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 204, 255
HSL
197°, 100%, 65%
CMYK
70, 20, 0, 0
Luminance
0.5194
Every format
| HEX | #4cccff |
| RGB | rgb(76, 204, 255) |
| HSL | hsl(197, 100%, 65%) |
| CMYK | cmyk(70%, 20%, 0%, 0%) |
| LAB | lab(77.2 -19.2 -35.2) |
| LCH | lch(77.2 40.1 241.3) |
| OKLCH | oklch(0.796 0.132 228.6) |
Copy-ready code
/* CSS */
color: #4cccff;
background-color: #4cccff;
/* Tailwind (arbitrary) */
class="text-[#4cccff] bg-[#4cccff]"
/* SCSS */
$brand: #4cccff;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#4cccff")Accessibility — WCAG contrast
Aa
#4cccff on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cccff on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue100.0%
CMYK percentages
Cyan70.2%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4cccff text on a black background
contrast 11.39:1
Card sample
#4cccff text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cccff;
Background color
Panel with #4cccff background
background-color: #4cccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cccff; background: linear-gradient(135deg, #4cccff, #4C55FF);