#62dcdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
98, 220, 223
HSL
181°, 66%, 63%
CMYK
56, 1, 0, 13
Luminance
0.5911
Every format
| HEX | #62dcdf |
| RGB | rgb(98, 220, 223) |
| HSL | hsl(181, 66%, 63%) |
| CMYK | cmyk(56%, 1%, 0%, 13%) |
| LAB | lab(81.3 -33.0 -11.8) |
| LCH | lch(81.3 35.0 199.7) |
| OKLCH | oklch(0.827 0.109 197.5) |
Copy-ready code
/* CSS */
color: #62dcdf;
background-color: #62dcdf;
/* Tailwind (arbitrary) */
class="text-[#62dcdf] bg-[#62dcdf]"
/* SCSS */
$brand: #62dcdf;
/* SwiftUI */
Color(red: 0.384, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#62dcdf")Accessibility — WCAG contrast
Aa
#62dcdf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62dcdf on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green86.3%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#62dcdf text on a black background
contrast 12.82:1
Card sample
#62dcdf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62dcdf;
Background color
Panel with #62dcdf background
background-color: #62dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62dcdf; background: linear-gradient(135deg, #62dcdf, #6289DF);