#62cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
98, 205, 186
HSL
169°, 52%, 59%
CMYK
52, 0, 9, 20
Luminance
0.4980
Every format
| HEX | #62cdba |
| RGB | rgb(98, 205, 186) |
| HSL | hsl(169, 52%, 59%) |
| CMYK | cmyk(52%, 0%, 9%, 20%) |
| LAB | lab(76.0 -35.5 0.1) |
| LCH | lch(76.0 35.5 179.9) |
| OKLCH | oklch(0.780 0.103 180.2) |
Copy-ready code
/* CSS */
color: #62cdba;
background-color: #62cdba;
/* Tailwind (arbitrary) */
class="text-[#62cdba] bg-[#62cdba]"
/* SCSS */
$brand: #62cdba;
/* SwiftUI */
Color(red: 0.384, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#62cdba")Accessibility — WCAG contrast
Aa
#62cdba on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62cdba on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green80.4%
Blue72.9%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#62cdba text on a black background
contrast 10.96:1
Card sample
#62cdba text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62cdba;
Background color
Panel with #62cdba background
background-color: #62cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62cdba; background: linear-gradient(135deg, #62cdba, #6299CD);