#5fd9cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 217, 207
HSL
175°, 62%, 61%
CMYK
56, 0, 5, 15
Luminance
0.5656
Every format
| HEX | #5fd9cf |
| RGB | rgb(95, 217, 207) |
| HSL | hsl(175, 62%, 61%) |
| CMYK | cmyk(56%, 0%, 5%, 15%) |
| LAB | lab(79.9 -36.4 -5.4) |
| LCH | lch(79.9 36.8 188.4) |
| OKLCH | oklch(0.814 0.110 187.9) |
Copy-ready code
/* CSS */
color: #5fd9cf;
background-color: #5fd9cf;
/* Tailwind (arbitrary) */
class="text-[#5fd9cf] bg-[#5fd9cf]"
/* SCSS */
$brand: #5fd9cf;
/* SwiftUI */
Color(red: 0.373, green: 0.851, blue: 0.812)
/* Android */
Color.parseColor("#5fd9cf")Accessibility — WCAG contrast
Aa
#5fd9cf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd9cf on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.1%
Blue81.2%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow4.6%
Key (black)14.9%
Color previews
#5fd9cf text on a black background
contrast 12.31:1
Card sample
#5fd9cf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd9cf;
Background color
Panel with #5fd9cf background
background-color: #5fd9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 217, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 217, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd9cf; background: linear-gradient(135deg, #5fd9cf, #5F92D9);