#573dfd
a balanced, electric blue · warm · closest name: blue
RGB
87, 61, 253
HSL
248°, 98%, 62%
CMYK
66, 76, 0, 1
Luminance
0.1246
Every format
| HEX | #573dfd |
| RGB | rgb(87, 61, 253) |
| HSL | hsl(248, 98%, 62%) |
| CMYK | cmyk(66%, 76%, 0%, 1%) |
| LAB | lab(41.9 63.3 -90.6) |
| LCH | lch(41.9 110.6 305.0) |
| OKLCH | oklch(0.527 0.265 278.4) |
Copy-ready code
/* CSS */
color: #573dfd;
background-color: #573dfd;
/* Tailwind (arbitrary) */
class="text-[#573dfd] bg-[#573dfd]"
/* SCSS */
$brand: #573dfd;
/* SwiftUI */
Color(red: 0.341, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#573dfd")Accessibility — WCAG contrast
Aa
#573dfd on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#573dfd on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green23.9%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#573dfd text on a black background
contrast 3.49:1
Card sample
#573dfd text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #573dfd;
Background color
Panel with #573dfd background
background-color: #573dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #573dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #573dfd; background: linear-gradient(135deg, #573dfd, #D73DFD);