#5fdccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 220, 207
HSL
174°, 64%, 62%
CMYK
57, 0, 6, 14
Luminance
0.5812
Every format
| HEX | #5fdccf |
| RGB | rgb(95, 220, 207) |
| HSL | hsl(174, 64%, 62%) |
| CMYK | cmyk(57%, 0%, 6%, 14%) |
| LAB | lab(80.8 -37.7 -4.1) |
| LCH | lch(80.8 38.0 186.2) |
| OKLCH | oklch(0.821 0.113 185.9) |
Copy-ready code
/* CSS */
color: #5fdccf;
background-color: #5fdccf;
/* Tailwind (arbitrary) */
class="text-[#5fdccf] bg-[#5fdccf]"
/* SCSS */
$brand: #5fdccf;
/* SwiftUI */
Color(red: 0.373, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#5fdccf")Accessibility — WCAG contrast
Aa
#5fdccf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdccf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.3%
Blue81.2%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#5fdccf text on a black background
contrast 12.62:1
Card sample
#5fdccf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdccf;
Background color
Panel with #5fdccf background
background-color: #5fdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdccf; background: linear-gradient(135deg, #5fdccf, #5F96DC);