#8fbf2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 191, 47
HSL
80°, 61%, 47%
CMYK
25, 0, 75, 25
Luminance
0.4331
Every format
| HEX | #8fbf2f |
| RGB | rgb(143, 191, 47) |
| HSL | hsl(80, 61%, 47%) |
| CMYK | cmyk(25%, 0%, 75%, 25%) |
| LAB | lab(71.8 -36.1 62.8) |
| LCH | lch(71.8 72.4 119.9) |
| OKLCH | oklch(0.744 0.174 126.8) |
Copy-ready code
/* CSS */
color: #8fbf2f;
background-color: #8fbf2f;
/* Tailwind (arbitrary) */
class="text-[#8fbf2f] bg-[#8fbf2f]"
/* SCSS */
$brand: #8fbf2f;
/* SwiftUI */
Color(red: 0.561, green: 0.749, blue: 0.184)
/* Android */
Color.parseColor("#8fbf2f")Accessibility — WCAG contrast
Aa
#8fbf2f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbf2f on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.9%
Blue18.4%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow75.4%
Key (black)25.1%
Color previews
#8fbf2f text on a black background
contrast 9.66:1
Card sample
#8fbf2f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbf2f;
Background color
Panel with #8fbf2f background
background-color: #8fbf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 191, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 191, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbf2f; background: linear-gradient(135deg, #8fbf2f, #2FBF2F);