#4ec5eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 197, 235
HSL
195°, 80%, 61%
CMYK
67, 16, 0, 8
Luminance
0.4755
Every format
| HEX | #4ec5eb |
| RGB | rgb(78, 197, 235) |
| HSL | hsl(195, 80%, 61%) |
| CMYK | cmyk(67%, 16%, 0%, 8%) |
| LAB | lab(74.5 -21.6 -28.6) |
| LCH | lch(74.5 35.8 233.0) |
| OKLCH | oklch(0.772 0.118 222.7) |
Copy-ready code
/* CSS */
color: #4ec5eb;
background-color: #4ec5eb;
/* Tailwind (arbitrary) */
class="text-[#4ec5eb] bg-[#4ec5eb]"
/* SCSS */
$brand: #4ec5eb;
/* SwiftUI */
Color(red: 0.306, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#4ec5eb")Accessibility — WCAG contrast
Aa
#4ec5eb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ec5eb on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green77.3%
Blue92.2%
CMYK percentages
Cyan66.8%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4ec5eb text on a black background
contrast 10.51:1
Card sample
#4ec5eb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ec5eb;
Background color
Panel with #4ec5eb background
background-color: #4ec5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ec5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ec5eb; background: linear-gradient(135deg, #4ec5eb, #4E5DEB);