#8dbb4d
a balanced, soft green · cool · closest name: olivedrab
RGB
141, 187, 77
HSL
85°, 45%, 52%
CMYK
25, 0, 59, 27
Luminance
0.4174
Every format
| HEX | #8dbb4d |
| RGB | rgb(141, 187, 77) |
| HSL | hsl(85, 45%, 52%) |
| CMYK | cmyk(25%, 0%, 59%, 27%) |
| LAB | lab(70.7 -32.9 49.8) |
| LCH | lch(70.7 59.6 123.5) |
| OKLCH | oklch(0.736 0.148 128.6) |
Copy-ready code
/* CSS */
color: #8dbb4d;
background-color: #8dbb4d;
/* Tailwind (arbitrary) */
class="text-[#8dbb4d] bg-[#8dbb4d]"
/* SCSS */
$brand: #8dbb4d;
/* SwiftUI */
Color(red: 0.553, green: 0.733, blue: 0.302)
/* Android */
Color.parseColor("#8dbb4d")Accessibility — WCAG contrast
Aa
#8dbb4d on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbb4d on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green73.3%
Blue30.2%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow58.8%
Key (black)26.7%
Color previews
#8dbb4d text on a black background
contrast 9.35:1
Card sample
#8dbb4d text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbb4d;
Background color
Panel with #8dbb4d background
background-color: #8dbb4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbb4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 187, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 187, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbb4d; background: linear-gradient(135deg, #8dbb4d, #4DBB56);