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