#8cab2f
a dark, vivid green · cool · closest name: olivedrab
RGB
140, 171, 47
HSL
75°, 57%, 43%
CMYK
18, 0, 73, 33
Luminance
0.3491
Every format
| HEX | #8cab2f |
| RGB | rgb(140, 171, 47) |
| HSL | hsl(75, 57%, 43%) |
| CMYK | cmyk(18%, 0%, 73%, 33%) |
| LAB | lab(65.7 -27.9 56.8) |
| LCH | lch(65.7 63.3 116.2) |
| OKLCH | oklch(0.695 0.151 122.7) |
Copy-ready code
/* CSS */
color: #8cab2f;
background-color: #8cab2f;
/* Tailwind (arbitrary) */
class="text-[#8cab2f] bg-[#8cab2f]"
/* SCSS */
$brand: #8cab2f;
/* SwiftUI */
Color(red: 0.549, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#8cab2f")Accessibility — WCAG contrast
Aa
#8cab2f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cab2f on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.1%
Blue18.4%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow72.5%
Key (black)32.9%
Color previews
#8cab2f text on a black background
contrast 7.98:1
Card sample
#8cab2f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cab2f;
Background color
Panel with #8cab2f background
background-color: #8cab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cab2f; background: linear-gradient(135deg, #8cab2f, #39AB2F);