#4ccdef
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 205, 239
HSL
193°, 84%, 62%
CMYK
68, 14, 0, 6
Luminance
0.5143
Every format
| HEX | #4ccdef |
| RGB | rgb(76, 205, 239) |
| HSL | hsl(193, 84%, 62%) |
| CMYK | cmyk(68%, 14%, 0%, 6%) |
| LAB | lab(76.9 -24.7 -27.1) |
| LCH | lch(76.9 36.6 227.6) |
| OKLCH | oklch(0.791 0.120 218.8) |
Copy-ready code
/* CSS */
color: #4ccdef;
background-color: #4ccdef;
/* Tailwind (arbitrary) */
class="text-[#4ccdef] bg-[#4ccdef]"
/* SCSS */
$brand: #4ccdef;
/* SwiftUI */
Color(red: 0.298, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#4ccdef")Accessibility — WCAG contrast
Aa
#4ccdef on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccdef on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.4%
Blue93.7%
CMYK percentages
Cyan68.2%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#4ccdef text on a black background
contrast 11.29:1
Card sample
#4ccdef text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccdef;
Background color
Panel with #4ccdef background
background-color: #4ccdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccdef; background: linear-gradient(135deg, #4ccdef, #4C61EF);