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