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