#5ca0f1
a light, electric blue · cool · closest name: dodgerblue
RGB
92, 160, 241
HSL
213°, 84%, 65%
CMYK
62, 34, 0, 6
Luminance
0.3377
Every format
| HEX | #5ca0f1 |
| RGB | rgb(92, 160, 241) |
| HSL | hsl(213, 84%, 65%) |
| CMYK | cmyk(62%, 34%, 0%, 6%) |
| LAB | lab(64.8 2.7 -47.0) |
| LCH | lch(64.8 47.1 273.3) |
| OKLCH | oklch(0.697 0.139 254.0) |
Copy-ready code
/* CSS */
color: #5ca0f1;
background-color: #5ca0f1;
/* Tailwind (arbitrary) */
class="text-[#5ca0f1] bg-[#5ca0f1]"
/* SCSS */
$brand: #5ca0f1;
/* SwiftUI */
Color(red: 0.361, green: 0.627, blue: 0.945)
/* Android */
Color.parseColor("#5ca0f1")Accessibility — WCAG contrast
Aa
#5ca0f1 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ca0f1 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green62.7%
Blue94.5%
CMYK percentages
Cyan61.8%
Magenta33.6%
Yellow0.0%
Key (black)5.5%
Color previews
#5ca0f1 text on a black background
contrast 7.75:1
Card sample
#5ca0f1 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca0f1;
Background color
Panel with #5ca0f1 background
background-color: #5ca0f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca0f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 160, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 160, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca0f1; background: linear-gradient(135deg, #5ca0f1, #7B5CF1);