#8fac2d
a dark, vivid green · cool · closest name: olivedrab
RGB
143, 172, 45
HSL
74°, 59%, 43%
CMYK
17, 0, 74, 33
Luminance
0.3553
Every format
| HEX | #8fac2d |
| RGB | rgb(143, 172, 45) |
| HSL | hsl(74, 59%, 43%) |
| CMYK | cmyk(17%, 0%, 74%, 33%) |
| LAB | lab(66.2 -27.3 58.1) |
| LCH | lch(66.2 64.2 115.2) |
| OKLCH | oklch(0.699 0.152 121.8) |
Copy-ready code
/* CSS */
color: #8fac2d;
background-color: #8fac2d;
/* Tailwind (arbitrary) */
class="text-[#8fac2d] bg-[#8fac2d]"
/* SCSS */
$brand: #8fac2d;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.176)
/* Android */
Color.parseColor("#8fac2d")Accessibility — WCAG contrast
Aa
#8fac2d on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fac2d on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue17.6%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow73.8%
Key (black)32.5%
Color previews
#8fac2d text on a black background
contrast 8.11:1
Card sample
#8fac2d text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fac2d;
Background color
Panel with #8fac2d background
background-color: #8fac2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fac2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fac2d; background: linear-gradient(135deg, #8fac2d, #3AAC2D);