#4ecef1
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 206, 241
HSL
193°, 85%, 63%
CMYK
68, 15, 0, 6
Luminance
0.5211
Every format
| HEX | #4ecef1 |
| RGB | rgb(78, 206, 241) |
| HSL | hsl(193, 85%, 63%) |
| CMYK | cmyk(68%, 15%, 0%, 6%) |
| LAB | lab(77.3 -24.3 -27.5) |
| LCH | lch(77.3 36.7 228.5) |
| OKLCH | oklch(0.795 0.121 219.5) |
Copy-ready code
/* CSS */
color: #4ecef1;
background-color: #4ecef1;
/* Tailwind (arbitrary) */
class="text-[#4ecef1] bg-[#4ecef1]"
/* SCSS */
$brand: #4ecef1;
/* SwiftUI */
Color(red: 0.306, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#4ecef1")Accessibility — WCAG contrast
Aa
#4ecef1 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecef1 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.8%
Blue94.5%
CMYK percentages
Cyan67.6%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#4ecef1 text on a black background
contrast 11.42:1
Card sample
#4ecef1 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecef1;
Background color
Panel with #4ecef1 background
background-color: #4ecef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecef1; background: linear-gradient(135deg, #4ecef1, #4E61F1);