#89fbcf
a light, electric green · cool · closest name: aquamarine
RGB
137, 251, 207
HSL
157°, 93%, 76%
CMYK
45, 0, 18, 2
Luminance
0.7882
Every format
| HEX | #89fbcf |
| RGB | rgb(137, 251, 207) |
| HSL | hsl(157, 93%, 76%) |
| CMYK | cmyk(45%, 0%, 18%, 2%) |
| LAB | lab(91.2 -42.5 11.1) |
| LCH | lch(91.2 43.9 165.4) |
| OKLCH | oklch(0.908 0.122 166.6) |
Copy-ready code
/* CSS */
color: #89fbcf;
background-color: #89fbcf;
/* Tailwind (arbitrary) */
class="text-[#89fbcf] bg-[#89fbcf]"
/* SCSS */
$brand: #89fbcf;
/* SwiftUI */
Color(red: 0.537, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#89fbcf")Accessibility — WCAG contrast
Aa
#89fbcf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89fbcf on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green98.4%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#89fbcf text on a black background
contrast 16.76:1
Card sample
#89fbcf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89fbcf;
Background color
Panel with #89fbcf background
background-color: #89fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89fbcf; background: linear-gradient(135deg, #89fbcf, #89DBFB);