#89fdcd
a light, electric green · cool · closest name: aquamarine
RGB
137, 253, 205
HSL
155°, 97%, 77%
CMYK
46, 0, 19, 1
Luminance
0.7998
Every format
| HEX | #89fdcd |
| RGB | rgb(137, 253, 205) |
| HSL | hsl(155, 97%, 77%) |
| CMYK | cmyk(46%, 0%, 19%, 1%) |
| LAB | lab(91.7 -43.8 12.9) |
| LCH | lch(91.7 45.6 163.6) |
| OKLCH | oklch(0.912 0.127 164.9) |
Copy-ready code
/* CSS */
color: #89fdcd;
background-color: #89fdcd;
/* Tailwind (arbitrary) */
class="text-[#89fdcd] bg-[#89fdcd]"
/* SCSS */
$brand: #89fdcd;
/* SwiftUI */
Color(red: 0.537, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#89fdcd")Accessibility — WCAG contrast
Aa
#89fdcd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89fdcd on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green99.2%
Blue80.4%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#89fdcd text on a black background
contrast 17.00:1
Card sample
#89fdcd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89fdcd;
Background color
Panel with #89fdcd background
background-color: #89fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89fdcd; background: linear-gradient(135deg, #89fdcd, #89E0FD);