#89adef
a light, electric blue · cool · closest name: steelblue
RGB
137, 173, 239
HSL
219°, 76%, 74%
CMYK
43, 28, 0, 6
Luminance
0.4144
Every format
| HEX | #89adef |
| RGB | rgb(137, 173, 239) |
| HSL | hsl(219, 76%, 74%) |
| CMYK | cmyk(43%, 28%, 0%, 6%) |
| LAB | lab(70.5 4.5 -36.8) |
| LCH | lch(70.5 37.1 277.0) |
| OKLCH | oklch(0.747 0.104 262.1) |
Copy-ready code
/* CSS */
color: #89adef;
background-color: #89adef;
/* Tailwind (arbitrary) */
class="text-[#89adef] bg-[#89adef]"
/* SCSS */
$brand: #89adef;
/* SwiftUI */
Color(red: 0.537, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#89adef")Accessibility — WCAG contrast
Aa
#89adef on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89adef on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan42.7%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#89adef text on a black background
contrast 9.29:1
Card sample
#89adef text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89adef;
Background color
Panel with #89adef background
background-color: #89adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89adef; background: linear-gradient(135deg, #89adef, #A989EF);