#5fd8ce
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 216, 206
HSL
175°, 61%, 61%
CMYK
56, 0, 5, 15
Luminance
0.5600
Every format
| HEX | #5fd8ce |
| RGB | rgb(95, 216, 206) |
| HSL | hsl(175, 61%, 61%) |
| CMYK | cmyk(56%, 0%, 5%, 15%) |
| LAB | lab(79.6 -36.1 -5.3) |
| LCH | lch(79.6 36.5 188.4) |
| OKLCH | oklch(0.811 0.109 187.9) |
Copy-ready code
/* CSS */
color: #5fd8ce;
background-color: #5fd8ce;
/* Tailwind (arbitrary) */
class="text-[#5fd8ce] bg-[#5fd8ce]"
/* SCSS */
$brand: #5fd8ce;
/* SwiftUI */
Color(red: 0.373, green: 0.847, blue: 0.808)
/* Android */
Color.parseColor("#5fd8ce")Accessibility — WCAG contrast
Aa
#5fd8ce on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd8ce on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green84.7%
Blue80.8%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow4.6%
Key (black)15.3%
Color previews
#5fd8ce text on a black background
contrast 12.20:1
Card sample
#5fd8ce text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd8ce;
Background color
Panel with #5fd8ce background
background-color: #5fd8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 216, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 216, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd8ce; background: linear-gradient(135deg, #5fd8ce, #5F91D8);