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