#89abdf
a light, vivid blue · cool · closest name: steelblue
RGB
137, 171, 223
HSL
216°, 57%, 71%
CMYK
39, 23, 0, 13
Luminance
0.3977
Every format
| HEX | #89abdf |
| RGB | rgb(137, 171, 223) |
| HSL | hsl(216, 57%, 71%) |
| CMYK | cmyk(39%, 23%, 0%, 13%) |
| LAB | lab(69.3 1.3 -29.9) |
| LCH | lch(69.3 29.9 272.4) |
| OKLCH | oklch(0.736 0.085 258.7) |
Copy-ready code
/* CSS */
color: #89abdf;
background-color: #89abdf;
/* Tailwind (arbitrary) */
class="text-[#89abdf] bg-[#89abdf]"
/* SCSS */
$brand: #89abdf;
/* SwiftUI */
Color(red: 0.537, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#89abdf")Accessibility — WCAG contrast
Aa
#89abdf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89abdf on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green67.1%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#89abdf text on a black background
contrast 8.95:1
Card sample
#89abdf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89abdf;
Background color
Panel with #89abdf background
background-color: #89abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89abdf; background: linear-gradient(135deg, #89abdf, #A089DF);