#4eeafb
a balanced, electric cyan · cool · closest name: cyan
RGB
78, 234, 251
HSL
186°, 96%, 65%
CMYK
69, 7, 0, 2
Luminance
0.6743
Every format
| HEX | #4eeafb |
| RGB | rgb(78, 234, 251) |
| HSL | hsl(186, 96%, 65%) |
| CMYK | cmyk(69%, 7%, 0%, 2%) |
| LAB | lab(85.7 -34.9 -20.1) |
| LCH | lch(85.7 40.3 209.9) |
| OKLCH | oklch(0.864 0.129 205.6) |
Copy-ready code
/* CSS */
color: #4eeafb;
background-color: #4eeafb;
/* Tailwind (arbitrary) */
class="text-[#4eeafb] bg-[#4eeafb]"
/* SCSS */
$brand: #4eeafb;
/* SwiftUI */
Color(red: 0.306, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#4eeafb")Accessibility — WCAG contrast
Aa
#4eeafb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eeafb on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green91.8%
Blue98.4%
CMYK percentages
Cyan68.9%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#4eeafb text on a black background
contrast 14.49:1
Card sample
#4eeafb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eeafb;
Background color
Panel with #4eeafb background
background-color: #4eeafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eeafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eeafb; background: linear-gradient(135deg, #4eeafb, #4E77FB);