#8cdd2f
a balanced, vivid green · cool · closest name: lime
RGB
140, 221, 47
HSL
88°, 72%, 53%
CMYK
37, 0, 79, 13
Luminance
0.5749
Every format
| HEX | #8cdd2f |
| RGB | rgb(140, 221, 47) |
| HSL | hsl(88, 72%, 53%) |
| CMYK | cmyk(37%, 0%, 79%, 13%) |
| LAB | lab(80.5 -50.1 70.9) |
| LCH | lch(80.5 86.8 125.2) |
| OKLCH | oklch(0.815 0.211 132.2) |
Copy-ready code
/* CSS */
color: #8cdd2f;
background-color: #8cdd2f;
/* Tailwind (arbitrary) */
class="text-[#8cdd2f] bg-[#8cdd2f]"
/* SCSS */
$brand: #8cdd2f;
/* SwiftUI */
Color(red: 0.549, green: 0.867, blue: 0.184)
/* Android */
Color.parseColor("#8cdd2f")Accessibility — WCAG contrast
Aa
#8cdd2f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdd2f on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.7%
Blue18.4%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow78.7%
Key (black)13.3%
Color previews
#8cdd2f text on a black background
contrast 12.50:1
Card sample
#8cdd2f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdd2f;
Background color
Panel with #8cdd2f background
background-color: #8cdd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 221, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 221, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdd2f; background: linear-gradient(135deg, #8cdd2f, #2FDD46);