#89eade
a light, vivid cyan · cool · closest name: turquoise
RGB
137, 234, 222
HSL
173°, 70%, 73%
CMYK
42, 0, 5, 8
Luminance
0.6944
Every format
| HEX | #89eade |
| RGB | rgb(137, 234, 222) |
| HSL | hsl(173, 70%, 73%) |
| CMYK | cmyk(42%, 0%, 5%, 8%) |
| LAB | lab(86.7 -31.4 -3.1) |
| LCH | lch(86.7 31.6 185.7) |
| OKLCH | oklch(0.874 0.094 185.5) |
Copy-ready code
/* CSS */
color: #89eade;
background-color: #89eade;
/* Tailwind (arbitrary) */
class="text-[#89eade] bg-[#89eade]"
/* SCSS */
$brand: #89eade;
/* SwiftUI */
Color(red: 0.537, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#89eade")Accessibility — WCAG contrast
Aa
#89eade on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89eade on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green91.8%
Blue87.1%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#89eade text on a black background
contrast 14.89:1
Card sample
#89eade text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89eade;
Background color
Panel with #89eade background
background-color: #89eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89eade; background: linear-gradient(135deg, #89eade, #89B5EA);