#5fdbcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 219, 207
HSL
174°, 63%, 62%
CMYK
57, 0, 6, 14
Luminance
0.5760
Every format
| HEX | #5fdbcf |
| RGB | rgb(95, 219, 207) |
| HSL | hsl(174, 63%, 62%) |
| CMYK | cmyk(57%, 0%, 6%, 14%) |
| LAB | lab(80.5 -37.3 -4.5) |
| LCH | lch(80.5 37.5 186.9) |
| OKLCH | oklch(0.818 0.112 186.6) |
Copy-ready code
/* CSS */
color: #5fdbcf;
background-color: #5fdbcf;
/* Tailwind (arbitrary) */
class="text-[#5fdbcf] bg-[#5fdbcf]"
/* SCSS */
$brand: #5fdbcf;
/* SwiftUI */
Color(red: 0.373, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#5fdbcf")Accessibility — WCAG contrast
Aa
#5fdbcf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdbcf on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.9%
Blue81.2%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#5fdbcf text on a black background
contrast 12.52:1
Card sample
#5fdbcf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdbcf;
Background color
Panel with #5fdbcf background
background-color: #5fdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdbcf; background: linear-gradient(135deg, #5fdbcf, #5F94DB);