#89cfab
a light, soft green · cool · closest name: turquoise
RGB
137, 207, 171
HSL
149°, 42%, 68%
CMYK
34, 0, 17, 19
Luminance
0.5288
Every format
| HEX | #89cfab |
| RGB | rgb(137, 207, 171) |
| HSL | hsl(149, 42%, 68%) |
| CMYK | cmyk(34%, 0%, 17%, 19%) |
| LAB | lab(77.8 -29.7 11.0) |
| LCH | lch(77.8 31.7 159.7) |
| OKLCH | oklch(0.798 0.088 161.1) |
Copy-ready code
/* CSS */
color: #89cfab;
background-color: #89cfab;
/* Tailwind (arbitrary) */
class="text-[#89cfab] bg-[#89cfab]"
/* SCSS */
$brand: #89cfab;
/* SwiftUI */
Color(red: 0.537, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#89cfab")Accessibility — WCAG contrast
Aa
#89cfab on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cfab on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green81.2%
Blue67.1%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#89cfab text on a black background
contrast 11.58:1
Card sample
#89cfab text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cfab;
Background color
Panel with #89cfab background
background-color: #89cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cfab; background: linear-gradient(135deg, #89cfab, #89C4CF);