#89cddc
a light, vivid cyan · cool · closest name: skyblue
RGB
137, 205, 220
HSL
191°, 54%, 70%
CMYK
38, 7, 0, 14
Luminance
0.5415
Every format
| HEX | #89cddc |
| RGB | rgb(137, 205, 220) |
| HSL | hsl(191, 54%, 70%) |
| CMYK | cmyk(38%, 7%, 0%, 14%) |
| LAB | lab(78.5 -17.6 -14.2) |
| LCH | lch(78.5 22.7 218.9) |
| OKLCH | oklch(0.808 0.071 213.1) |
Copy-ready code
/* CSS */
color: #89cddc;
background-color: #89cddc;
/* Tailwind (arbitrary) */
class="text-[#89cddc] bg-[#89cddc]"
/* SCSS */
$brand: #89cddc;
/* SwiftUI */
Color(red: 0.537, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#89cddc")Accessibility — WCAG contrast
Aa
#89cddc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cddc on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green80.4%
Blue86.3%
CMYK percentages
Cyan37.7%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#89cddc text on a black background
contrast 11.83:1
Card sample
#89cddc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cddc;
Background color
Panel with #89cddc background
background-color: #89cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cddc; background: linear-gradient(135deg, #89cddc, #8996DC);