#90deb1
a light, vivid green · cool · closest name: aquamarine
RGB
144, 222, 177
HSL
145°, 54%, 72%
CMYK
35, 0, 20, 13
Luminance
0.6135
Every format
| HEX | #90deb1 |
| RGB | rgb(144, 222, 177) |
| HSL | hsl(145, 54%, 72%) |
| CMYK | cmyk(35%, 0%, 20%, 13%) |
| LAB | lab(82.6 -33.5 14.6) |
| LCH | lch(82.6 36.6 156.5) |
| OKLCH | oklch(0.838 0.100 158.0) |
Copy-ready code
/* CSS */
color: #90deb1;
background-color: #90deb1;
/* Tailwind (arbitrary) */
class="text-[#90deb1] bg-[#90deb1]"
/* SCSS */
$brand: #90deb1;
/* SwiftUI */
Color(red: 0.565, green: 0.871, blue: 0.694)
/* Android */
Color.parseColor("#90deb1")Accessibility — WCAG contrast
Aa
#90deb1 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90deb1 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green87.1%
Blue69.4%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow20.3%
Key (black)12.9%
Color previews
#90deb1 text on a black background
contrast 13.27:1
Card sample
#90deb1 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90deb1;
Background color
Panel with #90deb1 background
background-color: #90deb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90deb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 222, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 222, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90deb1; background: linear-gradient(135deg, #90deb1, #90D7DE);