#5beddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
91, 237, 223
HSL
174°, 80%, 64%
CMYK
62, 0, 6, 7
Luminance
0.6812
Every format
| HEX | #5beddf |
| RGB | rgb(91, 237, 223) |
| HSL | hsl(174, 80%, 64%) |
| CMYK | cmyk(62%, 0%, 6%, 7%) |
| LAB | lab(86.1 -42.0 -4.8) |
| LCH | lch(86.1 42.3 186.5) |
| OKLCH | oklch(0.864 0.126 186.3) |
Copy-ready code
/* CSS */
color: #5beddf;
background-color: #5beddf;
/* Tailwind (arbitrary) */
class="text-[#5beddf] bg-[#5beddf]"
/* SCSS */
$brand: #5beddf;
/* SwiftUI */
Color(red: 0.357, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#5beddf")Accessibility — WCAG contrast
Aa
#5beddf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5beddf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green92.9%
Blue87.5%
CMYK percentages
Cyan61.6%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#5beddf text on a black background
contrast 14.62:1
Card sample
#5beddf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5beddf;
Background color
Panel with #5beddf background
background-color: #5beddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5beddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5beddf; background: linear-gradient(135deg, #5beddf, #5B9AED);