#62fceb
a light, electric cyan · cool · closest name: turquoise
RGB
98, 252, 235
HSL
173°, 96%, 69%
CMYK
61, 0, 7, 1
Luminance
0.7822
Every format
| HEX | #62fceb |
| RGB | rgb(98, 252, 235) |
| HSL | hsl(173, 96%, 69%) |
| CMYK | cmyk(61%, 0%, 7%, 1%) |
| LAB | lab(90.9 -44.4 -4.0) |
| LCH | lch(90.9 44.6 185.1) |
| OKLCH | oklch(0.905 0.132 185.0) |
Copy-ready code
/* CSS */
color: #62fceb;
background-color: #62fceb;
/* Tailwind (arbitrary) */
class="text-[#62fceb] bg-[#62fceb]"
/* SCSS */
$brand: #62fceb;
/* SwiftUI */
Color(red: 0.384, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#62fceb")Accessibility — WCAG contrast
Aa
#62fceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62fceb on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#62fceb text on a black background
contrast 16.64:1
Card sample
#62fceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62fceb;
Background color
Panel with #62fceb background
background-color: #62fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62fceb; background: linear-gradient(135deg, #62fceb, #62A6FC);