#60c1a5
a balanced, soft cyan · cool · closest name: turquoise
RGB
96, 193, 165
HSL
163°, 44%, 57%
CMYK
50, 0, 15, 24
Luminance
0.4334
Every format
| HEX | #60c1a5 |
| RGB | rgb(96, 193, 165) |
| HSL | hsl(163, 44%, 57%) |
| CMYK | cmyk(50%, 0%, 15%, 24%) |
| LAB | lab(71.8 -35.4 5.4) |
| LCH | lch(71.8 35.8 171.4) |
| OKLCH | oklch(0.744 0.101 172.3) |
Copy-ready code
/* CSS */
color: #60c1a5;
background-color: #60c1a5;
/* Tailwind (arbitrary) */
class="text-[#60c1a5] bg-[#60c1a5]"
/* SCSS */
$brand: #60c1a5;
/* SwiftUI */
Color(red: 0.376, green: 0.757, blue: 0.647)
/* Android */
Color.parseColor("#60c1a5")Accessibility — WCAG contrast
Aa
#60c1a5 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60c1a5 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green75.7%
Blue64.7%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow14.5%
Key (black)24.3%
Color previews
#60c1a5 text on a black background
contrast 9.67:1
Card sample
#60c1a5 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60c1a5;
Background color
Panel with #60c1a5 background
background-color: #60c1a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60c1a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 193, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 193, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60c1a5; background: linear-gradient(135deg, #60c1a5, #609CC1);