#5cadeb
a balanced, electric blue · cool · closest name: steelblue
RGB
92, 173, 235
HSL
206°, 78%, 64%
CMYK
61, 26, 0, 8
Luminance
0.3816
Every format
| HEX | #5cadeb |
| RGB | rgb(92, 173, 235) |
| HSL | hsl(206, 78%, 64%) |
| CMYK | cmyk(61%, 26%, 0%, 8%) |
| LAB | lab(68.1 -6.5 -38.5) |
| LCH | lch(68.1 39.0 260.4) |
| OKLCH | oklch(0.722 0.121 243.7) |
Copy-ready code
/* CSS */
color: #5cadeb;
background-color: #5cadeb;
/* Tailwind (arbitrary) */
class="text-[#5cadeb] bg-[#5cadeb]"
/* SCSS */
$brand: #5cadeb;
/* SwiftUI */
Color(red: 0.361, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#5cadeb")Accessibility — WCAG contrast
Aa
#5cadeb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cadeb on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan60.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#5cadeb text on a black background
contrast 8.63:1
Card sample
#5cadeb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cadeb;
Background color
Panel with #5cadeb background
background-color: #5cadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cadeb; background: linear-gradient(135deg, #5cadeb, #6A5CEB);