#89c6cf
a light, soft cyan · cool · closest name: skyblue
RGB
137, 198, 207
HSL
188°, 42%, 68%
CMYK
34, 4, 0, 19
Luminance
0.5021
Every format
| HEX | #89c6cf |
| RGB | rgb(137, 198, 207) |
| HSL | hsl(188, 42%, 68%) |
| CMYK | cmyk(34%, 4%, 0%, 19%) |
| LAB | lab(76.2 -17.3 -10.7) |
| LCH | lch(76.2 20.3 211.9) |
| OKLCH | oklch(0.788 0.064 207.5) |
Copy-ready code
/* CSS */
color: #89c6cf;
background-color: #89c6cf;
/* Tailwind (arbitrary) */
class="text-[#89c6cf] bg-[#89c6cf]"
/* SCSS */
$brand: #89c6cf;
/* SwiftUI */
Color(red: 0.537, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#89c6cf")Accessibility — WCAG contrast
Aa
#89c6cf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89c6cf on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green77.6%
Blue81.2%
CMYK percentages
Cyan33.8%
Magenta4.3%
Yellow0.0%
Key (black)18.8%
Color previews
#89c6cf text on a black background
contrast 11.04:1
Card sample
#89c6cf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89c6cf;
Background color
Panel with #89c6cf background
background-color: #89c6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89c6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89c6cf; background: linear-gradient(135deg, #89c6cf, #8997CF);