#89c4d0
a light, soft cyan · cool · closest name: skyblue
RGB
137, 196, 208
HSL
190°, 43%, 68%
CMYK
34, 6, 0, 18
Luminance
0.4935
Every format
| HEX | #89c4d0 |
| RGB | rgb(137, 196, 208) |
| HSL | hsl(190, 43%, 68%) |
| CMYK | cmyk(34%, 6%, 0%, 18%) |
| LAB | lab(75.7 -16.0 -12.1) |
| LCH | lch(75.7 20.0 217.0) |
| OKLCH | oklch(0.784 0.063 211.7) |
Copy-ready code
/* CSS */
color: #89c4d0;
background-color: #89c4d0;
/* Tailwind (arbitrary) */
class="text-[#89c4d0] bg-[#89c4d0]"
/* SCSS */
$brand: #89c4d0;
/* SwiftUI */
Color(red: 0.537, green: 0.769, blue: 0.816)
/* Android */
Color.parseColor("#89c4d0")Accessibility — WCAG contrast
Aa
#89c4d0 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89c4d0 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green76.9%
Blue81.6%
CMYK percentages
Cyan34.1%
Magenta5.8%
Yellow0.0%
Key (black)18.4%
Color previews
#89c4d0 text on a black background
contrast 10.87:1
Card sample
#89c4d0 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89c4d0;
Background color
Panel with #89c4d0 background
background-color: #89c4d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89c4d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 196, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 196, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89c4d0; background: linear-gradient(135deg, #89c4d0, #8995D0);