#62cfab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
98, 207, 171
HSL
160°, 53%, 60%
CMYK
53, 0, 17, 19
Luminance
0.5016
Every format
| HEX | #62cfab |
| RGB | rgb(98, 207, 171) |
| HSL | hsl(160, 53%, 60%) |
| CMYK | cmyk(53%, 0%, 17%, 19%) |
| LAB | lab(76.2 -39.9 8.4) |
| LCH | lch(76.2 40.8 168.1) |
| OKLCH | oklch(0.780 0.114 169.1) |
Copy-ready code
/* CSS */
color: #62cfab;
background-color: #62cfab;
/* Tailwind (arbitrary) */
class="text-[#62cfab] bg-[#62cfab]"
/* SCSS */
$brand: #62cfab;
/* SwiftUI */
Color(red: 0.384, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#62cfab")Accessibility — WCAG contrast
Aa
#62cfab on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62cfab on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green81.2%
Blue67.1%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#62cfab text on a black background
contrast 11.03:1
Card sample
#62cfab text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62cfab;
Background color
Panel with #62cfab background
background-color: #62cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62cfab; background: linear-gradient(135deg, #62cfab, #62AACF);