#90fd7f
a light, electric green · cool · closest name: forestgreen
RGB
144, 253, 127
HSL
112°, 97%, 75%
CMYK
43, 0, 50, 1
Luminance
0.7771
Every format
| HEX | #90fd7f |
| RGB | rgb(144, 253, 127) |
| HSL | hsl(112, 97%, 75%) |
| CMYK | cmyk(43%, 0%, 50%, 1%) |
| LAB | lab(90.7 -54.8 50.3) |
| LCH | lch(90.7 74.4 137.5) |
| OKLCH | oklch(0.901 0.193 141.1) |
Copy-ready code
/* CSS */
color: #90fd7f;
background-color: #90fd7f;
/* Tailwind (arbitrary) */
class="text-[#90fd7f] bg-[#90fd7f]"
/* SCSS */
$brand: #90fd7f;
/* SwiftUI */
Color(red: 0.565, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#90fd7f")Accessibility — WCAG contrast
Aa
#90fd7f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fd7f on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.2%
Blue49.8%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#90fd7f text on a black background
contrast 16.54:1
Card sample
#90fd7f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fd7f;
Background color
Panel with #90fd7f background
background-color: #90fd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fd7f; background: linear-gradient(135deg, #90fd7f, #7FFDC2);