#5eedfd
a light, electric cyan · cool · closest name: cyan
RGB
94, 237, 253
HSL
186°, 98%, 68%
CMYK
63, 6, 0, 1
Luminance
0.7004
Every format
| HEX | #5eedfd |
| RGB | rgb(94, 237, 253) |
| HSL | hsl(186, 98%, 68%) |
| CMYK | cmyk(63%, 6%, 0%, 1%) |
| LAB | lab(87.0 -33.5 -19.1) |
| LCH | lch(87.0 38.5 209.8) |
| OKLCH | oklch(0.875 0.123 205.5) |
Copy-ready code
/* CSS */
color: #5eedfd;
background-color: #5eedfd;
/* Tailwind (arbitrary) */
class="text-[#5eedfd] bg-[#5eedfd]"
/* SCSS */
$brand: #5eedfd;
/* SwiftUI */
Color(red: 0.369, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#5eedfd")Accessibility — WCAG contrast
Aa
#5eedfd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eedfd on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green92.9%
Blue99.2%
CMYK percentages
Cyan62.8%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#5eedfd text on a black background
contrast 15.01:1
Card sample
#5eedfd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eedfd;
Background color
Panel with #5eedfd background
background-color: #5eedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eedfd; background: linear-gradient(135deg, #5eedfd, #5E83FD);