#8ce345
a balanced, vivid green · cool · closest name: forestgreen
RGB
140, 227, 69
HSL
93°, 74%, 58%
CMYK
38, 0, 70, 11
Luminance
0.6094
Every format
| HEX | #8ce345 |
| RGB | rgb(140, 227, 69) |
| HSL | hsl(93, 74%, 58%) |
| CMYK | cmyk(38%, 0%, 70%, 11%) |
| LAB | lab(82.3 -51.2 65.5) |
| LCH | lch(82.3 83.2 128.0) |
| OKLCH | oklch(0.831 0.206 134.0) |
Copy-ready code
/* CSS */
color: #8ce345;
background-color: #8ce345;
/* Tailwind (arbitrary) */
class="text-[#8ce345] bg-[#8ce345]"
/* SCSS */
$brand: #8ce345;
/* SwiftUI */
Color(red: 0.549, green: 0.890, blue: 0.271)
/* Android */
Color.parseColor("#8ce345")Accessibility — WCAG contrast
Aa
#8ce345 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce345 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green89.0%
Blue27.1%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow69.6%
Key (black)11.0%
Color previews
#8ce345 text on a black background
contrast 13.19:1
Card sample
#8ce345 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce345;
Background color
Panel with #8ce345 background
background-color: #8ce345;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce345;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 227, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 227, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce345; background: linear-gradient(135deg, #8ce345, #45E367);