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