#5fdec8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 222, 200
HSL
170°, 66%, 62%
CMYK
57, 0, 10, 13
Luminance
0.5885
Every format
| HEX | #5fdec8 |
| RGB | rgb(95, 222, 200) |
| HSL | hsl(170, 66%, 62%) |
| CMYK | cmyk(57%, 0%, 10%, 13%) |
| LAB | lab(81.2 -40.4 0.2) |
| LCH | lch(81.2 40.4 179.7) |
| OKLCH | oklch(0.823 0.117 180.0) |
Copy-ready code
/* CSS */
color: #5fdec8;
background-color: #5fdec8;
/* Tailwind (arbitrary) */
class="text-[#5fdec8] bg-[#5fdec8]"
/* SCSS */
$brand: #5fdec8;
/* SwiftUI */
Color(red: 0.373, green: 0.871, blue: 0.784)
/* Android */
Color.parseColor("#5fdec8")Accessibility — WCAG contrast
Aa
#5fdec8 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdec8 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green87.1%
Blue78.4%
CMYK percentages
Cyan57.2%
Magenta0.0%
Yellow9.9%
Key (black)12.9%
Color previews
#5fdec8 text on a black background
contrast 12.77:1
Card sample
#5fdec8 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdec8;
Background color
Panel with #5fdec8 background
background-color: #5fdec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 222, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 222, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdec8; background: linear-gradient(135deg, #5fdec8, #5F9FDE);