#89b0fd
a light, electric blue · cool · closest name: steelblue
RGB
137, 176, 253
HSL
220°, 97%, 77%
CMYK
46, 30, 0, 1
Luminance
0.4346
Every format
| HEX | #89b0fd |
| RGB | rgb(137, 176, 253) |
| HSL | hsl(220, 97%, 77%) |
| CMYK | cmyk(46%, 30%, 0%, 1%) |
| LAB | lab(71.9 6.8 -42.3) |
| LCH | lch(71.9 42.8 279.1) |
| OKLCH | oklch(0.759 0.119 263.3) |
Copy-ready code
/* CSS */
color: #89b0fd;
background-color: #89b0fd;
/* Tailwind (arbitrary) */
class="text-[#89b0fd] bg-[#89b0fd]"
/* SCSS */
$brand: #89b0fd;
/* SwiftUI */
Color(red: 0.537, green: 0.690, blue: 0.992)
/* Android */
Color.parseColor("#89b0fd")Accessibility — WCAG contrast
Aa
#89b0fd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89b0fd on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green69.0%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta30.4%
Yellow0.0%
Key (black)0.8%
Color previews
#89b0fd text on a black background
contrast 9.69:1
Card sample
#89b0fd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89b0fd;
Background color
Panel with #89b0fd background
background-color: #89b0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89b0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 176, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 176, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89b0fd; background: linear-gradient(135deg, #89b0fd, #AF89FD);