#90ebaa
a light, vivid green · cool · closest name: aquamarine
RGB
144, 235, 170
HSL
137°, 70%, 74%
CMYK
39, 0, 28, 8
Luminance
0.6825
Every format
| HEX | #90ebaa |
| RGB | rgb(144, 235, 170) |
| HSL | hsl(137, 70%, 74%) |
| CMYK | cmyk(39%, 0%, 28%, 8%) |
| LAB | lab(86.1 -40.8 23.2) |
| LCH | lch(86.1 46.9 150.4) |
| OKLCH | oklch(0.866 0.126 152.2) |
Copy-ready code
/* CSS */
color: #90ebaa;
background-color: #90ebaa;
/* Tailwind (arbitrary) */
class="text-[#90ebaa] bg-[#90ebaa]"
/* SCSS */
$brand: #90ebaa;
/* SwiftUI */
Color(red: 0.565, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#90ebaa")Accessibility — WCAG contrast
Aa
#90ebaa on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ebaa on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green92.2%
Blue66.7%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#90ebaa text on a black background
contrast 14.65:1
Card sample
#90ebaa text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ebaa;
Background color
Panel with #90ebaa background
background-color: #90ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ebaa; background: linear-gradient(135deg, #90ebaa, #90EBE7);