#90feac
a light, electric green · cool · closest name: aquamarine
RGB
144, 254, 172
HSL
135°, 98%, 78%
CMYK
43, 0, 32, 0
Luminance
0.7979
Every format
| HEX | #90feac |
| RGB | rgb(144, 254, 172) |
| HSL | hsl(135, 98%, 78%) |
| CMYK | cmyk(43%, 0%, 32%, 0%) |
| LAB | lab(91.6 -48.6 29.6) |
| LCH | lch(91.6 57.0 148.7) |
| OKLCH | oklch(0.910 0.152 150.6) |
Copy-ready code
/* CSS */
color: #90feac;
background-color: #90feac;
/* Tailwind (arbitrary) */
class="text-[#90feac] bg-[#90feac]"
/* SCSS */
$brand: #90feac;
/* SwiftUI */
Color(red: 0.565, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#90feac")Accessibility — WCAG contrast
Aa
#90feac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90feac on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.6%
Blue67.5%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#90feac text on a black background
contrast 16.96:1
Card sample
#90feac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90feac;
Background color
Panel with #90feac background
background-color: #90feac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90feac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90feac; background: linear-gradient(135deg, #90feac, #90FEF5);