#8cb430
a dark, vivid green · cool · closest name: olivedrab
RGB
140, 180, 48
HSL
78°, 58%, 45%
CMYK
22, 0, 73, 29
Luminance
0.3843
Every format
| HEX | #8cb430 |
| RGB | rgb(140, 180, 48) |
| HSL | hsl(78, 58%, 45%) |
| CMYK | cmyk(22%, 0%, 73%, 29%) |
| LAB | lab(68.3 -32.1 59.1) |
| LCH | lch(68.3 67.3 118.5) |
| OKLCH | oklch(0.716 0.161 125.2) |
Copy-ready code
/* CSS */
color: #8cb430;
background-color: #8cb430;
/* Tailwind (arbitrary) */
class="text-[#8cb430] bg-[#8cb430]"
/* SCSS */
$brand: #8cb430;
/* SwiftUI */
Color(red: 0.549, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#8cb430")Accessibility — WCAG contrast
Aa
#8cb430 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb430 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green70.6%
Blue18.8%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#8cb430 text on a black background
contrast 8.69:1
Card sample
#8cb430 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb430;
Background color
Panel with #8cb430 background
background-color: #8cb430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb430; background: linear-gradient(135deg, #8cb430, #34B430);