#4cddf8
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 221, 248
HSL
189°, 93%, 64%
CMYK
69, 11, 0, 3
Luminance
0.6003
Every format
| HEX | #4cddf8 |
| RGB | rgb(76, 221, 248) |
| HSL | hsl(189, 93%, 64%) |
| CMYK | cmyk(69%, 11%, 0%, 3%) |
| LAB | lab(81.8 -29.9 -24.4) |
| LCH | lch(81.8 38.5 219.2) |
| OKLCH | oklch(0.832 0.126 212.7) |
Copy-ready code
/* CSS */
color: #4cddf8;
background-color: #4cddf8;
/* Tailwind (arbitrary) */
class="text-[#4cddf8] bg-[#4cddf8]"
/* SCSS */
$brand: #4cddf8;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.973)
/* Android */
Color.parseColor("#4cddf8")Accessibility — WCAG contrast
Aa
#4cddf8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cddf8 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue97.3%
CMYK percentages
Cyan69.4%
Magenta10.9%
Yellow0.0%
Key (black)2.7%
Color previews
#4cddf8 text on a black background
contrast 13.01:1
Card sample
#4cddf8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cddf8;
Background color
Panel with #4cddf8 background
background-color: #4cddf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cddf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cddf8; background: linear-gradient(135deg, #4cddf8, #4C6AF8);