#60cbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
96, 203, 175
HSL
164°, 51%, 59%
CMYK
53, 0, 14, 20
Luminance
0.4829
Every format
| HEX | #60cbaf |
| RGB | rgb(96, 203, 175) |
| HSL | hsl(164, 51%, 59%) |
| CMYK | cmyk(53%, 0%, 14%, 20%) |
| LAB | lab(75.0 -37.6 4.6) |
| LCH | lch(75.0 37.9 173.0) |
| OKLCH | oklch(0.771 0.108 173.8) |
Copy-ready code
/* CSS */
color: #60cbaf;
background-color: #60cbaf;
/* Tailwind (arbitrary) */
class="text-[#60cbaf] bg-[#60cbaf]"
/* SCSS */
$brand: #60cbaf;
/* SwiftUI */
Color(red: 0.376, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#60cbaf")Accessibility — WCAG contrast
Aa
#60cbaf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cbaf on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green79.6%
Blue68.6%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#60cbaf text on a black background
contrast 10.66:1
Card sample
#60cbaf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cbaf;
Background color
Panel with #60cbaf background
background-color: #60cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cbaf; background: linear-gradient(135deg, #60cbaf, #60A0CB);