#9af87d
a light, electric green · cool · closest name: forestgreen
RGB
154, 248, 125
HSL
106°, 90%, 73%
CMYK
38, 0, 50, 3
Luminance
0.7549
Every format
| HEX | #9af87d |
| RGB | rgb(154, 248, 125) |
| HSL | hsl(106, 90%, 73%) |
| CMYK | cmyk(38%, 0%, 50%, 3%) |
| LAB | lab(89.6 -50.0 50.1) |
| LCH | lch(89.6 70.8 135.0) |
| OKLCH | oklch(0.893 0.182 138.7) |
Copy-ready code
/* CSS */
color: #9af87d;
background-color: #9af87d;
/* Tailwind (arbitrary) */
class="text-[#9af87d] bg-[#9af87d]"
/* SCSS */
$brand: #9af87d;
/* SwiftUI */
Color(red: 0.604, green: 0.973, blue: 0.490)
/* Android */
Color.parseColor("#9af87d")Accessibility — WCAG contrast
Aa
#9af87d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af87d on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green97.3%
Blue49.0%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow49.6%
Key (black)2.7%
Color previews
#9af87d text on a black background
contrast 16.10:1
Card sample
#9af87d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af87d;
Background color
Panel with #9af87d background
background-color: #9af87d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af87d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 248, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 248, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af87d; background: linear-gradient(135deg, #9af87d, #7DF8B2);