#8fc821
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 200, 33
HSL
81°, 72%, 46%
CMYK
29, 0, 84, 22
Luminance
0.4726
Every format
| HEX | #8fc821 |
| RGB | rgb(143, 200, 33) |
| HSL | hsl(81, 72%, 46%) |
| CMYK | cmyk(29%, 0%, 84%, 22%) |
| LAB | lab(74.3 -40.7 69.1) |
| LCH | lch(74.3 80.2 120.5) |
| OKLCH | oklch(0.765 0.191 128.0) |
Copy-ready code
/* CSS */
color: #8fc821;
background-color: #8fc821;
/* Tailwind (arbitrary) */
class="text-[#8fc821] bg-[#8fc821]"
/* SCSS */
$brand: #8fc821;
/* SwiftUI */
Color(red: 0.561, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#8fc821")Accessibility — WCAG contrast
Aa
#8fc821 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc821 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green78.4%
Blue12.9%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#8fc821 text on a black background
contrast 10.45:1
Card sample
#8fc821 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc821;
Background color
Panel with #8fc821 background
background-color: #8fc821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc821; background: linear-gradient(135deg, #8fc821, #21C822);