#8ad83b
a balanced, vivid green · cool · closest name: forestgreen
RGB
138, 216, 59
HSL
90°, 67%, 54%
CMYK
36, 0, 73, 15
Luminance
0.5483
Every format
| HEX | #8ad83b |
| RGB | rgb(138, 216, 59) |
| HSL | hsl(90, 67%, 54%) |
| CMYK | cmyk(36%, 0%, 73%, 15%) |
| LAB | lab(78.9 -48.1 65.6) |
| LCH | lch(78.9 81.3 126.2) |
| OKLCH | oklch(0.802 0.200 132.6) |
Copy-ready code
/* CSS */
color: #8ad83b;
background-color: #8ad83b;
/* Tailwind (arbitrary) */
class="text-[#8ad83b] bg-[#8ad83b]"
/* SCSS */
$brand: #8ad83b;
/* SwiftUI */
Color(red: 0.541, green: 0.847, blue: 0.231)
/* Android */
Color.parseColor("#8ad83b")Accessibility — WCAG contrast
Aa
#8ad83b on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad83b on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green84.7%
Blue23.1%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow72.7%
Key (black)15.3%
Color previews
#8ad83b text on a black background
contrast 11.97:1
Card sample
#8ad83b text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad83b;
Background color
Panel with #8ad83b background
background-color: #8ad83b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad83b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 216, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 216, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad83b; background: linear-gradient(135deg, #8ad83b, #3BD855);