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