#89bdf1
a light, electric blue · cool · closest name: skyblue
RGB
137, 189, 241
HSL
210°, 79%, 74%
CMYK
43, 22, 0, 6
Luminance
0.4806
Every format
| HEX | #89bdf1 |
| RGB | rgb(137, 189, 241) |
| HSL | hsl(210, 79%, 74%) |
| CMYK | cmyk(43%, 22%, 0%, 6%) |
| LAB | lab(74.9 -3.7 -31.1) |
| LCH | lch(74.9 31.4 263.1) |
| OKLCH | oklch(0.781 0.093 249.1) |
Copy-ready code
/* CSS */
color: #89bdf1;
background-color: #89bdf1;
/* Tailwind (arbitrary) */
class="text-[#89bdf1] bg-[#89bdf1]"
/* SCSS */
$brand: #89bdf1;
/* SwiftUI */
Color(red: 0.537, green: 0.741, blue: 0.945)
/* Android */
Color.parseColor("#89bdf1")Accessibility — WCAG contrast
Aa
#89bdf1 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89bdf1 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green74.1%
Blue94.5%
CMYK percentages
Cyan43.2%
Magenta21.6%
Yellow0.0%
Key (black)5.5%
Color previews
#89bdf1 text on a black background
contrast 10.61:1
Card sample
#89bdf1 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89bdf1;
Background color
Panel with #89bdf1 background
background-color: #89bdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89bdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 189, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 189, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89bdf1; background: linear-gradient(135deg, #89bdf1, #9A89F1);