#5bfcfd
a light, electric cyan · cool · closest name: cyan
RGB
91, 252, 253
HSL
180°, 98%, 68%
CMYK
64, 0, 0, 1
Luminance
0.7894
Every format
| HEX | #5bfcfd |
| RGB | rgb(91, 252, 253) |
| HSL | hsl(180, 98%, 68%) |
| CMYK | cmyk(64%, 0%, 0%, 1%) |
| LAB | lab(91.2 -40.8 -12.8) |
| LCH | lch(91.2 42.8 197.5) |
| OKLCH | oklch(0.909 0.132 195.7) |
Copy-ready code
/* CSS */
color: #5bfcfd;
background-color: #5bfcfd;
/* Tailwind (arbitrary) */
class="text-[#5bfcfd] bg-[#5bfcfd]"
/* SCSS */
$brand: #5bfcfd;
/* SwiftUI */
Color(red: 0.357, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#5bfcfd")Accessibility — WCAG contrast
Aa
#5bfcfd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bfcfd on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green98.8%
Blue99.2%
CMYK percentages
Cyan64.0%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#5bfcfd text on a black background
contrast 16.79:1
Card sample
#5bfcfd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bfcfd;
Background color
Panel with #5bfcfd background
background-color: #5bfcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bfcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bfcfd; background: linear-gradient(135deg, #5bfcfd, #5B90FD);