#5bfdff
a light, electric cyan · cool · closest name: cyan
RGB
91, 253, 255
HSL
181°, 100%, 68%
CMYK
64, 1, 0, 0
Luminance
0.7969
Every format
| HEX | #5bfdff |
| RGB | rgb(91, 253, 255) |
| HSL | hsl(181, 100%, 68%) |
| CMYK | cmyk(64%, 1%, 0%, 0%) |
| LAB | lab(91.5 -40.7 -13.4) |
| LCH | lch(91.5 42.9 198.2) |
| OKLCH | oklch(0.912 0.133 196.3) |
Copy-ready code
/* CSS */
color: #5bfdff;
background-color: #5bfdff;
/* Tailwind (arbitrary) */
class="text-[#5bfdff] bg-[#5bfdff]"
/* SCSS */
$brand: #5bfdff;
/* SwiftUI */
Color(red: 0.357, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#5bfdff")Accessibility — WCAG contrast
Aa
#5bfdff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bfdff on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green99.2%
Blue100.0%
CMYK percentages
Cyan64.3%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#5bfdff text on a black background
contrast 16.94:1
Card sample
#5bfdff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bfdff;
Background color
Panel with #5bfdff background
background-color: #5bfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bfdff; background: linear-gradient(135deg, #5bfdff, #5B90FF);