#5fc3b2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 195, 178
HSL
170°, 46%, 57%
CMYK
51, 0, 9, 24
Luminance
0.4468
Every format
| HEX | #5fc3b2 |
| RGB | rgb(95, 195, 178) |
| HSL | hsl(170, 46%, 57%) |
| CMYK | cmyk(51%, 0%, 9%, 24%) |
| LAB | lab(72.7 -33.4 -0.4) |
| LCH | lch(72.7 33.4 180.7) |
| OKLCH | oklch(0.752 0.098 181.0) |
Copy-ready code
/* CSS */
color: #5fc3b2;
background-color: #5fc3b2;
/* Tailwind (arbitrary) */
class="text-[#5fc3b2] bg-[#5fc3b2]"
/* SCSS */
$brand: #5fc3b2;
/* SwiftUI */
Color(red: 0.373, green: 0.765, blue: 0.698)
/* Android */
Color.parseColor("#5fc3b2")Accessibility — WCAG contrast
Aa
#5fc3b2 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc3b2 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green76.5%
Blue69.8%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow8.7%
Key (black)23.5%
Color previews
#5fc3b2 text on a black background
contrast 9.94:1
Card sample
#5fc3b2 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc3b2;
Background color
Panel with #5fc3b2 background
background-color: #5fc3b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc3b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 195, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 195, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc3b2; background: linear-gradient(135deg, #5fc3b2, #5F91C3);