#90fe5f
a light, electric green · cool · closest name: lime
RGB
144, 254, 95
HSL
102°, 99%, 68%
CMYK
43, 0, 63, 0
Luminance
0.7764
Every format
| HEX | #90fe5f |
| RGB | rgb(144, 254, 95) |
| HSL | hsl(102, 99%, 68%) |
| CMYK | cmyk(43%, 0%, 63%, 0%) |
| LAB | lab(90.6 -58.6 64.3) |
| LCH | lch(90.6 87.0 132.3) |
| OKLCH | oklch(0.899 0.220 137.4) |
Copy-ready code
/* CSS */
color: #90fe5f;
background-color: #90fe5f;
/* Tailwind (arbitrary) */
class="text-[#90fe5f] bg-[#90fe5f]"
/* SCSS */
$brand: #90fe5f;
/* SwiftUI */
Color(red: 0.565, green: 0.996, blue: 0.373)
/* Android */
Color.parseColor("#90fe5f")Accessibility — WCAG contrast
Aa
#90fe5f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fe5f on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.6%
Blue37.3%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow62.6%
Key (black)0.4%
Color previews
#90fe5f text on a black background
contrast 16.53:1
Card sample
#90fe5f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fe5f;
Background color
Panel with #90fe5f background
background-color: #90fe5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fe5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 254, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 254, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fe5f; background: linear-gradient(135deg, #90fe5f, #5FFE98);