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