#5fcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 207, 186
HSL
169°, 54%, 59%
CMYK
54, 0, 10, 19
Luminance
0.5060
Every format
| HEX | #5fcfba |
| RGB | rgb(95, 207, 186) |
| HSL | hsl(169, 54%, 59%) |
| CMYK | cmyk(54%, 0%, 10%, 19%) |
| LAB | lab(76.4 -37.0 0.8) |
| LCH | lch(76.4 37.0 178.8) |
| OKLCH | oklch(0.783 0.107 179.3) |
Copy-ready code
/* CSS */
color: #5fcfba;
background-color: #5fcfba;
/* Tailwind (arbitrary) */
class="text-[#5fcfba] bg-[#5fcfba]"
/* SCSS */
$brand: #5fcfba;
/* SwiftUI */
Color(red: 0.373, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#5fcfba")Accessibility — WCAG contrast
Aa
#5fcfba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcfba on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#5fcfba text on a black background
contrast 11.12:1
Card sample
#5fcfba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcfba;
Background color
Panel with #5fcfba background
background-color: #5fcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcfba; background: linear-gradient(135deg, #5fcfba, #5F99CF);