#8cd142
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 209, 66
HSL
89°, 61%, 54%
CMYK
33, 0, 68, 18
Luminance
0.5157
Every format
| HEX | #8cd142 |
| RGB | rgb(140, 209, 66) |
| HSL | hsl(89, 61%, 54%) |
| CMYK | cmyk(33%, 0%, 68%, 18%) |
| LAB | lab(77.0 -44.0 61.2) |
| LCH | lch(77.0 75.3 125.7) |
| OKLCH | oklch(0.787 0.186 131.7) |
Copy-ready code
/* CSS */
color: #8cd142;
background-color: #8cd142;
/* Tailwind (arbitrary) */
class="text-[#8cd142] bg-[#8cd142]"
/* SCSS */
$brand: #8cd142;
/* SwiftUI */
Color(red: 0.549, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#8cd142")Accessibility — WCAG contrast
Aa
#8cd142 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd142 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green82.0%
Blue25.9%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#8cd142 text on a black background
contrast 11.31:1
Card sample
#8cd142 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd142;
Background color
Panel with #8cd142 background
background-color: #8cd142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd142; background: linear-gradient(135deg, #8cd142, #42D157);