#89afeb
a light, vivid blue · cool · closest name: steelblue
RGB
137, 175, 235
HSL
217°, 71%, 73%
CMYK
42, 26, 0, 8
Luminance
0.4198
Every format
| HEX | #89afeb |
| RGB | rgb(137, 175, 235) |
| HSL | hsl(217, 71%, 73%) |
| CMYK | cmyk(42%, 26%, 0%, 8%) |
| LAB | lab(70.8 2.3 -34.1) |
| LCH | lch(70.8 34.2 273.9) |
| OKLCH | oklch(0.749 0.097 259.3) |
Copy-ready code
/* CSS */
color: #89afeb;
background-color: #89afeb;
/* Tailwind (arbitrary) */
class="text-[#89afeb] bg-[#89afeb]"
/* SCSS */
$brand: #89afeb;
/* SwiftUI */
Color(red: 0.537, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#89afeb")Accessibility — WCAG contrast
Aa
#89afeb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89afeb on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green68.6%
Blue92.2%
CMYK percentages
Cyan41.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#89afeb text on a black background
contrast 9.40:1
Card sample
#89afeb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89afeb;
Background color
Panel with #89afeb background
background-color: #89afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89afeb; background: linear-gradient(135deg, #89afeb, #A489EB);