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