#89cbac
a light, soft green · cool · closest name: turquoise
RGB
137, 203, 172
HSL
152°, 39%, 67%
CMYK
33, 0, 15, 20
Luminance
0.5101
Every format
| HEX | #89cbac |
| RGB | rgb(137, 203, 172) |
| HSL | hsl(152, 39%, 67%) |
| CMYK | cmyk(33%, 0%, 15%, 20%) |
| LAB | lab(76.7 -27.6 8.9) |
| LCH | lch(76.7 29.0 162.2) |
| OKLCH | oklch(0.789 0.081 163.6) |
Copy-ready code
/* CSS */
color: #89cbac;
background-color: #89cbac;
/* Tailwind (arbitrary) */
class="text-[#89cbac] bg-[#89cbac]"
/* SCSS */
$brand: #89cbac;
/* SwiftUI */
Color(red: 0.537, green: 0.796, blue: 0.675)
/* Android */
Color.parseColor("#89cbac")Accessibility — WCAG contrast
Aa
#89cbac on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cbac on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green79.6%
Blue67.5%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow15.3%
Key (black)20.4%
Color previews
#89cbac text on a black background
contrast 11.20:1
Card sample
#89cbac text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cbac;
Background color
Panel with #89cbac background
background-color: #89cbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 203, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 203, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cbac; background: linear-gradient(135deg, #89cbac, #89BECB);