#b57bdf
a light, vivid violet · warm · closest name: orchid
RGB
181, 123, 223
HSL
275°, 61%, 68%
CMYK
19, 45, 0, 13
Luminance
0.2932
Every format
| HEX | #b57bdf |
| RGB | rgb(181, 123, 223) |
| HSL | hsl(275, 61%, 68%) |
| CMYK | cmyk(19%, 45%, 0%, 13%) |
| LAB | lab(61.1 40.8 -42.5) |
| LCH | lch(61.1 58.9 313.9) |
| OKLCH | oklch(0.681 0.153 309.6) |
Copy-ready code
/* CSS */
color: #b57bdf;
background-color: #b57bdf;
/* Tailwind (arbitrary) */
class="text-[#b57bdf] bg-[#b57bdf]"
/* SCSS */
$brand: #b57bdf;
/* SwiftUI */
Color(red: 0.710, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#b57bdf")Accessibility — WCAG contrast
Aa
#b57bdf on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57bdf on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green48.2%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b57bdf text on a black background
contrast 6.86:1
Card sample
#b57bdf text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57bdf;
Background color
Panel with #b57bdf background
background-color: #b57bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57bdf; background: linear-gradient(135deg, #b57bdf, #DF7BC6);