#89cba1
a light, soft green · cool · closest name: aquamarine
RGB
137, 203, 161
HSL
142°, 39%, 67%
CMYK
33, 0, 21, 20
Luminance
0.5060
Every format
| HEX | #89cba1 |
| RGB | rgb(137, 203, 161) |
| HSL | hsl(142, 39%, 67%) |
| CMYK | cmyk(33%, 0%, 21%, 20%) |
| LAB | lab(76.4 -29.8 14.4) |
| LCH | lch(76.4 33.1 154.2) |
| OKLCH | oklch(0.786 0.090 155.8) |
Copy-ready code
/* CSS */
color: #89cba1;
background-color: #89cba1;
/* Tailwind (arbitrary) */
class="text-[#89cba1] bg-[#89cba1]"
/* SCSS */
$brand: #89cba1;
/* SwiftUI */
Color(red: 0.537, green: 0.796, blue: 0.631)
/* Android */
Color.parseColor("#89cba1")Accessibility — WCAG contrast
Aa
#89cba1 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cba1 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green79.6%
Blue63.1%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow20.7%
Key (black)20.4%
Color previews
#89cba1 text on a black background
contrast 11.12:1
Card sample
#89cba1 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cba1;
Background color
Panel with #89cba1 background
background-color: #89cba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 203, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 203, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cba1; background: linear-gradient(135deg, #89cba1, #89C9CB);