#62f9ba
a light, electric green · cool · closest name: aquamarine
RGB
98, 249, 186
HSL
155°, 93%, 68%
CMYK
61, 0, 25, 2
Luminance
0.7389
Every format
| HEX | #62f9ba |
| RGB | rgb(98, 249, 186) |
| HSL | hsl(155, 93%, 68%) |
| CMYK | cmyk(61%, 0%, 25%, 2%) |
| LAB | lab(88.9 -54.5 18.5) |
| LCH | lch(88.9 57.5 161.2) |
| OKLCH | oklch(0.885 0.157 162.5) |
Copy-ready code
/* CSS */
color: #62f9ba;
background-color: #62f9ba;
/* Tailwind (arbitrary) */
class="text-[#62f9ba] bg-[#62f9ba]"
/* SCSS */
$brand: #62f9ba;
/* SwiftUI */
Color(red: 0.384, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#62f9ba")Accessibility — WCAG contrast
Aa
#62f9ba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62f9ba on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green97.6%
Blue72.9%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#62f9ba text on a black background
contrast 15.78:1
Card sample
#62f9ba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62f9ba;
Background color
Panel with #62f9ba background
background-color: #62f9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62f9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62f9ba; background: linear-gradient(135deg, #62f9ba, #62D3F9);