#5caade
a balanced, vivid blue · cool · closest name: steelblue
RGB
92, 170, 222
HSL
204°, 66%, 62%
CMYK
59, 23, 0, 13
Luminance
0.3630
Every format
| HEX | #5caade |
| RGB | rgb(92, 170, 222) |
| HSL | hsl(204, 66%, 62%) |
| CMYK | cmyk(59%, 23%, 0%, 13%) |
| LAB | lab(66.8 -8.9 -33.5) |
| LCH | lch(66.8 34.7 255.1) |
| OKLCH | oklch(0.709 0.108 239.9) |
Copy-ready code
/* CSS */
color: #5caade;
background-color: #5caade;
/* Tailwind (arbitrary) */
class="text-[#5caade] bg-[#5caade]"
/* SCSS */
$brand: #5caade;
/* SwiftUI */
Color(red: 0.361, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#5caade")Accessibility — WCAG contrast
Aa
#5caade on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5caade on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green66.7%
Blue87.1%
CMYK percentages
Cyan58.6%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#5caade text on a black background
contrast 8.26:1
Card sample
#5caade text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5caade;
Background color
Panel with #5caade background
background-color: #5caade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5caade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5caade; background: linear-gradient(135deg, #5caade, #655CDE);