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