#89decf
a light, vivid cyan · cool · closest name: turquoise
RGB
137, 222, 207
HSL
169°, 56%, 70%
CMYK
38, 0, 7, 13
Luminance
0.6207
Every format
| HEX | #89decf |
| RGB | rgb(137, 222, 207) |
| HSL | hsl(169, 56%, 70%) |
| CMYK | cmyk(38%, 0%, 7%, 13%) |
| LAB | lab(83.0 -29.2 -0.8) |
| LCH | lch(83.0 29.2 181.5) |
| OKLCH | oklch(0.842 0.086 181.7) |
Copy-ready code
/* CSS */
color: #89decf;
background-color: #89decf;
/* Tailwind (arbitrary) */
class="text-[#89decf] bg-[#89decf]"
/* SCSS */
$brand: #89decf;
/* SwiftUI */
Color(red: 0.537, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#89decf")Accessibility — WCAG contrast
Aa
#89decf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89decf on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green87.1%
Blue81.2%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#89decf text on a black background
contrast 13.41:1
Card sample
#89decf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89decf;
Background color
Panel with #89decf background
background-color: #89decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89decf; background: linear-gradient(135deg, #89decf, #89B4DE);