#90fe85
a light, electric green · cool · closest name: aquamarine
RGB
144, 254, 133
HSL
115°, 98%, 76%
CMYK
43, 0, 48, 0
Luminance
0.7851
Every format
| HEX | #90fe85 |
| RGB | rgb(144, 254, 133) |
| HSL | hsl(115, 98%, 76%) |
| CMYK | cmyk(43%, 0%, 48%, 0%) |
| LAB | lab(91.0 -54.5 48.0) |
| LCH | lch(91.0 72.6 138.6) |
| OKLCH | oklch(0.904 0.189 142.0) |
Copy-ready code
/* CSS */
color: #90fe85;
background-color: #90fe85;
/* Tailwind (arbitrary) */
class="text-[#90fe85] bg-[#90fe85]"
/* SCSS */
$brand: #90fe85;
/* SwiftUI */
Color(red: 0.565, green: 0.996, blue: 0.522)
/* Android */
Color.parseColor("#90fe85")Accessibility — WCAG contrast
Aa
#90fe85 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fe85 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.6%
Blue52.2%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow47.6%
Key (black)0.4%
Color previews
#90fe85 text on a black background
contrast 16.70:1
Card sample
#90fe85 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fe85;
Background color
Panel with #90fe85 background
background-color: #90fe85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fe85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 254, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 254, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fe85; background: linear-gradient(135deg, #90fe85, #85FECB);