#5cabdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
92, 171, 223
HSL
204°, 67%, 62%
CMYK
59, 23, 0, 13
Luminance
0.3673
Every format
| HEX | #5cabdf |
| RGB | rgb(92, 171, 223) |
| HSL | hsl(204, 67%, 62%) |
| CMYK | cmyk(59%, 23%, 0%, 13%) |
| LAB | lab(67.1 -9.2 -33.5) |
| LCH | lch(67.1 34.8 254.7) |
| OKLCH | oklch(0.712 0.109 239.6) |
Copy-ready code
/* CSS */
color: #5cabdf;
background-color: #5cabdf;
/* Tailwind (arbitrary) */
class="text-[#5cabdf] bg-[#5cabdf]"
/* SCSS */
$brand: #5cabdf;
/* SwiftUI */
Color(red: 0.361, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#5cabdf")Accessibility — WCAG contrast
Aa
#5cabdf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cabdf on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green67.1%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5cabdf text on a black background
contrast 8.35:1
Card sample
#5cabdf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cabdf;
Background color
Panel with #5cabdf background
background-color: #5cabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cabdf; background: linear-gradient(135deg, #5cabdf, #645CDF);