#60cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
96, 207, 186
HSL
169°, 54%, 59%
CMYK
54, 0, 10, 19
Luminance
0.5066
Every format
| HEX | #60cfba |
| RGB | rgb(96, 207, 186) |
| HSL | hsl(169, 54%, 59%) |
| CMYK | cmyk(54%, 0%, 10%, 19%) |
| LAB | lab(76.5 -36.8 0.8) |
| LCH | lch(76.5 36.8 178.8) |
| OKLCH | oklch(0.784 0.107 179.2) |
Copy-ready code
/* CSS */
color: #60cfba;
background-color: #60cfba;
/* Tailwind (arbitrary) */
class="text-[#60cfba] bg-[#60cfba]"
/* SCSS */
$brand: #60cfba;
/* SwiftUI */
Color(red: 0.376, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#60cfba")Accessibility — WCAG contrast
Aa
#60cfba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cfba on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#60cfba text on a black background
contrast 11.13:1
Card sample
#60cfba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cfba;
Background color
Panel with #60cfba background
background-color: #60cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cfba; background: linear-gradient(135deg, #60cfba, #609ACF);