#4ecce2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 204, 226
HSL
189°, 72%, 60%
CMYK
66, 10, 0, 11
Luminance
0.5030
Every format
| HEX | #4ecce2 |
| RGB | rgb(78, 204, 226) |
| HSL | hsl(189, 72%, 60%) |
| CMYK | cmyk(66%, 10%, 0%, 11%) |
| LAB | lab(76.3 -27.8 -21.1) |
| LCH | lch(76.3 34.9 217.2) |
| OKLCH | oklch(0.784 0.113 211.2) |
Copy-ready code
/* CSS */
color: #4ecce2;
background-color: #4ecce2;
/* Tailwind (arbitrary) */
class="text-[#4ecce2] bg-[#4ecce2]"
/* SCSS */
$brand: #4ecce2;
/* SwiftUI */
Color(red: 0.306, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#4ecce2")Accessibility — WCAG contrast
Aa
#4ecce2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecce2 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.0%
Blue88.6%
CMYK percentages
Cyan65.5%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#4ecce2 text on a black background
contrast 11.06:1
Card sample
#4ecce2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecce2;
Background color
Panel with #4ecce2 background
background-color: #4ecce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecce2; background: linear-gradient(135deg, #4ecce2, #4E69E2);