#8ac621
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 198, 33
HSL
82°, 71%, 45%
CMYK
30, 0, 83, 22
Luminance
0.4590
Every format
| HEX | #8ac621 |
| RGB | rgb(138, 198, 33) |
| HSL | hsl(82, 71%, 45%) |
| CMYK | cmyk(30%, 0%, 83%, 22%) |
| LAB | lab(73.5 -41.7 68.2) |
| LCH | lch(73.5 80.0 121.4) |
| OKLCH | oklch(0.757 0.191 128.9) |
Copy-ready code
/* CSS */
color: #8ac621;
background-color: #8ac621;
/* Tailwind (arbitrary) */
class="text-[#8ac621] bg-[#8ac621]"
/* SCSS */
$brand: #8ac621;
/* SwiftUI */
Color(red: 0.541, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#8ac621")Accessibility — WCAG contrast
Aa
#8ac621 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ac621 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green77.6%
Blue12.9%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#8ac621 text on a black background
contrast 10.18:1
Card sample
#8ac621 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ac621;
Background color
Panel with #8ac621 background
background-color: #8ac621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ac621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ac621; background: linear-gradient(135deg, #8ac621, #21C626);