#90dfba
a light, vivid green · cool · closest name: aquamarine
RGB
144, 223, 186
HSL
152°, 55%, 72%
CMYK
35, 0, 17, 13
Luminance
0.6225
Every format
| HEX | #90dfba |
| RGB | rgb(144, 223, 186) |
| HSL | hsl(152, 55%, 72%) |
| CMYK | cmyk(35%, 0%, 17%, 13%) |
| LAB | lab(83.0 -32.2 10.5) |
| LCH | lch(83.0 33.9 161.9) |
| OKLCH | oklch(0.842 0.094 163.3) |
Copy-ready code
/* CSS */
color: #90dfba;
background-color: #90dfba;
/* Tailwind (arbitrary) */
class="text-[#90dfba] bg-[#90dfba]"
/* SCSS */
$brand: #90dfba;
/* SwiftUI */
Color(red: 0.565, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#90dfba")Accessibility — WCAG contrast
Aa
#90dfba on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90dfba on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green87.5%
Blue72.9%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#90dfba text on a black background
contrast 13.45:1
Card sample
#90dfba text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90dfba;
Background color
Panel with #90dfba background
background-color: #90dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90dfba; background: linear-gradient(135deg, #90dfba, #90CFDF);