#90cb9c
a light, soft green · cool · closest name: aquamarine
RGB
144, 203, 156
HSL
132°, 36%, 68%
CMYK
29, 0, 23, 20
Luminance
0.5104
Every format
| HEX | #90cb9c |
| RGB | rgb(144, 203, 156) |
| HSL | hsl(132, 36%, 68%) |
| CMYK | cmyk(29%, 0%, 23%, 20%) |
| LAB | lab(76.7 -28.5 17.5) |
| LCH | lch(76.7 33.4 148.5) |
| OKLCH | oklch(0.789 0.090 150.2) |
Copy-ready code
/* CSS */
color: #90cb9c;
background-color: #90cb9c;
/* Tailwind (arbitrary) */
class="text-[#90cb9c] bg-[#90cb9c]"
/* SCSS */
$brand: #90cb9c;
/* SwiftUI */
Color(red: 0.565, green: 0.796, blue: 0.612)
/* Android */
Color.parseColor("#90cb9c")Accessibility — WCAG contrast
Aa
#90cb9c on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cb9c on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green79.6%
Blue61.2%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow23.2%
Key (black)20.4%
Color previews
#90cb9c text on a black background
contrast 11.21:1
Card sample
#90cb9c text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cb9c;
Background color
Panel with #90cb9c background
background-color: #90cb9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cb9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 203, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 203, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cb9c; background: linear-gradient(135deg, #90cb9c, #90CBC3);