#560fdf
a balanced, electric violet · warm · closest name: blue
RGB
86, 15, 223
HSL
261°, 87%, 47%
CMYK
61, 93, 0, 13
Luminance
0.0765
Every format
| HEX | #560fdf |
| RGB | rgb(86, 15, 223) |
| HSL | hsl(261, 87%, 47%) |
| CMYK | cmyk(61%, 93%, 0%, 13%) |
| LAB | lab(33.2 71.3 -88.0) |
| LCH | lch(33.2 113.3 309.0) |
| OKLCH | oklch(0.458 0.262 284.2) |
Copy-ready code
/* CSS */
color: #560fdf;
background-color: #560fdf;
/* Tailwind (arbitrary) */
class="text-[#560fdf] bg-[#560fdf]"
/* SCSS */
$brand: #560fdf;
/* SwiftUI */
Color(red: 0.337, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#560fdf")Accessibility — WCAG contrast
Aa
#560fdf on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560fdf on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green5.9%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#560fdf text on a black background
contrast 2.53:1
Card sample
#560fdf text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560fdf;
Background color
Panel with #560fdf background
background-color: #560fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560fdf; background: linear-gradient(135deg, #560fdf, #DF0FDD);