#62cb21
a balanced, vivid green · cool · closest name: green
RGB
98, 203, 33
HSL
97°, 72%, 46%
CMYK
52, 0, 84, 20
Luminance
0.4542
Every format
| HEX | #62cb21 |
| RGB | rgb(98, 203, 33) |
| HSL | hsl(97, 72%, 46%) |
| CMYK | cmyk(52%, 0%, 84%, 20%) |
| LAB | lab(73.2 -57.0 67.3) |
| LCH | lch(73.2 88.2 130.3) |
| OKLCH | oklch(0.750 0.216 137.1) |
Copy-ready code
/* CSS */
color: #62cb21;
background-color: #62cb21;
/* Tailwind (arbitrary) */
class="text-[#62cb21] bg-[#62cb21]"
/* SCSS */
$brand: #62cb21;
/* SwiftUI */
Color(red: 0.384, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#62cb21")Accessibility — WCAG contrast
Aa
#62cb21 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62cb21 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green79.6%
Blue12.9%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#62cb21 text on a black background
contrast 10.08:1
Card sample
#62cb21 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62cb21;
Background color
Panel with #62cb21 background
background-color: #62cb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62cb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62cb21; background: linear-gradient(135deg, #62cb21, #21CB52);