#89ceac
a light, soft green · cool · closest name: turquoise
RGB
137, 206, 172
HSL
150°, 41%, 67%
CMYK
34, 0, 17, 19
Luminance
0.5244
Every format
| HEX | #89ceac |
| RGB | rgb(137, 206, 172) |
| HSL | hsl(150, 41%, 67%) |
| CMYK | cmyk(34%, 0%, 17%, 19%) |
| LAB | lab(77.5 -29.0 10.1) |
| LCH | lch(77.5 30.7 160.9) |
| OKLCH | oklch(0.796 0.085 162.3) |
Copy-ready code
/* CSS */
color: #89ceac;
background-color: #89ceac;
/* Tailwind (arbitrary) */
class="text-[#89ceac] bg-[#89ceac]"
/* SCSS */
$brand: #89ceac;
/* SwiftUI */
Color(red: 0.537, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#89ceac")Accessibility — WCAG contrast
Aa
#89ceac on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89ceac on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green80.8%
Blue67.5%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#89ceac text on a black background
contrast 11.49:1
Card sample
#89ceac text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89ceac;
Background color
Panel with #89ceac background
background-color: #89ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89ceac; background: linear-gradient(135deg, #89ceac, #89C2CE);