#5becdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
91, 236, 223
HSL
175°, 79%, 64%
CMYK
61, 0, 6, 8
Luminance
0.6754
Every format
| HEX | #5becdf |
| RGB | rgb(91, 236, 223) |
| HSL | hsl(175, 79%, 64%) |
| CMYK | cmyk(61%, 0%, 6%, 8%) |
| LAB | lab(85.8 -41.6 -5.2) |
| LCH | lch(85.8 41.9 187.2) |
| OKLCH | oklch(0.862 0.125 186.8) |
Copy-ready code
/* CSS */
color: #5becdf;
background-color: #5becdf;
/* Tailwind (arbitrary) */
class="text-[#5becdf] bg-[#5becdf]"
/* SCSS */
$brand: #5becdf;
/* SwiftUI */
Color(red: 0.357, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#5becdf")Accessibility — WCAG contrast
Aa
#5becdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5becdf on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green92.5%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#5becdf text on a black background
contrast 14.51:1
Card sample
#5becdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5becdf;
Background color
Panel with #5becdf background
background-color: #5becdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5becdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5becdf; background: linear-gradient(135deg, #5becdf, #5B98EC);