#62f4cd
a light, electric cyan · cool · closest name: aquamarine
RGB
98, 244, 205
HSL
164°, 87%, 67%
CMYK
60, 0, 16, 4
Luminance
0.7171
Every format
| HEX | #62f4cd |
| RGB | rgb(98, 244, 205) |
| HSL | hsl(164, 87%, 67%) |
| CMYK | cmyk(60%, 0%, 16%, 4%) |
| LAB | lab(87.8 -48.2 7.2) |
| LCH | lch(87.8 48.8 171.5) |
| OKLCH | oklch(0.878 0.138 172.4) |
Copy-ready code
/* CSS */
color: #62f4cd;
background-color: #62f4cd;
/* Tailwind (arbitrary) */
class="text-[#62f4cd] bg-[#62f4cd]"
/* SCSS */
$brand: #62f4cd;
/* SwiftUI */
Color(red: 0.384, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#62f4cd")Accessibility — WCAG contrast
Aa
#62f4cd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62f4cd on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green95.7%
Blue80.4%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#62f4cd text on a black background
contrast 15.34:1
Card sample
#62f4cd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62f4cd;
Background color
Panel with #62f4cd background
background-color: #62f4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62f4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62f4cd; background: linear-gradient(135deg, #62f4cd, #62BAF4);