#571dfd
a balanced, electric violet · warm · closest name: blue
RGB
87, 29, 253
HSL
256°, 98%, 55%
CMYK
66, 89, 0, 1
Luminance
0.1000
Every format
| HEX | #571dfd |
| RGB | rgb(87, 29, 253) |
| HSL | hsl(256, 98%, 55%) |
| CMYK | cmyk(66%, 89%, 0%, 1%) |
| LAB | lab(37.8 75.4 -97.4) |
| LCH | lch(37.8 123.2 307.7) |
| OKLCH | oklch(0.499 0.285 280.2) |
Copy-ready code
/* CSS */
color: #571dfd;
background-color: #571dfd;
/* Tailwind (arbitrary) */
class="text-[#571dfd] bg-[#571dfd]"
/* SCSS */
$brand: #571dfd;
/* SwiftUI */
Color(red: 0.341, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#571dfd")Accessibility — WCAG contrast
Aa
#571dfd on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#571dfd on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green11.4%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#571dfd text on a black background
contrast 3.00:1
Card sample
#571dfd text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #571dfd;
Background color
Panel with #571dfd background
background-color: #571dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #571dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #571dfd; background: linear-gradient(135deg, #571dfd, #EC1DFD);