#b57ddf
a light, vivid violet · warm · closest name: orchid
RGB
181, 125, 223
HSL
274°, 61%, 68%
CMYK
19, 44, 0, 13
Luminance
0.2982
Every format
| HEX | #b57ddf |
| RGB | rgb(181, 125, 223) |
| HSL | hsl(274, 61%, 68%) |
| CMYK | cmyk(19%, 44%, 0%, 13%) |
| LAB | lab(61.5 39.7 -41.8) |
| LCH | lch(61.5 57.7 313.5) |
| OKLCH | oklch(0.684 0.150 309.3) |
Copy-ready code
/* CSS */
color: #b57ddf;
background-color: #b57ddf;
/* Tailwind (arbitrary) */
class="text-[#b57ddf] bg-[#b57ddf]"
/* SCSS */
$brand: #b57ddf;
/* SwiftUI */
Color(red: 0.710, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#b57ddf")Accessibility — WCAG contrast
Aa
#b57ddf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57ddf on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green49.0%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b57ddf text on a black background
contrast 6.96:1
Card sample
#b57ddf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57ddf;
Background color
Panel with #b57ddf background
background-color: #b57ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57ddf; background: linear-gradient(135deg, #b57ddf, #DF7DC8);