#60dfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
96, 223, 223
HSL
180°, 67%, 63%
CMYK
57, 0, 0, 13
Luminance
0.6059
Every format
| HEX | #60dfdf |
| RGB | rgb(96, 223, 223) |
| HSL | hsl(180, 67%, 63%) |
| CMYK | cmyk(57%, 0%, 0%, 13%) |
| LAB | lab(82.2 -34.8 -10.6) |
| LCH | lch(82.2 36.3 196.9) |
| OKLCH | oklch(0.833 0.112 195.2) |
Copy-ready code
/* CSS */
color: #60dfdf;
background-color: #60dfdf;
/* Tailwind (arbitrary) */
class="text-[#60dfdf] bg-[#60dfdf]"
/* SCSS */
$brand: #60dfdf;
/* SwiftUI */
Color(red: 0.376, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#60dfdf")Accessibility — WCAG contrast
Aa
#60dfdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60dfdf on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green87.5%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#60dfdf text on a black background
contrast 13.12:1
Card sample
#60dfdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60dfdf;
Background color
Panel with #60dfdf background
background-color: #60dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60dfdf; background: linear-gradient(135deg, #60dfdf, #608ADF);