#5a91eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
90, 145, 235
HSL
217°, 78%, 64%
CMYK
62, 38, 0, 8
Luminance
0.2842
Every format
| HEX | #5a91eb |
| RGB | rgb(90, 145, 235) |
| HSL | hsl(217, 78%, 64%) |
| CMYK | cmyk(62%, 38%, 0%, 8%) |
| LAB | lab(60.3 9.2 -50.9) |
| LCH | lch(60.3 51.7 280.2) |
| OKLCH | oklch(0.660 0.147 259.8) |
Copy-ready code
/* CSS */
color: #5a91eb;
background-color: #5a91eb;
/* Tailwind (arbitrary) */
class="text-[#5a91eb] bg-[#5a91eb]"
/* SCSS */
$brand: #5a91eb;
/* SwiftUI */
Color(red: 0.353, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#5a91eb")Accessibility — WCAG contrast
Aa
#5a91eb on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5a91eb on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green56.9%
Blue92.2%
CMYK percentages
Cyan61.7%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#5a91eb text on a black background
contrast 6.68:1
Card sample
#5a91eb text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a91eb;
Background color
Panel with #5a91eb background
background-color: #5a91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a91eb; background: linear-gradient(135deg, #5a91eb, #835AEB);