#8fd122
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 209, 34
HSL
83°, 72%, 48%
CMYK
32, 0, 84, 18
Luminance
0.5156
Every format
| HEX | #8fd122 |
| RGB | rgb(143, 209, 34) |
| HSL | hsl(83, 72%, 48%) |
| CMYK | cmyk(32%, 0%, 84%, 18%) |
| LAB | lab(77.0 -44.5 71.2) |
| LCH | lch(77.0 84.0 122.0) |
| OKLCH | oklch(0.787 0.201 129.5) |
Copy-ready code
/* CSS */
color: #8fd122;
background-color: #8fd122;
/* Tailwind (arbitrary) */
class="text-[#8fd122] bg-[#8fd122]"
/* SCSS */
$brand: #8fd122;
/* SwiftUI */
Color(red: 0.561, green: 0.820, blue: 0.133)
/* Android */
Color.parseColor("#8fd122")Accessibility — WCAG contrast
Aa
#8fd122 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd122 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.0%
Blue13.3%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow83.7%
Key (black)18.0%
Color previews
#8fd122 text on a black background
contrast 11.31:1
Card sample
#8fd122 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd122;
Background color
Panel with #8fd122 background
background-color: #8fd122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 209, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 209, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd122; background: linear-gradient(135deg, #8fd122, #22D12A);