#89eccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
137, 236, 207
HSL
162°, 72%, 73%
CMYK
42, 0, 12, 8
Luminance
0.6981
Every format
| HEX | #89eccf |
| RGB | rgb(137, 236, 207) |
| HSL | hsl(162, 72%, 73%) |
| CMYK | cmyk(42%, 0%, 12%, 8%) |
| LAB | lab(86.9 -35.7 5.0) |
| LCH | lch(86.9 36.1 172.1) |
| OKLCH | oklch(0.874 0.103 172.9) |
Copy-ready code
/* CSS */
color: #89eccf;
background-color: #89eccf;
/* Tailwind (arbitrary) */
class="text-[#89eccf] bg-[#89eccf]"
/* SCSS */
$brand: #89eccf;
/* SwiftUI */
Color(red: 0.537, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#89eccf")Accessibility — WCAG contrast
Aa
#89eccf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89eccf on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#89eccf text on a black background
contrast 14.96:1
Card sample
#89eccf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89eccf;
Background color
Panel with #89eccf background
background-color: #89eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89eccf; background: linear-gradient(135deg, #89eccf, #89C7EC);