#8ade6f
a light, vivid green · cool · closest name: forestgreen
RGB
138, 222, 111
HSL
105°, 63%, 65%
CMYK
38, 0, 50, 13
Luminance
0.5879
Every format
| HEX | #8ade6f |
| RGB | rgb(138, 222, 111) |
| HSL | hsl(105, 63%, 65%) |
| CMYK | cmyk(38%, 0%, 50%, 13%) |
| LAB | lab(81.2 -45.8 46.2) |
| LCH | lch(81.2 65.1 134.8) |
| OKLCH | oklch(0.822 0.168 138.6) |
Copy-ready code
/* CSS */
color: #8ade6f;
background-color: #8ade6f;
/* Tailwind (arbitrary) */
class="text-[#8ade6f] bg-[#8ade6f]"
/* SCSS */
$brand: #8ade6f;
/* SwiftUI */
Color(red: 0.541, green: 0.871, blue: 0.435)
/* Android */
Color.parseColor("#8ade6f")Accessibility — WCAG contrast
Aa
#8ade6f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ade6f on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green87.1%
Blue43.5%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow50.0%
Key (black)12.9%
Color previews
#8ade6f text on a black background
contrast 12.76:1
Card sample
#8ade6f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ade6f;
Background color
Panel with #8ade6f background
background-color: #8ade6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ade6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 222, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 222, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ade6f; background: linear-gradient(135deg, #8ade6f, #6FDE9E);