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