#5aaddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
90, 173, 223
HSL
203°, 68%, 61%
CMYK
60, 22, 0, 13
Luminance
0.3739
Every format
| HEX | #5aaddf |
| RGB | rgb(90, 173, 223) |
| HSL | hsl(203, 68%, 61%) |
| CMYK | cmyk(60%, 22%, 0%, 13%) |
| LAB | lab(67.6 -10.7 -32.8) |
| LCH | lch(67.6 34.5 252.0) |
| OKLCH | oklch(0.716 0.109 237.4) |
Copy-ready code
/* CSS */
color: #5aaddf;
background-color: #5aaddf;
/* Tailwind (arbitrary) */
class="text-[#5aaddf] bg-[#5aaddf]"
/* SCSS */
$brand: #5aaddf;
/* SwiftUI */
Color(red: 0.353, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#5aaddf")Accessibility — WCAG contrast
Aa
#5aaddf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aaddf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green67.8%
Blue87.5%
CMYK percentages
Cyan59.6%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5aaddf text on a black background
contrast 8.48:1
Card sample
#5aaddf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aaddf;
Background color
Panel with #5aaddf background
background-color: #5aaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aaddf; background: linear-gradient(135deg, #5aaddf, #605ADF);