#5ca9da
a balanced, vivid blue · cool · closest name: steelblue
RGB
92, 169, 218
HSL
203°, 63%, 61%
CMYK
58, 23, 0, 15
Luminance
0.3571
Every format
| HEX | #5ca9da |
| RGB | rgb(92, 169, 218) |
| HSL | hsl(203, 63%, 61%) |
| CMYK | cmyk(58%, 23%, 0%, 15%) |
| LAB | lab(66.3 -9.6 -32.0) |
| LCH | lch(66.3 33.4 253.3) |
| OKLCH | oklch(0.705 0.105 238.6) |
Copy-ready code
/* CSS */
color: #5ca9da;
background-color: #5ca9da;
/* Tailwind (arbitrary) */
class="text-[#5ca9da] bg-[#5ca9da]"
/* SCSS */
$brand: #5ca9da;
/* SwiftUI */
Color(red: 0.361, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#5ca9da")Accessibility — WCAG contrast
Aa
#5ca9da on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ca9da on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green66.3%
Blue85.5%
CMYK percentages
Cyan57.8%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#5ca9da text on a black background
contrast 8.14:1
Card sample
#5ca9da text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca9da;
Background color
Panel with #5ca9da background
background-color: #5ca9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca9da; background: linear-gradient(135deg, #5ca9da, #635CDA);