#60cdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
96, 205, 175
HSL
164°, 52%, 59%
CMYK
53, 0, 15, 20
Luminance
0.4924
Every format
| HEX | #60cdaf |
| RGB | rgb(96, 205, 175) |
| HSL | hsl(164, 52%, 59%) |
| CMYK | cmyk(53%, 0%, 15%, 20%) |
| LAB | lab(75.6 -38.5 5.5) |
| LCH | lch(75.6 38.9 171.9) |
| OKLCH | oklch(0.776 0.110 172.8) |
Copy-ready code
/* CSS */
color: #60cdaf;
background-color: #60cdaf;
/* Tailwind (arbitrary) */
class="text-[#60cdaf] bg-[#60cdaf]"
/* SCSS */
$brand: #60cdaf;
/* SwiftUI */
Color(red: 0.376, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#60cdaf")Accessibility — WCAG contrast
Aa
#60cdaf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cdaf on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green80.4%
Blue68.6%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#60cdaf text on a black background
contrast 10.85:1
Card sample
#60cdaf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cdaf;
Background color
Panel with #60cdaf background
background-color: #60cdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cdaf; background: linear-gradient(135deg, #60cdaf, #60A2CD);