#89aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
137, 174, 253
HSL
221°, 97%, 77%
CMYK
46, 31, 0, 1
Luminance
0.4268
Every format
| HEX | #89aefd |
| RGB | rgb(137, 174, 253) |
| HSL | hsl(221, 97%, 77%) |
| CMYK | cmyk(46%, 31%, 0%, 1%) |
| LAB | lab(71.3 7.9 -43.1) |
| LCH | lch(71.3 43.8 280.4) |
| OKLCH | oklch(0.755 0.121 264.5) |
Copy-ready code
/* CSS */
color: #89aefd;
background-color: #89aefd;
/* Tailwind (arbitrary) */
class="text-[#89aefd] bg-[#89aefd]"
/* SCSS */
$brand: #89aefd;
/* SwiftUI */
Color(red: 0.537, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#89aefd")Accessibility — WCAG contrast
Aa
#89aefd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89aefd on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#89aefd text on a black background
contrast 9.54:1
Card sample
#89aefd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89aefd;
Background color
Panel with #89aefd background
background-color: #89aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89aefd; background: linear-gradient(135deg, #89aefd, #B189FD);