#5fc2af
a balanced, soft cyan · cool · closest name: turquoise
RGB
95, 194, 175
HSL
169°, 45%, 57%
CMYK
51, 0, 10, 24
Luminance
0.4411
Every format
| HEX | #5fc2af |
| RGB | rgb(95, 194, 175) |
| HSL | hsl(169, 45%, 57%) |
| CMYK | cmyk(51%, 0%, 10%, 24%) |
| LAB | lab(72.3 -33.7 0.7) |
| LCH | lch(72.3 33.7 178.8) |
| OKLCH | oklch(0.749 0.098 179.3) |
Copy-ready code
/* CSS */
color: #5fc2af;
background-color: #5fc2af;
/* Tailwind (arbitrary) */
class="text-[#5fc2af] bg-[#5fc2af]"
/* SCSS */
$brand: #5fc2af;
/* SwiftUI */
Color(red: 0.373, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#5fc2af")Accessibility — WCAG contrast
Aa
#5fc2af on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc2af on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green76.1%
Blue68.6%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#5fc2af text on a black background
contrast 9.82:1
Card sample
#5fc2af text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc2af;
Background color
Panel with #5fc2af background
background-color: #5fc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc2af; background: linear-gradient(135deg, #5fc2af, #5F93C2);