#5bfaff
a light, electric cyan · cool · closest name: cyan
RGB
91, 250, 255
HSL
182°, 100%, 68%
CMYK
64, 2, 0, 0
Luminance
0.7782
Every format
| HEX | #5bfaff |
| RGB | rgb(91, 250, 255) |
| HSL | hsl(182, 100%, 68%) |
| CMYK | cmyk(64%, 2%, 0%, 0%) |
| LAB | lab(90.7 -39.4 -14.7) |
| LCH | lch(90.7 42.0 200.4) |
| OKLCH | oklch(0.905 0.131 198.1) |
Copy-ready code
/* CSS */
color: #5bfaff;
background-color: #5bfaff;
/* Tailwind (arbitrary) */
class="text-[#5bfaff] bg-[#5bfaff]"
/* SCSS */
$brand: #5bfaff;
/* SwiftUI */
Color(red: 0.357, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#5bfaff")Accessibility — WCAG contrast
Aa
#5bfaff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bfaff on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green98.0%
Blue100.0%
CMYK percentages
Cyan64.3%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#5bfaff text on a black background
contrast 16.56:1
Card sample
#5bfaff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bfaff;
Background color
Panel with #5bfaff background
background-color: #5bfaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bfaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bfaff; background: linear-gradient(135deg, #5bfaff, #5B8DFF);