#89b1ff
a light, electric blue · cool · closest name: dodgerblue
RGB
137, 177, 255
HSL
220°, 100%, 77%
CMYK
46, 31, 0, 0
Luminance
0.4398
Every format
| HEX | #89b1ff |
| RGB | rgb(137, 177, 255) |
| HSL | hsl(220, 100%, 77%) |
| CMYK | cmyk(46%, 31%, 0%, 0%) |
| LAB | lab(72.2 6.8 -42.8) |
| LCH | lch(72.2 43.3 279.0) |
| OKLCH | oklch(0.763 0.121 263.0) |
Copy-ready code
/* CSS */
color: #89b1ff;
background-color: #89b1ff;
/* Tailwind (arbitrary) */
class="text-[#89b1ff] bg-[#89b1ff]"
/* SCSS */
$brand: #89b1ff;
/* SwiftUI */
Color(red: 0.537, green: 0.694, blue: 1.000)
/* Android */
Color.parseColor("#89b1ff")Accessibility — WCAG contrast
Aa
#89b1ff on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89b1ff on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green69.4%
Blue100.0%
CMYK percentages
Cyan46.3%
Magenta30.6%
Yellow0.0%
Key (black)0.0%
Color previews
#89b1ff text on a black background
contrast 9.80:1
Card sample
#89b1ff text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89b1ff;
Background color
Panel with #89b1ff background
background-color: #89b1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89b1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 177, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 177, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89b1ff; background: linear-gradient(135deg, #89b1ff, #B089FF);