#8cbf35
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 191, 53
HSL
82°, 57%, 48%
CMYK
27, 0, 72, 25
Luminance
0.4309
Every format
| HEX | #8cbf35 |
| RGB | rgb(140, 191, 53) |
| HSL | hsl(82, 57%, 48%) |
| CMYK | cmyk(27%, 0%, 72%, 25%) |
| LAB | lab(71.6 -36.9 60.5) |
| LCH | lch(71.6 70.9 121.4) |
| OKLCH | oklch(0.743 0.172 127.9) |
Copy-ready code
/* CSS */
color: #8cbf35;
background-color: #8cbf35;
/* Tailwind (arbitrary) */
class="text-[#8cbf35] bg-[#8cbf35]"
/* SCSS */
$brand: #8cbf35;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.208)
/* Android */
Color.parseColor("#8cbf35")Accessibility — WCAG contrast
Aa
#8cbf35 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbf35 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue20.8%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow72.3%
Key (black)25.1%
Color previews
#8cbf35 text on a black background
contrast 9.62:1
Card sample
#8cbf35 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbf35;
Background color
Panel with #8cbf35 background
background-color: #8cbf35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbf35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbf35; background: linear-gradient(135deg, #8cbf35, #35BF3A);