#90feb5
a light, electric green · cool · closest name: aquamarine
RGB
144, 254, 181
HSL
140°, 98%, 78%
CMYK
43, 0, 29, 0
Luminance
0.8015
Every format
| HEX | #90feb5 |
| RGB | rgb(144, 254, 181) |
| HSL | hsl(140, 98%, 78%) |
| CMYK | cmyk(43%, 0%, 29%, 0%) |
| LAB | lab(91.8 -47.1 25.3) |
| LCH | lch(91.8 53.4 151.8) |
| OKLCH | oklch(0.912 0.144 153.5) |
Copy-ready code
/* CSS */
color: #90feb5;
background-color: #90feb5;
/* Tailwind (arbitrary) */
class="text-[#90feb5] bg-[#90feb5]"
/* SCSS */
$brand: #90feb5;
/* SwiftUI */
Color(red: 0.565, green: 0.996, blue: 0.710)
/* Android */
Color.parseColor("#90feb5")Accessibility — WCAG contrast
Aa
#90feb5 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90feb5 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.6%
Blue71.0%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow28.7%
Key (black)0.4%
Color previews
#90feb5 text on a black background
contrast 17.03:1
Card sample
#90feb5 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90feb5;
Background color
Panel with #90feb5 background
background-color: #90feb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90feb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 254, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 254, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90feb5; background: linear-gradient(135deg, #90feb5, #90FEFE);