#8cc53f
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 197, 63
HSL
86°, 54%, 51%
CMYK
29, 0, 68, 23
Luminance
0.4587
Every format
| HEX | #8cc53f |
| RGB | rgb(140, 197, 63) |
| HSL | hsl(86, 54%, 51%) |
| CMYK | cmyk(29%, 0%, 68%, 23%) |
| LAB | lab(73.5 -38.9 58.6) |
| LCH | lch(73.5 70.4 123.6) |
| OKLCH | oklch(0.758 0.173 129.7) |
Copy-ready code
/* CSS */
color: #8cc53f;
background-color: #8cc53f;
/* Tailwind (arbitrary) */
class="text-[#8cc53f] bg-[#8cc53f]"
/* SCSS */
$brand: #8cc53f;
/* SwiftUI */
Color(red: 0.549, green: 0.773, blue: 0.247)
/* Android */
Color.parseColor("#8cc53f")Accessibility — WCAG contrast
Aa
#8cc53f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cc53f on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green77.3%
Blue24.7%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow68.0%
Key (black)22.7%
Color previews
#8cc53f text on a black background
contrast 10.17:1
Card sample
#8cc53f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cc53f;
Background color
Panel with #8cc53f background
background-color: #8cc53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cc53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 197, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 197, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cc53f; background: linear-gradient(135deg, #8cc53f, #3FC54B);