#8afd7c
a light, electric green · cool · closest name: forestgreen
RGB
138, 253, 124
HSL
114°, 97%, 74%
CMYK
46, 0, 51, 1
Luminance
0.7711
Every format
| HEX | #8afd7c |
| RGB | rgb(138, 253, 124) |
| HSL | hsl(114, 97%, 74%) |
| CMYK | cmyk(46%, 0%, 51%, 1%) |
| LAB | lab(90.4 -56.9 51.3) |
| LCH | lch(90.4 76.6 138.0) |
| OKLCH | oklch(0.898 0.198 141.6) |
Copy-ready code
/* CSS */
color: #8afd7c;
background-color: #8afd7c;
/* Tailwind (arbitrary) */
class="text-[#8afd7c] bg-[#8afd7c]"
/* SCSS */
$brand: #8afd7c;
/* SwiftUI */
Color(red: 0.541, green: 0.992, blue: 0.486)
/* Android */
Color.parseColor("#8afd7c")Accessibility — WCAG contrast
Aa
#8afd7c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afd7c on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green99.2%
Blue48.6%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow51.0%
Key (black)0.8%
Color previews
#8afd7c text on a black background
contrast 16.42:1
Card sample
#8afd7c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afd7c;
Background color
Panel with #8afd7c background
background-color: #8afd7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afd7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 253, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 253, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afd7c; background: linear-gradient(135deg, #8afd7c, #7CFDC4);