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