#4cd4f8
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 212, 248
HSL
193°, 93%, 64%
CMYK
69, 15, 0, 3
Luminance
0.5540
Every format
| HEX | #4cd4f8 |
| RGB | rgb(76, 212, 248) |
| HSL | hsl(193, 93%, 64%) |
| CMYK | cmyk(69%, 15%, 0%, 3%) |
| LAB | lab(79.3 -25.4 -28.3) |
| LCH | lch(79.3 38.1 228.1) |
| OKLCH | oklch(0.811 0.125 219.1) |
Copy-ready code
/* CSS */
color: #4cd4f8;
background-color: #4cd4f8;
/* Tailwind (arbitrary) */
class="text-[#4cd4f8] bg-[#4cd4f8]"
/* SCSS */
$brand: #4cd4f8;
/* SwiftUI */
Color(red: 0.298, green: 0.831, blue: 0.973)
/* Android */
Color.parseColor("#4cd4f8")Accessibility — WCAG contrast
Aa
#4cd4f8 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd4f8 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green83.1%
Blue97.3%
CMYK percentages
Cyan69.4%
Magenta14.5%
Yellow0.0%
Key (black)2.7%
Color previews
#4cd4f8 text on a black background
contrast 12.08:1
Card sample
#4cd4f8 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd4f8;
Background color
Panel with #4cd4f8 background
background-color: #4cd4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 212, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 212, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd4f8; background: linear-gradient(135deg, #4cd4f8, #4C61F8);