#89eeaf
a light, vivid green · cool · closest name: aquamarine
RGB
137, 238, 175
HSL
143°, 75%, 74%
CMYK
42, 0, 27, 7
Luminance
0.6956
Every format
| HEX | #89eeaf |
| RGB | rgb(137, 238, 175) |
| HSL | hsl(143, 75%, 74%) |
| CMYK | cmyk(42%, 0%, 27%, 7%) |
| LAB | lab(86.8 -43.1 21.5) |
| LCH | lch(86.8 48.2 153.5) |
| OKLCH | oklch(0.871 0.130 155.2) |
Copy-ready code
/* CSS */
color: #89eeaf;
background-color: #89eeaf;
/* Tailwind (arbitrary) */
class="text-[#89eeaf] bg-[#89eeaf]"
/* SCSS */
$brand: #89eeaf;
/* SwiftUI */
Color(red: 0.537, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#89eeaf")Accessibility — WCAG contrast
Aa
#89eeaf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89eeaf on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green93.3%
Blue68.6%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#89eeaf text on a black background
contrast 14.91:1
Card sample
#89eeaf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89eeaf;
Background color
Panel with #89eeaf background
background-color: #89eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89eeaf; background: linear-gradient(135deg, #89eeaf, #89EAEE);