#8fcf4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 207, 79
HSL
90°, 57%, 56%
CMYK
31, 0, 62, 19
Luminance
0.5103
Every format
| HEX | #8fcf4f |
| RGB | rgb(143, 207, 79) |
| HSL | hsl(90, 57%, 56%) |
| CMYK | cmyk(31%, 0%, 62%, 19%) |
| LAB | lab(76.7 -41.0 55.6) |
| LCH | lch(76.7 69.1 126.4) |
| OKLCH | oklch(0.785 0.172 131.8) |
Copy-ready code
/* CSS */
color: #8fcf4f;
background-color: #8fcf4f;
/* Tailwind (arbitrary) */
class="text-[#8fcf4f] bg-[#8fcf4f]"
/* SCSS */
$brand: #8fcf4f;
/* SwiftUI */
Color(red: 0.561, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#8fcf4f")Accessibility — WCAG contrast
Aa
#8fcf4f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcf4f on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green81.2%
Blue31.0%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#8fcf4f text on a black background
contrast 11.21:1
Card sample
#8fcf4f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcf4f;
Background color
Panel with #8fcf4f background
background-color: #8fcf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcf4f; background: linear-gradient(135deg, #8fcf4f, #4FCF64);