#5bfefe
a light, electric cyan · cool · closest name: cyan
RGB
91, 254, 254
HSL
180°, 99%, 68%
CMYK
64, 0, 0, 0
Luminance
0.8026
Every format
| HEX | #5bfefe |
| RGB | rgb(91, 254, 254) |
| HSL | hsl(180, 99%, 68%) |
| CMYK | cmyk(64%, 0%, 0%, 0%) |
| LAB | lab(91.8 -41.4 -12.5) |
| LCH | lch(91.8 43.3 196.8) |
| OKLCH | oklch(0.914 0.133 195.1) |
Copy-ready code
/* CSS */
color: #5bfefe;
background-color: #5bfefe;
/* Tailwind (arbitrary) */
class="text-[#5bfefe] bg-[#5bfefe]"
/* SCSS */
$brand: #5bfefe;
/* SwiftUI */
Color(red: 0.357, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#5bfefe")Accessibility — WCAG contrast
Aa
#5bfefe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bfefe on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green99.6%
Blue99.6%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#5bfefe text on a black background
contrast 17.05:1
Card sample
#5bfefe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bfefe;
Background color
Panel with #5bfefe background
background-color: #5bfefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bfefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bfefe; background: linear-gradient(135deg, #5bfefe, #5B91FE);