#5fdbb6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 219, 182
HSL
162°, 63%, 62%
CMYK
57, 0, 17, 14
Luminance
0.5647
Every format
| HEX | #5fdbb6 |
| RGB | rgb(95, 219, 182) |
| HSL | hsl(162, 63%, 62%) |
| CMYK | cmyk(57%, 0%, 17%, 14%) |
| LAB | lab(79.9 -43.4 7.9) |
| LCH | lch(79.9 44.1 169.7) |
| OKLCH | oklch(0.811 0.124 170.7) |
Copy-ready code
/* CSS */
color: #5fdbb6;
background-color: #5fdbb6;
/* Tailwind (arbitrary) */
class="text-[#5fdbb6] bg-[#5fdbb6]"
/* SCSS */
$brand: #5fdbb6;
/* SwiftUI */
Color(red: 0.373, green: 0.859, blue: 0.714)
/* Android */
Color.parseColor("#5fdbb6")Accessibility — WCAG contrast
Aa
#5fdbb6 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdbb6 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.9%
Blue71.4%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow16.9%
Key (black)14.1%
Color previews
#5fdbb6 text on a black background
contrast 12.29:1
Card sample
#5fdbb6 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdbb6;
Background color
Panel with #5fdbb6 background
background-color: #5fdbb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdbb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 219, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 219, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdbb6; background: linear-gradient(135deg, #5fdbb6, #5FADDB);