#90e382
a light, vivid green · cool · closest name: aquamarine
RGB
144, 227, 130
HSL
111°, 63%, 70%
CMYK
37, 0, 43, 11
Luminance
0.6248
Every format
| HEX | #90e382 |
| RGB | rgb(144, 227, 130) |
| HSL | hsl(111, 63%, 70%) |
| CMYK | cmyk(37%, 0%, 43%, 11%) |
| LAB | lab(83.2 -43.6 39.5) |
| LCH | lch(83.2 58.9 137.8) |
| OKLCH | oklch(0.840 0.153 140.9) |
Copy-ready code
/* CSS */
color: #90e382;
background-color: #90e382;
/* Tailwind (arbitrary) */
class="text-[#90e382] bg-[#90e382]"
/* SCSS */
$brand: #90e382;
/* SwiftUI */
Color(red: 0.565, green: 0.890, blue: 0.510)
/* Android */
Color.parseColor("#90e382")Accessibility — WCAG contrast
Aa
#90e382 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90e382 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green89.0%
Blue51.0%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow42.7%
Key (black)11.0%
Color previews
#90e382 text on a black background
contrast 13.50:1
Card sample
#90e382 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90e382;
Background color
Panel with #90e382 background
background-color: #90e382;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90e382;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 227, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 227, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90e382; background: linear-gradient(135deg, #90e382, #82E3B5);