#4eedfd
a balanced, electric cyan · cool · closest name: cyan
RGB
78, 237, 253
HSL
186°, 98%, 65%
CMYK
69, 6, 0, 1
Luminance
0.6928
Every format
| HEX | #4eedfd |
| RGB | rgb(78, 237, 253) |
| HSL | hsl(186, 98%, 65%) |
| CMYK | cmyk(69%, 6%, 0%, 1%) |
| LAB | lab(86.6 -35.7 -19.7) |
| LCH | lch(86.6 40.8 208.9) |
| OKLCH | oklch(0.871 0.130 204.9) |
Copy-ready code
/* CSS */
color: #4eedfd;
background-color: #4eedfd;
/* Tailwind (arbitrary) */
class="text-[#4eedfd] bg-[#4eedfd]"
/* SCSS */
$brand: #4eedfd;
/* SwiftUI */
Color(red: 0.306, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#4eedfd")Accessibility — WCAG contrast
Aa
#4eedfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eedfd on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green92.9%
Blue99.2%
CMYK percentages
Cyan69.2%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#4eedfd text on a black background
contrast 14.86:1
Card sample
#4eedfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eedfd;
Background color
Panel with #4eedfd background
background-color: #4eedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eedfd; background: linear-gradient(135deg, #4eedfd, #4E78FD);