#5aade9
a balanced, electric blue · cool · closest name: steelblue
RGB
90, 173, 233
HSL
205°, 77%, 63%
CMYK
61, 26, 0, 9
Luminance
0.3794
Every format
| HEX | #5aade9 |
| RGB | rgb(90, 173, 233) |
| HSL | hsl(205, 77%, 63%) |
| CMYK | cmyk(61%, 26%, 0%, 9%) |
| LAB | lab(68.0 -7.5 -37.6) |
| LCH | lch(68.0 38.4 258.7) |
| OKLCH | oklch(0.720 0.119 242.3) |
Copy-ready code
/* CSS */
color: #5aade9;
background-color: #5aade9;
/* Tailwind (arbitrary) */
class="text-[#5aade9] bg-[#5aade9]"
/* SCSS */
$brand: #5aade9;
/* SwiftUI */
Color(red: 0.353, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#5aade9")Accessibility — WCAG contrast
Aa
#5aade9 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aade9 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green67.8%
Blue91.4%
CMYK percentages
Cyan61.4%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#5aade9 text on a black background
contrast 8.59:1
Card sample
#5aade9 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aade9;
Background color
Panel with #5aade9 background
background-color: #5aade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aade9; background: linear-gradient(135deg, #5aade9, #665AE9);