#90c79c
a light, soft green · cool · closest name: aquamarine
RGB
144, 199, 156
HSL
133°, 33%, 67%
CMYK
28, 0, 22, 22
Luminance
0.4918
Every format
| HEX | #90c79c |
| RGB | rgb(144, 199, 156) |
| HSL | hsl(133, 33%, 67%) |
| CMYK | cmyk(28%, 0%, 22%, 22%) |
| LAB | lab(75.6 -26.6 15.9) |
| LCH | lch(75.6 31.0 149.1) |
| OKLCH | oklch(0.780 0.084 150.8) |
Copy-ready code
/* CSS */
color: #90c79c;
background-color: #90c79c;
/* Tailwind (arbitrary) */
class="text-[#90c79c] bg-[#90c79c]"
/* SCSS */
$brand: #90c79c;
/* SwiftUI */
Color(red: 0.565, green: 0.780, blue: 0.612)
/* Android */
Color.parseColor("#90c79c")Accessibility — WCAG contrast
Aa
#90c79c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90c79c on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green78.0%
Blue61.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow21.6%
Key (black)22.0%
Color previews
#90c79c text on a black background
contrast 10.84:1
Card sample
#90c79c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90c79c;
Background color
Panel with #90c79c background
background-color: #90c79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90c79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 199, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 199, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90c79c; background: linear-gradient(135deg, #90c79c, #90C7C1);