#5490df
a balanced, vivid blue · cool · closest name: steelblue
RGB
84, 144, 223
HSL
214°, 69%, 60%
CMYK
62, 35, 0, 13
Luminance
0.2716
Every format
| HEX | #5490df |
| RGB | rgb(84, 144, 223) |
| HSL | hsl(214, 69%, 60%) |
| CMYK | cmyk(62%, 35%, 0%, 13%) |
| LAB | lab(59.1 4.7 -46.0) |
| LCH | lch(59.1 46.3 275.8) |
| OKLCH | oklch(0.648 0.135 255.9) |
Copy-ready code
/* CSS */
color: #5490df;
background-color: #5490df;
/* Tailwind (arbitrary) */
class="text-[#5490df] bg-[#5490df]"
/* SCSS */
$brand: #5490df;
/* SwiftUI */
Color(red: 0.329, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#5490df")Accessibility — WCAG contrast
Aa
#5490df on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5490df on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green56.5%
Blue87.5%
CMYK percentages
Cyan62.3%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5490df text on a black background
contrast 6.43:1
Card sample
#5490df text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5490df;
Background color
Panel with #5490df background
background-color: #5490df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5490df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5490df; background: linear-gradient(135deg, #5490df, #7554DF);