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