#89cccd
a light, soft cyan · cool · closest name: skyblue
RGB
137, 204, 205
HSL
181°, 41%, 67%
CMYK
33, 1, 0, 20
Luminance
0.5291
Every format
| HEX | #89cccd |
| RGB | rgb(137, 204, 205) |
| HSL | hsl(181, 41%, 67%) |
| CMYK | cmyk(33%, 1%, 0%, 20%) |
| LAB | lab(77.8 -20.8 -7.2) |
| LCH | lch(77.8 22.0 199.2) |
| OKLCH | oklch(0.801 0.068 197.1) |
Copy-ready code
/* CSS */
color: #89cccd;
background-color: #89cccd;
/* Tailwind (arbitrary) */
class="text-[#89cccd] bg-[#89cccd]"
/* SCSS */
$brand: #89cccd;
/* SwiftUI */
Color(red: 0.537, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#89cccd")Accessibility — WCAG contrast
Aa
#89cccd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cccd on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green80.0%
Blue80.4%
CMYK percentages
Cyan33.2%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#89cccd text on a black background
contrast 11.58:1
Card sample
#89cccd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cccd;
Background color
Panel with #89cccd background
background-color: #89cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cccd; background: linear-gradient(135deg, #89cccd, #899FCD);