#89cb96
a light, soft green · cool · closest name: aquamarine
RGB
137, 203, 150
HSL
132°, 39%, 67%
CMYK
33, 0, 26, 20
Luminance
0.5023
Every format
| HEX | #89cb96 |
| RGB | rgb(137, 203, 150) |
| HSL | hsl(132, 39%, 67%) |
| CMYK | cmyk(33%, 0%, 26%, 20%) |
| LAB | lab(76.2 -31.8 19.9) |
| LCH | lch(76.2 37.5 147.9) |
| OKLCH | oklch(0.784 0.101 149.8) |
Copy-ready code
/* CSS */
color: #89cb96;
background-color: #89cb96;
/* Tailwind (arbitrary) */
class="text-[#89cb96] bg-[#89cb96]"
/* SCSS */
$brand: #89cb96;
/* SwiftUI */
Color(red: 0.537, green: 0.796, blue: 0.588)
/* Android */
Color.parseColor("#89cb96")Accessibility — WCAG contrast
Aa
#89cb96 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cb96 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green79.6%
Blue58.8%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow26.1%
Key (black)20.4%
Color previews
#89cb96 text on a black background
contrast 11.05:1
Card sample
#89cb96 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cb96;
Background color
Panel with #89cb96 background
background-color: #89cb96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cb96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 203, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 203, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cb96; background: linear-gradient(135deg, #89cb96, #89CBC2);