#90f47a
a light, electric green · cool · closest name: forestgreen
RGB
144, 244, 122
HSL
109°, 85%, 72%
CMYK
41, 0, 50, 4
Luminance
0.7204
Every format
| HEX | #90f47a |
| RGB | rgb(144, 244, 122) |
| HSL | hsl(109, 85%, 72%) |
| CMYK | cmyk(41%, 0%, 50%, 4%) |
| LAB | lab(88.0 -51.8 49.4) |
| LCH | lch(88.0 71.6 136.4) |
| OKLCH | oklch(0.879 0.185 140.1) |
Copy-ready code
/* CSS */
color: #90f47a;
background-color: #90f47a;
/* Tailwind (arbitrary) */
class="text-[#90f47a] bg-[#90f47a]"
/* SCSS */
$brand: #90f47a;
/* SwiftUI */
Color(red: 0.565, green: 0.957, blue: 0.478)
/* Android */
Color.parseColor("#90f47a")Accessibility — WCAG contrast
Aa
#90f47a on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90f47a on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green95.7%
Blue47.8%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow50.0%
Key (black)4.3%
Color previews
#90f47a text on a black background
contrast 15.41:1
Card sample
#90f47a text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90f47a;
Background color
Panel with #90f47a background
background-color: #90f47a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90f47a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 244, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 244, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90f47a; background: linear-gradient(135deg, #90f47a, #7AF4B5);