#60f2da
a light, electric cyan · cool · closest name: turquoise
RGB
96, 242, 218
HSL
170°, 85%, 66%
CMYK
60, 0, 10, 5
Luminance
0.7105
Every format
| HEX | #60f2da |
| RGB | rgb(96, 242, 218) |
| HSL | hsl(170, 85%, 66%) |
| CMYK | cmyk(60%, 0%, 10%, 5%) |
| LAB | lab(87.5 -44.6 -0.1) |
| LCH | lch(87.5 44.6 180.1) |
| OKLCH | oklch(0.876 0.130 180.4) |
Copy-ready code
/* CSS */
color: #60f2da;
background-color: #60f2da;
/* Tailwind (arbitrary) */
class="text-[#60f2da] bg-[#60f2da]"
/* SCSS */
$brand: #60f2da;
/* SwiftUI */
Color(red: 0.376, green: 0.949, blue: 0.855)
/* Android */
Color.parseColor("#60f2da")Accessibility — WCAG contrast
Aa
#60f2da on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60f2da on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green94.9%
Blue85.5%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow9.9%
Key (black)5.1%
Color previews
#60f2da text on a black background
contrast 15.21:1
Card sample
#60f2da text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60f2da;
Background color
Panel with #60f2da background
background-color: #60f2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60f2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 242, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 242, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60f2da; background: linear-gradient(135deg, #60f2da, #60A9F2);