#8fdf1f
a balanced, electric green · cool · closest name: lime
RGB
143, 223, 31
HSL
85°, 76%, 50%
CMYK
36, 0, 86, 13
Luminance
0.5871
Every format
| HEX | #8fdf1f |
| RGB | rgb(143, 223, 31) |
| HSL | hsl(85, 76%, 50%) |
| CMYK | cmyk(36%, 0%, 86%, 13%) |
| LAB | lab(81.1 -50.5 75.4) |
| LCH | lch(81.1 90.7 123.8) |
| OKLCH | oklch(0.821 0.218 131.3) |
Copy-ready code
/* CSS */
color: #8fdf1f;
background-color: #8fdf1f;
/* Tailwind (arbitrary) */
class="text-[#8fdf1f] bg-[#8fdf1f]"
/* SCSS */
$brand: #8fdf1f;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.122)
/* Android */
Color.parseColor("#8fdf1f")Accessibility — WCAG contrast
Aa
#8fdf1f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdf1f on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue12.2%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow86.1%
Key (black)12.5%
Color previews
#8fdf1f text on a black background
contrast 12.74:1
Card sample
#8fdf1f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdf1f;
Background color
Panel with #8fdf1f background
background-color: #8fdf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdf1f; background: linear-gradient(135deg, #8fdf1f, #1FDF2F);