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