#60dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
96, 223, 188
HSL
164°, 67%, 63%
CMYK
57, 0, 16, 13
Luminance
0.5889
Every format
| HEX | #60dfbc |
| RGB | rgb(96, 223, 188) |
| HSL | hsl(164, 67%, 63%) |
| CMYK | cmyk(57%, 0%, 16%, 13%) |
| LAB | lab(81.2 -43.5 6.6) |
| LCH | lch(81.2 44.0 171.3) |
| OKLCH | oklch(0.823 0.124 172.2) |
Copy-ready code
/* CSS */
color: #60dfbc;
background-color: #60dfbc;
/* Tailwind (arbitrary) */
class="text-[#60dfbc] bg-[#60dfbc]"
/* SCSS */
$brand: #60dfbc;
/* SwiftUI */
Color(red: 0.376, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#60dfbc")Accessibility — WCAG contrast
Aa
#60dfbc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60dfbc on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green87.5%
Blue73.7%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#60dfbc text on a black background
contrast 12.78:1
Card sample
#60dfbc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60dfbc;
Background color
Panel with #60dfbc background
background-color: #60dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60dfbc; background: linear-gradient(135deg, #60dfbc, #60ADDF);