#5ca0e4
a balanced, vivid blue · cool · closest name: steelblue
RGB
92, 160, 228
HSL
210°, 72%, 63%
CMYK
60, 30, 0, 11
Luminance
0.3302
Every format
| HEX | #5ca0e4 |
| RGB | rgb(92, 160, 228) |
| HSL | hsl(210, 72%, 63%) |
| CMYK | cmyk(60%, 30%, 0%, 11%) |
| LAB | lab(64.2 -1.5 -40.8) |
| LCH | lch(64.2 40.9 268.0) |
| OKLCH | oklch(0.690 0.122 250.0) |
Copy-ready code
/* CSS */
color: #5ca0e4;
background-color: #5ca0e4;
/* Tailwind (arbitrary) */
class="text-[#5ca0e4] bg-[#5ca0e4]"
/* SCSS */
$brand: #5ca0e4;
/* SwiftUI */
Color(red: 0.361, green: 0.627, blue: 0.894)
/* Android */
Color.parseColor("#5ca0e4")Accessibility — WCAG contrast
Aa
#5ca0e4 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ca0e4 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green62.7%
Blue89.4%
CMYK percentages
Cyan59.6%
Magenta29.8%
Yellow0.0%
Key (black)10.6%
Color previews
#5ca0e4 text on a black background
contrast 7.60:1
Card sample
#5ca0e4 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca0e4;
Background color
Panel with #5ca0e4 background
background-color: #5ca0e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca0e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 160, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 160, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca0e4; background: linear-gradient(135deg, #5ca0e4, #725CE4);