#90cfab
a light, soft green · cool · closest name: aquamarine
RGB
144, 207, 171
HSL
146°, 40%, 69%
CMYK
30, 0, 17, 19
Luminance
0.5350
Every format
| HEX | #90cfab |
| RGB | rgb(144, 207, 171) |
| HSL | hsl(146, 40%, 69%) |
| CMYK | cmyk(30%, 0%, 17%, 19%) |
| LAB | lab(78.2 -27.6 11.6) |
| LCH | lch(78.2 29.9 157.3) |
| OKLCH | oklch(0.802 0.082 158.8) |
Copy-ready code
/* CSS */
color: #90cfab;
background-color: #90cfab;
/* Tailwind (arbitrary) */
class="text-[#90cfab] bg-[#90cfab]"
/* SCSS */
$brand: #90cfab;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#90cfab")Accessibility — WCAG contrast
Aa
#90cfab on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cfab on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#90cfab text on a black background
contrast 11.70:1
Card sample
#90cfab text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cfab;
Background color
Panel with #90cfab background
background-color: #90cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cfab; background: linear-gradient(135deg, #90cfab, #90C9CF);