#b56fdf
a light, vivid violet · warm · closest name: orchid
RGB
181, 111, 223
HSL
278°, 64%, 66%
CMYK
19, 50, 0, 13
Luminance
0.2652
Every format
| HEX | #b56fdf |
| RGB | rgb(181, 111, 223) |
| HSL | hsl(278, 64%, 66%) |
| CMYK | cmyk(19%, 50%, 0%, 13%) |
| LAB | lab(58.5 47.3 -46.5) |
| LCH | lch(58.5 66.3 315.5) |
| OKLCH | oklch(0.662 0.173 311.4) |
Copy-ready code
/* CSS */
color: #b56fdf;
background-color: #b56fdf;
/* Tailwind (arbitrary) */
class="text-[#b56fdf] bg-[#b56fdf]"
/* SCSS */
$brand: #b56fdf;
/* SwiftUI */
Color(red: 0.710, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#b56fdf")Accessibility — WCAG contrast
Aa
#b56fdf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56fdf on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green43.5%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b56fdf text on a black background
contrast 6.30:1
Card sample
#b56fdf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56fdf;
Background color
Panel with #b56fdf background
background-color: #b56fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56fdf; background: linear-gradient(135deg, #b56fdf, #DF6FBE);