#89fccc
a light, electric green · cool · closest name: aquamarine
RGB
137, 252, 204
HSL
155°, 95%, 76%
CMYK
46, 0, 19, 1
Luminance
0.7930
Every format
| HEX | #89fccc |
| RGB | rgb(137, 252, 204) |
| HSL | hsl(155, 95%, 76%) |
| CMYK | cmyk(46%, 0%, 19%, 1%) |
| LAB | lab(91.4 -43.6 12.9) |
| LCH | lch(91.4 45.5 163.5) |
| OKLCH | oklch(0.910 0.126 164.7) |
Copy-ready code
/* CSS */
color: #89fccc;
background-color: #89fccc;
/* Tailwind (arbitrary) */
class="text-[#89fccc] bg-[#89fccc]"
/* SCSS */
$brand: #89fccc;
/* SwiftUI */
Color(red: 0.537, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#89fccc")Accessibility — WCAG contrast
Aa
#89fccc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89fccc on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green98.8%
Blue80.0%
CMYK percentages
Cyan45.6%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#89fccc text on a black background
contrast 16.86:1
Card sample
#89fccc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89fccc;
Background color
Panel with #89fccc background
background-color: #89fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89fccc; background: linear-gradient(135deg, #89fccc, #89DFFC);