#570bdf
a balanced, electric violet · warm · closest name: blue
RGB
87, 11, 223
HSL
262°, 91%, 46%
CMYK
61, 95, 0, 13
Luminance
0.0759
Every format
| HEX | #570bdf |
| RGB | rgb(87, 11, 223) |
| HSL | hsl(262, 91%, 46%) |
| CMYK | cmyk(61%, 95%, 0%, 13%) |
| LAB | lab(33.1 72.0 -88.2) |
| LCH | lch(33.1 113.9 309.2) |
| OKLCH | oklch(0.458 0.263 284.7) |
Copy-ready code
/* CSS */
color: #570bdf;
background-color: #570bdf;
/* Tailwind (arbitrary) */
class="text-[#570bdf] bg-[#570bdf]"
/* SCSS */
$brand: #570bdf;
/* SwiftUI */
Color(red: 0.341, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#570bdf")Accessibility — WCAG contrast
Aa
#570bdf on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570bdf on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green4.3%
Blue87.5%
CMYK percentages
Cyan61.0%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#570bdf text on a black background
contrast 2.52:1
Card sample
#570bdf text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570bdf;
Background color
Panel with #570bdf background
background-color: #570bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570bdf; background: linear-gradient(135deg, #570bdf, #DF0BDA);