#89ffce
a light, electric green · cool · closest name: aquamarine
RGB
137, 255, 206
HSL
155°, 100%, 77%
CMYK
46, 0, 19, 0
Luminance
0.8129
Every format
| HEX | #89ffce |
| RGB | rgb(137, 255, 206) |
| HSL | hsl(155, 100%, 77%) |
| CMYK | cmyk(46%, 0%, 19%, 0%) |
| LAB | lab(92.3 -44.5 13.2) |
| LCH | lch(92.3 46.4 163.5) |
| OKLCH | oklch(0.917 0.129 164.7) |
Copy-ready code
/* CSS */
color: #89ffce;
background-color: #89ffce;
/* Tailwind (arbitrary) */
class="text-[#89ffce] bg-[#89ffce]"
/* SCSS */
$brand: #89ffce;
/* SwiftUI */
Color(red: 0.537, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#89ffce")Accessibility — WCAG contrast
Aa
#89ffce on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89ffce on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green100.0%
Blue80.8%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#89ffce text on a black background
contrast 17.26:1
Card sample
#89ffce text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89ffce;
Background color
Panel with #89ffce background
background-color: #89ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89ffce; background: linear-gradient(135deg, #89ffce, #89E1FF);