#62f0af
a light, electric green · cool · closest name: aquamarine
RGB
98, 240, 175
HSL
153°, 83%, 66%
CMYK
59, 0, 27, 6
Luminance
0.6801
Every format
| HEX | #62f0af |
| RGB | rgb(98, 240, 175) |
| HSL | hsl(153, 83%, 66%) |
| CMYK | cmyk(59%, 0%, 27%, 6%) |
| LAB | lab(86.0 -53.1 20.2) |
| LCH | lch(86.0 56.8 159.2) |
| OKLCH | oklch(0.861 0.154 160.5) |
Copy-ready code
/* CSS */
color: #62f0af;
background-color: #62f0af;
/* Tailwind (arbitrary) */
class="text-[#62f0af] bg-[#62f0af]"
/* SCSS */
$brand: #62f0af;
/* SwiftUI */
Color(red: 0.384, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#62f0af")Accessibility — WCAG contrast
Aa
#62f0af on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62f0af on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green94.1%
Blue68.6%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#62f0af text on a black background
contrast 14.60:1
Card sample
#62f0af text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62f0af;
Background color
Panel with #62f0af background
background-color: #62f0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62f0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62f0af; background: linear-gradient(135deg, #62f0af, #62D2F0);