#89bdfb
a light, electric blue · cool · closest name: skyblue
RGB
137, 189, 251
HSL
213°, 93%, 76%
CMYK
45, 25, 0, 2
Luminance
0.4868
Every format
| HEX | #89bdfb |
| RGB | rgb(137, 189, 251) |
| HSL | hsl(213, 93%, 76%) |
| CMYK | cmyk(45%, 25%, 0%, 2%) |
| LAB | lab(75.3 -1.0 -35.9) |
| LCH | lch(75.3 35.9 268.4) |
| OKLCH | oklch(0.786 0.105 253.4) |
Copy-ready code
/* CSS */
color: #89bdfb;
background-color: #89bdfb;
/* Tailwind (arbitrary) */
class="text-[#89bdfb] bg-[#89bdfb]"
/* SCSS */
$brand: #89bdfb;
/* SwiftUI */
Color(red: 0.537, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#89bdfb")Accessibility — WCAG contrast
Aa
#89bdfb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89bdfb on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green74.1%
Blue98.4%
CMYK percentages
Cyan45.4%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#89bdfb text on a black background
contrast 10.74:1
Card sample
#89bdfb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89bdfb;
Background color
Panel with #89bdfb background
background-color: #89bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89bdfb; background: linear-gradient(135deg, #89bdfb, #A189FB);