#89cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
137, 203, 223
HSL
194°, 57%, 71%
CMYK
39, 9, 0, 13
Luminance
0.5336
Every format
| HEX | #89cbdf |
| RGB | rgb(137, 203, 223) |
| HSL | hsl(194, 57%, 71%) |
| CMYK | cmyk(39%, 9%, 0%, 13%) |
| LAB | lab(78.1 -15.9 -16.5) |
| LCH | lch(78.1 22.9 226.2) |
| OKLCH | oklch(0.805 0.072 218.8) |
Copy-ready code
/* CSS */
color: #89cbdf;
background-color: #89cbdf;
/* Tailwind (arbitrary) */
class="text-[#89cbdf] bg-[#89cbdf]"
/* SCSS */
$brand: #89cbdf;
/* SwiftUI */
Color(red: 0.537, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#89cbdf")Accessibility — WCAG contrast
Aa
#89cbdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cbdf on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green79.6%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#89cbdf text on a black background
contrast 11.67:1
Card sample
#89cbdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cbdf;
Background color
Panel with #89cbdf background
background-color: #89cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cbdf; background: linear-gradient(135deg, #89cbdf, #8992DF);