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