#5c71f1
a light, electric blue · warm · closest name: royalblue
RGB
92, 113, 241
HSL
232°, 84%, 65%
CMYK
62, 53, 0, 6
Luminance
0.2044
Every format
| HEX | #5c71f1 |
| RGB | rgb(92, 113, 241) |
| HSL | hsl(232, 84%, 65%) |
| CMYK | cmyk(62%, 53%, 0%, 6%) |
| LAB | lab(52.3 30.9 -66.9) |
| LCH | lch(52.3 73.7 294.8) |
| OKLCH | oklch(0.601 0.192 272.3) |
Copy-ready code
/* CSS */
color: #5c71f1;
background-color: #5c71f1;
/* Tailwind (arbitrary) */
class="text-[#5c71f1] bg-[#5c71f1]"
/* SCSS */
$brand: #5c71f1;
/* SwiftUI */
Color(red: 0.361, green: 0.443, blue: 0.945)
/* Android */
Color.parseColor("#5c71f1")Accessibility — WCAG contrast
Aa
#5c71f1 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c71f1 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green44.3%
Blue94.5%
CMYK percentages
Cyan61.8%
Magenta53.1%
Yellow0.0%
Key (black)5.5%
Color previews
#5c71f1 text on a black background
contrast 5.09:1
Card sample
#5c71f1 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c71f1;
Background color
Panel with #5c71f1 background
background-color: #5c71f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c71f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 113, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 113, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c71f1; background: linear-gradient(135deg, #5c71f1, #AA5CF1);