#4eddf2
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 221, 242
HSL
188°, 86%, 63%
CMYK
68, 9, 0, 5
Luminance
0.5974
Every format
| HEX | #4eddf2 |
| RGB | rgb(78, 221, 242) |
| HSL | hsl(188, 86%, 63%) |
| CMYK | cmyk(68%, 9%, 0%, 5%) |
| LAB | lab(81.7 -31.4 -21.4) |
| LCH | lch(81.7 38.0 214.3) |
| OKLCH | oklch(0.830 0.123 209.0) |
Copy-ready code
/* CSS */
color: #4eddf2;
background-color: #4eddf2;
/* Tailwind (arbitrary) */
class="text-[#4eddf2] bg-[#4eddf2]"
/* SCSS */
$brand: #4eddf2;
/* SwiftUI */
Color(red: 0.306, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#4eddf2")Accessibility — WCAG contrast
Aa
#4eddf2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eddf2 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green86.7%
Blue94.9%
CMYK percentages
Cyan67.8%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#4eddf2 text on a black background
contrast 12.95:1
Card sample
#4eddf2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eddf2;
Background color
Panel with #4eddf2 background
background-color: #4eddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eddf2; background: linear-gradient(135deg, #4eddf2, #4E6FF2);