#b560da
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 96, 218
HSL
282°, 62%, 62%
CMYK
17, 56, 0, 15
Luminance
0.2325
Every format
| HEX | #b560da |
| RGB | rgb(181, 96, 218) |
| HSL | hsl(282, 62%, 62%) |
| CMYK | cmyk(17%, 56%, 0%, 15%) |
| LAB | lab(55.3 53.9 -48.7) |
| LCH | lch(55.3 72.7 317.9) |
| OKLCH | oklch(0.638 0.191 314.5) |
Copy-ready code
/* CSS */
color: #b560da;
background-color: #b560da;
/* Tailwind (arbitrary) */
class="text-[#b560da] bg-[#b560da]"
/* SCSS */
$brand: #b560da;
/* SwiftUI */
Color(red: 0.710, green: 0.376, blue: 0.855)
/* Android */
Color.parseColor("#b560da")Accessibility — WCAG contrast
Aa
#b560da on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b560da on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green37.6%
Blue85.5%
CMYK percentages
Cyan17.0%
Magenta56.0%
Yellow0.0%
Key (black)14.5%
Color previews
#b560da text on a black background
contrast 5.65:1
Card sample
#b560da text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b560da;
Background color
Panel with #b560da background
background-color: #b560da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b560da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 96, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 96, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b560da; background: linear-gradient(135deg, #b560da, #DA60AE);