#4cddf1
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 221, 241
HSL
187°, 86%, 62%
CMYK
69, 8, 0, 6
Luminance
0.5960
Every format
| HEX | #4cddf1 |
| RGB | rgb(76, 221, 241) |
| HSL | hsl(187, 86%, 62%) |
| CMYK | cmyk(69%, 8%, 0%, 6%) |
| LAB | lab(81.6 -31.9 -21.0) |
| LCH | lch(81.6 38.2 213.4) |
| OKLCH | oklch(0.829 0.123 208.3) |
Copy-ready code
/* CSS */
color: #4cddf1;
background-color: #4cddf1;
/* Tailwind (arbitrary) */
class="text-[#4cddf1] bg-[#4cddf1]"
/* SCSS */
$brand: #4cddf1;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#4cddf1")Accessibility — WCAG contrast
Aa
#4cddf1 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cddf1 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue94.5%
CMYK percentages
Cyan68.5%
Magenta8.3%
Yellow0.0%
Key (black)5.5%
Color previews
#4cddf1 text on a black background
contrast 12.92:1
Card sample
#4cddf1 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cddf1;
Background color
Panel with #4cddf1 background
background-color: #4cddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cddf1; background: linear-gradient(135deg, #4cddf1, #4C6FF1);