#5bfceb
a light, electric cyan · cool · closest name: turquoise
RGB
91, 252, 235
HSL
174°, 96%, 67%
CMYK
64, 0, 7, 1
Luminance
0.7784
Every format
| HEX | #5bfceb |
| RGB | rgb(91, 252, 235) |
| HSL | hsl(174, 96%, 67%) |
| CMYK | cmyk(64%, 0%, 7%, 1%) |
| LAB | lab(90.7 -45.5 -4.2) |
| LCH | lch(90.7 45.7 185.3) |
| OKLCH | oklch(0.903 0.135 185.2) |
Copy-ready code
/* CSS */
color: #5bfceb;
background-color: #5bfceb;
/* Tailwind (arbitrary) */
class="text-[#5bfceb] bg-[#5bfceb]"
/* SCSS */
$brand: #5bfceb;
/* SwiftUI */
Color(red: 0.357, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#5bfceb")Accessibility — WCAG contrast
Aa
#5bfceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bfceb on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#5bfceb text on a black background
contrast 16.57:1
Card sample
#5bfceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bfceb;
Background color
Panel with #5bfceb background
background-color: #5bfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bfceb; background: linear-gradient(135deg, #5bfceb, #5BA2FC);