#4eeafd
a balanced, electric cyan · cool · closest name: cyan
RGB
78, 234, 253
HSL
187°, 98%, 65%
CMYK
69, 8, 0, 1
Luminance
0.6756
Every format
| HEX | #4eeafd |
| RGB | rgb(78, 234, 253) |
| HSL | hsl(187, 98%, 65%) |
| CMYK | cmyk(69%, 8%, 0%, 1%) |
| LAB | lab(85.8 -34.3 -21.0) |
| LCH | lch(85.8 40.3 211.5) |
| OKLCH | oklch(0.864 0.129 206.8) |
Copy-ready code
/* CSS */
color: #4eeafd;
background-color: #4eeafd;
/* Tailwind (arbitrary) */
class="text-[#4eeafd] bg-[#4eeafd]"
/* SCSS */
$brand: #4eeafd;
/* SwiftUI */
Color(red: 0.306, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#4eeafd")Accessibility — WCAG contrast
Aa
#4eeafd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eeafd on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green91.8%
Blue99.2%
CMYK percentages
Cyan69.2%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#4eeafd text on a black background
contrast 14.51:1
Card sample
#4eeafd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eeafd;
Background color
Panel with #4eeafd background
background-color: #4eeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eeafd; background: linear-gradient(135deg, #4eeafd, #4E75FD);