#90df9d
a light, vivid green · cool · closest name: aquamarine
RGB
144, 223, 157
HSL
130°, 55%, 72%
CMYK
35, 0, 30, 13
Luminance
0.6114
Every format
| HEX | #90df9d |
| RGB | rgb(144, 223, 157) |
| HSL | hsl(130, 55%, 72%) |
| CMYK | cmyk(35%, 0%, 30%, 13%) |
| LAB | lab(82.5 -37.6 24.9) |
| LCH | lch(82.5 45.1 146.5) |
| OKLCH | oklch(0.836 0.121 148.5) |
Copy-ready code
/* CSS */
color: #90df9d;
background-color: #90df9d;
/* Tailwind (arbitrary) */
class="text-[#90df9d] bg-[#90df9d]"
/* SCSS */
$brand: #90df9d;
/* SwiftUI */
Color(red: 0.565, green: 0.875, blue: 0.616)
/* Android */
Color.parseColor("#90df9d")Accessibility — WCAG contrast
Aa
#90df9d on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90df9d on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green87.5%
Blue61.6%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow29.6%
Key (black)12.5%
Color previews
#90df9d text on a black background
contrast 13.23:1
Card sample
#90df9d text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90df9d;
Background color
Panel with #90df9d background
background-color: #90df9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90df9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 223, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 223, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90df9d; background: linear-gradient(135deg, #90df9d, #90DFD2);