#5fcdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 205, 175
HSL
164°, 52%, 59%
CMYK
54, 0, 15, 20
Luminance
0.4919
Every format
| HEX | #5fcdaf |
| RGB | rgb(95, 205, 175) |
| HSL | hsl(164, 52%, 59%) |
| CMYK | cmyk(54%, 0%, 15%, 20%) |
| LAB | lab(75.6 -38.8 5.4) |
| LCH | lch(75.6 39.1 172.1) |
| OKLCH | oklch(0.775 0.111 172.9) |
Copy-ready code
/* CSS */
color: #5fcdaf;
background-color: #5fcdaf;
/* Tailwind (arbitrary) */
class="text-[#5fcdaf] bg-[#5fcdaf]"
/* SCSS */
$brand: #5fcdaf;
/* SwiftUI */
Color(red: 0.373, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#5fcdaf")Accessibility — WCAG contrast
Aa
#5fcdaf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcdaf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green80.4%
Blue68.6%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#5fcdaf text on a black background
contrast 10.84:1
Card sample
#5fcdaf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcdaf;
Background color
Panel with #5fcdaf background
background-color: #5fcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcdaf; background: linear-gradient(135deg, #5fcdaf, #5FA2CD);