#4ccdf9
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 205, 249
HSL
195°, 94%, 64%
CMYK
70, 18, 0, 2
Luminance
0.5204
Every format
| HEX | #4ccdf9 |
| RGB | rgb(76, 205, 249) |
| HSL | hsl(195, 94%, 64%) |
| CMYK | cmyk(70%, 18%, 0%, 2%) |
| LAB | lab(77.3 -21.6 -31.9) |
| LCH | lch(77.3 38.5 235.9) |
| OKLCH | oklch(0.795 0.127 224.7) |
Copy-ready code
/* CSS */
color: #4ccdf9;
background-color: #4ccdf9;
/* Tailwind (arbitrary) */
class="text-[#4ccdf9] bg-[#4ccdf9]"
/* SCSS */
$brand: #4ccdf9;
/* SwiftUI */
Color(red: 0.298, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#4ccdf9")Accessibility — WCAG contrast
Aa
#4ccdf9 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccdf9 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.4%
Blue97.6%
CMYK percentages
Cyan69.5%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#4ccdf9 text on a black background
contrast 11.41:1
Card sample
#4ccdf9 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccdf9;
Background color
Panel with #4ccdf9 background
background-color: #4ccdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccdf9; background: linear-gradient(135deg, #4ccdf9, #4C59F9);