#b56ddf
a light, vivid violet · warm · closest name: orchid
RGB
181, 109, 223
HSL
278°, 64%, 65%
CMYK
19, 51, 0, 13
Luminance
0.2609
Every format
| HEX | #b56ddf |
| RGB | rgb(181, 109, 223) |
| HSL | hsl(278, 64%, 65%) |
| CMYK | cmyk(19%, 51%, 0%, 13%) |
| LAB | lab(58.1 48.3 -47.1) |
| LCH | lch(58.1 67.5 315.7) |
| OKLCH | oklch(0.659 0.176 311.6) |
Copy-ready code
/* CSS */
color: #b56ddf;
background-color: #b56ddf;
/* Tailwind (arbitrary) */
class="text-[#b56ddf] bg-[#b56ddf]"
/* SCSS */
$brand: #b56ddf;
/* SwiftUI */
Color(red: 0.710, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#b56ddf")Accessibility — WCAG contrast
Aa
#b56ddf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56ddf on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green42.7%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b56ddf text on a black background
contrast 6.22:1
Card sample
#b56ddf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56ddf;
Background color
Panel with #b56ddf background
background-color: #b56ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56ddf; background: linear-gradient(135deg, #b56ddf, #DF6DBD);