#89ceba
a light, soft cyan · cool · closest name: turquoise
RGB
137, 206, 186
HSL
163°, 41%, 67%
CMYK
34, 0, 10, 19
Luminance
0.5301
Every format
| HEX | #89ceba |
| RGB | rgb(137, 206, 186) |
| HSL | hsl(163, 41%, 67%) |
| CMYK | cmyk(34%, 0%, 10%, 19%) |
| LAB | lab(77.9 -26.1 3.1) |
| LCH | lch(77.9 26.3 173.3) |
| OKLCH | oklch(0.800 0.075 174.1) |
Copy-ready code
/* CSS */
color: #89ceba;
background-color: #89ceba;
/* Tailwind (arbitrary) */
class="text-[#89ceba] bg-[#89ceba]"
/* SCSS */
$brand: #89ceba;
/* SwiftUI */
Color(red: 0.537, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#89ceba")Accessibility — WCAG contrast
Aa
#89ceba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89ceba on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green80.8%
Blue72.9%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#89ceba text on a black background
contrast 11.60:1
Card sample
#89ceba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89ceba;
Background color
Panel with #89ceba background
background-color: #89ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89ceba; background: linear-gradient(135deg, #89ceba, #89B4CE);