#5fbcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
95, 188, 175
HSL
172°, 41%, 56%
CMYK
50, 0, 7, 26
Luminance
0.4149
Every format
| HEX | #5fbcaf |
| RGB | rgb(95, 188, 175) |
| HSL | hsl(172, 41%, 56%) |
| CMYK | cmyk(50%, 0%, 7%, 26%) |
| LAB | lab(70.5 -30.9 -1.9) |
| LCH | lch(70.5 30.9 183.6) |
| OKLCH | oklch(0.735 0.091 183.6) |
Copy-ready code
/* CSS */
color: #5fbcaf;
background-color: #5fbcaf;
/* Tailwind (arbitrary) */
class="text-[#5fbcaf] bg-[#5fbcaf]"
/* SCSS */
$brand: #5fbcaf;
/* SwiftUI */
Color(red: 0.373, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#5fbcaf")Accessibility — WCAG contrast
Aa
#5fbcaf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbcaf on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green73.7%
Blue68.6%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#5fbcaf text on a black background
contrast 9.30:1
Card sample
#5fbcaf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbcaf;
Background color
Panel with #5fbcaf background
background-color: #5fbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbcaf; background: linear-gradient(135deg, #5fbcaf, #5F8BBC);