#560fac
a dark, electric violet · warm · closest name: indigo
RGB
86, 15, 172
HSL
267°, 84%, 37%
CMYK
50, 91, 0, 33
Luminance
0.0530
Every format
| HEX | #560fac |
| RGB | rgb(86, 15, 172) |
| HSL | hsl(267, 84%, 37%) |
| CMYK | cmyk(50%, 91%, 0%, 33%) |
| LAB | lab(27.6 59.2 -67.5) |
| LCH | lch(27.6 89.7 311.3) |
| OKLCH | oklch(0.404 0.212 294.1) |
Copy-ready code
/* CSS */
color: #560fac;
background-color: #560fac;
/* Tailwind (arbitrary) */
class="text-[#560fac] bg-[#560fac]"
/* SCSS */
$brand: #560fac;
/* SwiftUI */
Color(red: 0.337, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#560fac")Accessibility — WCAG contrast
Aa
#560fac on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560fac on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green5.9%
Blue67.5%
CMYK percentages
Cyan50.0%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#560fac text on a black background
contrast 2.06:1
Card sample
#560fac text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560fac;
Background color
Panel with #560fac background
background-color: #560fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560fac; background: linear-gradient(135deg, #560fac, #AC0F9A);