#9bf47a
a light, electric green · cool · closest name: forestgreen
RGB
155, 244, 122
HSL
104°, 85%, 72%
CMYK
37, 0, 50, 4
Luminance
0.7308
Every format
| HEX | #9bf47a |
| RGB | rgb(155, 244, 122) |
| HSL | hsl(104, 85%, 72%) |
| CMYK | cmyk(37%, 0%, 50%, 4%) |
| LAB | lab(88.5 -48.4 50.1) |
| LCH | lch(88.5 69.7 134.0) |
| OKLCH | oklch(0.884 0.179 137.9) |
Copy-ready code
/* CSS */
color: #9bf47a;
background-color: #9bf47a;
/* Tailwind (arbitrary) */
class="text-[#9bf47a] bg-[#9bf47a]"
/* SCSS */
$brand: #9bf47a;
/* SwiftUI */
Color(red: 0.608, green: 0.957, blue: 0.478)
/* Android */
Color.parseColor("#9bf47a")Accessibility — WCAG contrast
Aa
#9bf47a on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bf47a on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green95.7%
Blue47.8%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow50.0%
Key (black)4.3%
Color previews
#9bf47a text on a black background
contrast 15.62:1
Card sample
#9bf47a text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bf47a;
Background color
Panel with #9bf47a background
background-color: #9bf47a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bf47a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 244, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 244, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bf47a; background: linear-gradient(135deg, #9bf47a, #7AF4AB);