#62c6c4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
98, 198, 196
HSL
179°, 47%, 58%
CMYK
51, 0, 1, 22
Luminance
0.4697
Every format
| HEX | #62c6c4 |
| RGB | rgb(98, 198, 196) |
| HSL | hsl(179, 47%, 58%) |
| CMYK | cmyk(51%, 0%, 1%, 22%) |
| LAB | lab(74.2 -29.6 -8.0) |
| LCH | lch(74.2 30.7 195.1) |
| OKLCH | oklch(0.766 0.094 193.6) |
Copy-ready code
/* CSS */
color: #62c6c4;
background-color: #62c6c4;
/* Tailwind (arbitrary) */
class="text-[#62c6c4] bg-[#62c6c4]"
/* SCSS */
$brand: #62c6c4;
/* SwiftUI */
Color(red: 0.384, green: 0.776, blue: 0.769)
/* Android */
Color.parseColor("#62c6c4")Accessibility — WCAG contrast
Aa
#62c6c4 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62c6c4 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green77.6%
Blue76.9%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow1.0%
Key (black)22.4%
Color previews
#62c6c4 text on a black background
contrast 10.39:1
Card sample
#62c6c4 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62c6c4;
Background color
Panel with #62c6c4 background
background-color: #62c6c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62c6c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 198, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 198, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62c6c4; background: linear-gradient(135deg, #62c6c4, #6285C6);