#8ad849
a balanced, vivid green · cool · closest name: forestgreen
RGB
138, 216, 73
HSL
93°, 65%, 57%
CMYK
36, 0, 66, 15
Luminance
0.5500
Every format
| HEX | #8ad849 |
| RGB | rgb(138, 216, 73) |
| HSL | hsl(93, 65%, 57%) |
| CMYK | cmyk(36%, 0%, 66%, 15%) |
| LAB | lab(79.0 -47.1 60.5) |
| LCH | lch(79.0 76.7 127.9) |
| OKLCH | oklch(0.803 0.191 133.6) |
Copy-ready code
/* CSS */
color: #8ad849;
background-color: #8ad849;
/* Tailwind (arbitrary) */
class="text-[#8ad849] bg-[#8ad849]"
/* SCSS */
$brand: #8ad849;
/* SwiftUI */
Color(red: 0.541, green: 0.847, blue: 0.286)
/* Android */
Color.parseColor("#8ad849")Accessibility — WCAG contrast
Aa
#8ad849 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad849 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green84.7%
Blue28.6%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow66.2%
Key (black)15.3%
Color previews
#8ad849 text on a black background
contrast 12.00:1
Card sample
#8ad849 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad849;
Background color
Panel with #8ad849 background
background-color: #8ad849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 216, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 216, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad849; background: linear-gradient(135deg, #8ad849, #49D867);