#4cdcff
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 220, 255
HSL
192°, 100%, 65%
CMYK
70, 14, 0, 0
Luminance
0.5994
Every format
| HEX | #4cdcff |
| RGB | rgb(76, 220, 255) |
| HSL | hsl(192, 100%, 65%) |
| CMYK | cmyk(70%, 14%, 0%, 0%) |
| LAB | lab(81.8 -27.3 -28.1) |
| LCH | lch(81.8 39.2 225.9) |
| OKLCH | oklch(0.832 0.129 217.5) |
Copy-ready code
/* CSS */
color: #4cdcff;
background-color: #4cdcff;
/* Tailwind (arbitrary) */
class="text-[#4cdcff] bg-[#4cdcff]"
/* SCSS */
$brand: #4cdcff;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#4cdcff")Accessibility — WCAG contrast
Aa
#4cdcff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdcff on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue100.0%
CMYK percentages
Cyan70.2%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#4cdcff text on a black background
contrast 12.99:1
Card sample
#4cdcff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdcff;
Background color
Panel with #4cdcff background
background-color: #4cdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdcff; background: linear-gradient(135deg, #4cdcff, #4C65FF);