#8fcb2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 203, 47
HSL
83°, 62%, 49%
CMYK
30, 0, 77, 20
Luminance
0.4876
Every format
| HEX | #8fcb2f |
| RGB | rgb(143, 203, 47) |
| HSL | hsl(83, 62%, 49%) |
| CMYK | cmyk(30%, 0%, 77%, 20%) |
| LAB | lab(75.3 -41.4 66.1) |
| LCH | lch(75.3 78.0 122.1) |
| OKLCH | oklch(0.773 0.188 129.0) |
Copy-ready code
/* CSS */
color: #8fcb2f;
background-color: #8fcb2f;
/* Tailwind (arbitrary) */
class="text-[#8fcb2f] bg-[#8fcb2f]"
/* SCSS */
$brand: #8fcb2f;
/* SwiftUI */
Color(red: 0.561, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#8fcb2f")Accessibility — WCAG contrast
Aa
#8fcb2f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcb2f on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green79.6%
Blue18.4%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#8fcb2f text on a black background
contrast 10.75:1
Card sample
#8fcb2f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcb2f;
Background color
Panel with #8fcb2f background
background-color: #8fcb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcb2f; background: linear-gradient(135deg, #8fcb2f, #2FCB37);