#b56cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 108, 223
HSL
278°, 64%, 65%
CMYK
19, 52, 0, 13
Luminance
0.2588
Every format
| HEX | #b56cdf |
| RGB | rgb(181, 108, 223) |
| HSL | hsl(278, 64%, 65%) |
| CMYK | cmyk(19%, 52%, 0%, 13%) |
| LAB | lab(57.9 48.9 -47.4) |
| LCH | lch(57.9 68.1 315.8) |
| OKLCH | oklch(0.658 0.178 311.8) |
Copy-ready code
/* CSS */
color: #b56cdf;
background-color: #b56cdf;
/* Tailwind (arbitrary) */
class="text-[#b56cdf] bg-[#b56cdf]"
/* SCSS */
$brand: #b56cdf;
/* SwiftUI */
Color(red: 0.710, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#b56cdf")Accessibility — WCAG contrast
Aa
#b56cdf on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56cdf on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green42.4%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b56cdf text on a black background
contrast 6.18:1
Card sample
#b56cdf text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56cdf;
Background color
Panel with #b56cdf background
background-color: #b56cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56cdf; background: linear-gradient(135deg, #b56cdf, #DF6CBC);