#4eeaf2
a balanced, electric cyan · cool · closest name: cyan
RGB
78, 234, 242
HSL
183°, 86%, 63%
CMYK
68, 3, 0, 5
Luminance
0.6688
Every format
| HEX | #4eeaf2 |
| RGB | rgb(78, 234, 242) |
| HSL | hsl(183, 86%, 63%) |
| CMYK | cmyk(68%, 3%, 0%, 5%) |
| LAB | lab(85.4 -37.5 -15.8) |
| LCH | lch(85.4 40.6 202.8) |
| OKLCH | oklch(0.860 0.128 200.0) |
Copy-ready code
/* CSS */
color: #4eeaf2;
background-color: #4eeaf2;
/* Tailwind (arbitrary) */
class="text-[#4eeaf2] bg-[#4eeaf2]"
/* SCSS */
$brand: #4eeaf2;
/* SwiftUI */
Color(red: 0.306, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#4eeaf2")Accessibility — WCAG contrast
Aa
#4eeaf2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eeaf2 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green91.8%
Blue94.9%
CMYK percentages
Cyan67.8%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#4eeaf2 text on a black background
contrast 14.38:1
Card sample
#4eeaf2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eeaf2;
Background color
Panel with #4eeaf2 background
background-color: #4eeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eeaf2; background: linear-gradient(135deg, #4eeaf2, #4E7DF2);