#8fde21
a balanced, vivid green · cool · closest name: lime
RGB
143, 222, 33
HSL
85°, 74%, 50%
CMYK
36, 0, 85, 13
Luminance
0.5819
Every format
| HEX | #8fde21 |
| RGB | rgb(143, 222, 33) |
| HSL | hsl(85, 74%, 50%) |
| CMYK | cmyk(36%, 0%, 85%, 13%) |
| LAB | lab(80.8 -50.0 74.7) |
| LCH | lch(80.8 89.9 123.8) |
| OKLCH | oklch(0.818 0.216 131.2) |
Copy-ready code
/* CSS */
color: #8fde21;
background-color: #8fde21;
/* Tailwind (arbitrary) */
class="text-[#8fde21] bg-[#8fde21]"
/* SCSS */
$brand: #8fde21;
/* SwiftUI */
Color(red: 0.561, green: 0.871, blue: 0.129)
/* Android */
Color.parseColor("#8fde21")Accessibility — WCAG contrast
Aa
#8fde21 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fde21 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.1%
Blue12.9%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow85.1%
Key (black)12.9%
Color previews
#8fde21 text on a black background
contrast 12.64:1
Card sample
#8fde21 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fde21;
Background color
Panel with #8fde21 background
background-color: #8fde21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fde21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 222, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 222, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fde21; background: linear-gradient(135deg, #8fde21, #21DE31);