#8bda2d
a balanced, vivid green · cool · closest name: forestgreen
RGB
139, 218, 45
HSL
87°, 70%, 52%
CMYK
36, 0, 79, 15
Luminance
0.5582
Every format
| HEX | #8bda2d |
| RGB | rgb(139, 218, 45) |
| HSL | hsl(87, 70%, 52%) |
| CMYK | cmyk(36%, 0%, 79%, 15%) |
| LAB | lab(79.5 -49.3 70.5) |
| LCH | lch(79.5 86.1 124.9) |
| OKLCH | oklch(0.807 0.209 132.0) |
Copy-ready code
/* CSS */
color: #8bda2d;
background-color: #8bda2d;
/* Tailwind (arbitrary) */
class="text-[#8bda2d] bg-[#8bda2d]"
/* SCSS */
$brand: #8bda2d;
/* SwiftUI */
Color(red: 0.545, green: 0.855, blue: 0.176)
/* Android */
Color.parseColor("#8bda2d")Accessibility — WCAG contrast
Aa
#8bda2d on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bda2d on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green85.5%
Blue17.6%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow79.4%
Key (black)14.5%
Color previews
#8bda2d text on a black background
contrast 12.16:1
Card sample
#8bda2d text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bda2d;
Background color
Panel with #8bda2d background
background-color: #8bda2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bda2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 218, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 218, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bda2d; background: linear-gradient(135deg, #8bda2d, #2DDA42);