#89c8cb
a light, soft cyan · cool · closest name: skyblue
RGB
137, 200, 203
HSL
183°, 39%, 67%
CMYK
33, 2, 0, 20
Luminance
0.5094
Every format
| HEX | #89c8cb |
| RGB | rgb(137, 200, 203) |
| HSL | hsl(183, 39%, 67%) |
| CMYK | cmyk(33%, 2%, 0%, 20%) |
| LAB | lab(76.6 -19.2 -7.9) |
| LCH | lch(76.6 20.8 202.3) |
| OKLCH | oklch(0.791 0.064 199.7) |
Copy-ready code
/* CSS */
color: #89c8cb;
background-color: #89c8cb;
/* Tailwind (arbitrary) */
class="text-[#89c8cb] bg-[#89c8cb]"
/* SCSS */
$brand: #89c8cb;
/* SwiftUI */
Color(red: 0.537, green: 0.784, blue: 0.796)
/* Android */
Color.parseColor("#89c8cb")Accessibility — WCAG contrast
Aa
#89c8cb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89c8cb on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green78.4%
Blue79.6%
CMYK percentages
Cyan32.5%
Magenta1.5%
Yellow0.0%
Key (black)20.4%
Color previews
#89c8cb text on a black background
contrast 11.19:1
Card sample
#89c8cb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89c8cb;
Background color
Panel with #89c8cb background
background-color: #89c8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89c8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 200, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 200, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89c8cb; background: linear-gradient(135deg, #89c8cb, #899CCB);