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