#89fdac
a light, electric green · cool · closest name: aquamarine
RGB
137, 253, 172
HSL
138°, 97%, 77%
CMYK
46, 0, 32, 1
Luminance
0.7855
Every format
| HEX | #89fdac |
| RGB | rgb(137, 253, 172) |
| HSL | hsl(138, 97%, 77%) |
| CMYK | cmyk(46%, 0%, 32%, 1%) |
| LAB | lab(91.0 -50.1 28.8) |
| LCH | lch(91.0 57.8 150.1) |
| OKLCH | oklch(0.905 0.155 152.0) |
Copy-ready code
/* CSS */
color: #89fdac;
background-color: #89fdac;
/* Tailwind (arbitrary) */
class="text-[#89fdac] bg-[#89fdac]"
/* SCSS */
$brand: #89fdac;
/* SwiftUI */
Color(red: 0.537, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#89fdac")Accessibility — WCAG contrast
Aa
#89fdac on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89fdac on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green99.2%
Blue67.5%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#89fdac text on a black background
contrast 16.71:1
Card sample
#89fdac text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89fdac;
Background color
Panel with #89fdac background
background-color: #89fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89fdac; background: linear-gradient(135deg, #89fdac, #89FDF9);