#89b6ff
a light, electric blue · cool · closest name: steelblue
RGB
137, 182, 255
HSL
217°, 100%, 77%
CMYK
46, 29, 0, 0
Luminance
0.4599
Every format
| HEX | #89b6ff |
| RGB | rgb(137, 182, 255) |
| HSL | hsl(217, 100%, 77%) |
| CMYK | cmyk(46%, 29%, 0%, 0%) |
| LAB | lab(73.5 4.0 -40.7) |
| LCH | lch(73.5 40.9 275.6) |
| OKLCH | oklch(0.773 0.116 259.8) |
Copy-ready code
/* CSS */
color: #89b6ff;
background-color: #89b6ff;
/* Tailwind (arbitrary) */
class="text-[#89b6ff] bg-[#89b6ff]"
/* SCSS */
$brand: #89b6ff;
/* SwiftUI */
Color(red: 0.537, green: 0.714, blue: 1.000)
/* Android */
Color.parseColor("#89b6ff")Accessibility — WCAG contrast
Aa
#89b6ff on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89b6ff on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green71.4%
Blue100.0%
CMYK percentages
Cyan46.3%
Magenta28.6%
Yellow0.0%
Key (black)0.0%
Color previews
#89b6ff text on a black background
contrast 10.20:1
Card sample
#89b6ff text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89b6ff;
Background color
Panel with #89b6ff background
background-color: #89b6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89b6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 182, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 182, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89b6ff; background: linear-gradient(135deg, #89b6ff, #AB89FF);