#89d3ba
a light, vivid green · cool · closest name: turquoise
RGB
137, 211, 186
HSL
160°, 46%, 68%
CMYK
35, 0, 12, 17
Luminance
0.5545
Every format
| HEX | #89d3ba |
| RGB | rgb(137, 211, 186) |
| HSL | hsl(160, 46%, 68%) |
| CMYK | cmyk(35%, 0%, 12%, 17%) |
| LAB | lab(79.3 -28.5 5.1) |
| LCH | lch(79.3 29.0 169.8) |
| OKLCH | oklch(0.811 0.082 170.9) |
Copy-ready code
/* CSS */
color: #89d3ba;
background-color: #89d3ba;
/* Tailwind (arbitrary) */
class="text-[#89d3ba] bg-[#89d3ba]"
/* SCSS */
$brand: #89d3ba;
/* SwiftUI */
Color(red: 0.537, green: 0.827, blue: 0.729)
/* Android */
Color.parseColor("#89d3ba")Accessibility — WCAG contrast
Aa
#89d3ba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89d3ba on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green82.7%
Blue72.9%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow11.8%
Key (black)17.3%
Color previews
#89d3ba text on a black background
contrast 12.09:1
Card sample
#89d3ba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89d3ba;
Background color
Panel with #89d3ba background
background-color: #89d3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89d3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 211, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 211, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89d3ba; background: linear-gradient(135deg, #89d3ba, #89BBD3);