#5beefd
a light, electric cyan · cool · closest name: cyan
RGB
91, 238, 253
HSL
186°, 98%, 68%
CMYK
64, 6, 0, 1
Luminance
0.7047
Every format
| HEX | #5beefd |
| RGB | rgb(91, 238, 253) |
| HSL | hsl(186, 98%, 68%) |
| CMYK | cmyk(64%, 6%, 0%, 1%) |
| LAB | lab(87.2 -34.4 -18.8) |
| LCH | lch(87.2 39.2 208.7) |
| OKLCH | oklch(0.877 0.125 204.7) |
Copy-ready code
/* CSS */
color: #5beefd;
background-color: #5beefd;
/* Tailwind (arbitrary) */
class="text-[#5beefd] bg-[#5beefd]"
/* SCSS */
$brand: #5beefd;
/* SwiftUI */
Color(red: 0.357, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#5beefd")Accessibility — WCAG contrast
Aa
#5beefd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5beefd on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green93.3%
Blue99.2%
CMYK percentages
Cyan64.0%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#5beefd text on a black background
contrast 15.09:1
Card sample
#5beefd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5beefd;
Background color
Panel with #5beefd background
background-color: #5beefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5beefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5beefd; background: linear-gradient(135deg, #5beefd, #5B82FD);