#89baeb
a light, vivid blue · cool · closest name: skyblue
RGB
137, 186, 235
HSL
210°, 71%, 73%
CMYK
42, 21, 0, 8
Luminance
0.4643
Every format
| HEX | #89baeb |
| RGB | rgb(137, 186, 235) |
| HSL | hsl(210, 71%, 73%) |
| CMYK | cmyk(42%, 21%, 0%, 8%) |
| LAB | lab(73.8 -3.7 -29.5) |
| LCH | lch(73.8 29.7 262.8) |
| OKLCH | oklch(0.772 0.088 249.0) |
Copy-ready code
/* CSS */
color: #89baeb;
background-color: #89baeb;
/* Tailwind (arbitrary) */
class="text-[#89baeb] bg-[#89baeb]"
/* SCSS */
$brand: #89baeb;
/* SwiftUI */
Color(red: 0.537, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#89baeb")Accessibility — WCAG contrast
Aa
#89baeb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89baeb on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green72.9%
Blue92.2%
CMYK percentages
Cyan41.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#89baeb text on a black background
contrast 10.29:1
Card sample
#89baeb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89baeb;
Background color
Panel with #89baeb background
background-color: #89baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89baeb; background: linear-gradient(135deg, #89baeb, #9989EB);