#8ed821
a balanced, vivid green · cool · closest name: yellow
RGB
142, 216, 33
HSL
84°, 74%, 49%
CMYK
34, 0, 85, 15
Luminance
0.5497
Every format
| HEX | #8ed821 |
| RGB | rgb(142, 216, 33) |
| HSL | hsl(84, 74%, 49%) |
| CMYK | cmyk(34%, 0%, 85%, 15%) |
| LAB | lab(79.0 -47.9 73.1) |
| LCH | lch(79.0 87.4 123.2) |
| OKLCH | oklch(0.803 0.210 130.7) |
Copy-ready code
/* CSS */
color: #8ed821;
background-color: #8ed821;
/* Tailwind (arbitrary) */
class="text-[#8ed821] bg-[#8ed821]"
/* SCSS */
$brand: #8ed821;
/* SwiftUI */
Color(red: 0.557, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#8ed821")Accessibility — WCAG contrast
Aa
#8ed821 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ed821 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green84.7%
Blue12.9%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#8ed821 text on a black background
contrast 11.99:1
Card sample
#8ed821 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ed821;
Background color
Panel with #8ed821 background
background-color: #8ed821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ed821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ed821; background: linear-gradient(135deg, #8ed821, #21D82E);