#5aadef
a balanced, electric blue · cool · closest name: steelblue
RGB
90, 173, 239
HSL
207°, 82%, 65%
CMYK
62, 28, 0, 6
Luminance
0.3829
Every format
| HEX | #5aadef |
| RGB | rgb(90, 173, 239) |
| HSL | hsl(207, 82%, 65%) |
| CMYK | cmyk(62%, 28%, 0%, 6%) |
| LAB | lab(68.2 -5.6 -40.5) |
| LCH | lch(68.2 40.9 262.1) |
| OKLCH | oklch(0.723 0.126 244.8) |
Copy-ready code
/* CSS */
color: #5aadef;
background-color: #5aadef;
/* Tailwind (arbitrary) */
class="text-[#5aadef] bg-[#5aadef]"
/* SCSS */
$brand: #5aadef;
/* SwiftUI */
Color(red: 0.353, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#5aadef")Accessibility — WCAG contrast
Aa
#5aadef on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aadef on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green67.8%
Blue93.7%
CMYK percentages
Cyan62.3%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#5aadef text on a black background
contrast 8.66:1
Card sample
#5aadef text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aadef;
Background color
Panel with #5aadef background
background-color: #5aadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aadef; background: linear-gradient(135deg, #5aadef, #6A5AEF);