#8fda2c
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 218, 44
HSL
86°, 70%, 51%
CMYK
34, 0, 80, 15
Luminance
0.5616
Every format
| HEX | #8fda2c |
| RGB | rgb(143, 218, 44) |
| HSL | hsl(86, 70%, 51%) |
| CMYK | cmyk(34%, 0%, 80%, 15%) |
| LAB | lab(79.7 -47.9 71.1) |
| LCH | lch(79.7 85.7 124.0) |
| OKLCH | oklch(0.809 0.207 131.1) |
Copy-ready code
/* CSS */
color: #8fda2c;
background-color: #8fda2c;
/* Tailwind (arbitrary) */
class="text-[#8fda2c] bg-[#8fda2c]"
/* SCSS */
$brand: #8fda2c;
/* SwiftUI */
Color(red: 0.561, green: 0.855, blue: 0.173)
/* Android */
Color.parseColor("#8fda2c")Accessibility — WCAG contrast
Aa
#8fda2c on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fda2c on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.5%
Blue17.3%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow79.8%
Key (black)14.5%
Color previews
#8fda2c text on a black background
contrast 12.23:1
Card sample
#8fda2c text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fda2c;
Background color
Panel with #8fda2c background
background-color: #8fda2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fda2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 218, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 218, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fda2c; background: linear-gradient(135deg, #8fda2c, #2CDA3D);