#570df2
a balanced, electric violet · warm · closest name: blue
RGB
87, 13, 242
HSL
259°, 90%, 50%
CMYK
64, 95, 0, 5
Luminance
0.0872
Every format
| HEX | #570df2 |
| RGB | rgb(87, 13, 242) |
| HSL | hsl(259, 90%, 50%) |
| CMYK | cmyk(64%, 95%, 0%, 5%) |
| LAB | lab(35.5 76.1 -95.2) |
| LCH | lch(35.5 121.9 308.7) |
| OKLCH | oklch(0.479 0.280 282.0) |
Copy-ready code
/* CSS */
color: #570df2;
background-color: #570df2;
/* Tailwind (arbitrary) */
class="text-[#570df2] bg-[#570df2]"
/* SCSS */
$brand: #570df2;
/* SwiftUI */
Color(red: 0.341, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#570df2")Accessibility — WCAG contrast
Aa
#570df2 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570df2 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green5.1%
Blue94.9%
CMYK percentages
Cyan64.0%
Magenta94.6%
Yellow0.0%
Key (black)5.1%
Color previews
#570df2 text on a black background
contrast 2.74:1
Card sample
#570df2 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570df2;
Background color
Panel with #570df2 background
background-color: #570df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570df2; background: linear-gradient(135deg, #570df2, #F00DF2);