#89fdba
a light, electric green · cool · closest name: aquamarine
RGB
137, 253, 186
HSL
145°, 97%, 77%
CMYK
46, 0, 27, 1
Luminance
0.7911
Every format
| HEX | #89fdba |
| RGB | rgb(137, 253, 186) |
| HSL | hsl(145, 97%, 77%) |
| CMYK | cmyk(46%, 0%, 27%, 1%) |
| LAB | lab(91.3 -47.5 22.1) |
| LCH | lch(91.3 52.4 155.1) |
| OKLCH | oklch(0.908 0.142 156.7) |
Copy-ready code
/* CSS */
color: #89fdba;
background-color: #89fdba;
/* Tailwind (arbitrary) */
class="text-[#89fdba] bg-[#89fdba]"
/* SCSS */
$brand: #89fdba;
/* SwiftUI */
Color(red: 0.537, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#89fdba")Accessibility — WCAG contrast
Aa
#89fdba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89fdba on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green99.2%
Blue72.9%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#89fdba text on a black background
contrast 16.82:1
Card sample
#89fdba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89fdba;
Background color
Panel with #89fdba background
background-color: #89fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89fdba; background: linear-gradient(135deg, #89fdba, #89F3FD);