#bd8fdf
a light, vivid violet · warm · closest name: plum
RGB
189, 143, 223
HSL
275°, 56%, 72%
CMYK
15, 36, 0, 13
Luminance
0.3579
Every format
| HEX | #bd8fdf |
| RGB | rgb(189, 143, 223) |
| HSL | hsl(275, 56%, 72%) |
| CMYK | cmyk(15%, 36%, 0%, 13%) |
| LAB | lab(66.4 32.1 -34.1) |
| LCH | lch(66.4 46.9 313.3) |
| OKLCH | oklch(0.723 0.123 309.9) |
Copy-ready code
/* CSS */
color: #bd8fdf;
background-color: #bd8fdf;
/* Tailwind (arbitrary) */
class="text-[#bd8fdf] bg-[#bd8fdf]"
/* SCSS */
$brand: #bd8fdf;
/* SwiftUI */
Color(red: 0.741, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#bd8fdf")Accessibility — WCAG contrast
Aa
#bd8fdf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd8fdf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green56.1%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bd8fdf text on a black background
contrast 8.16:1
Card sample
#bd8fdf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd8fdf;
Background color
Panel with #bd8fdf background
background-color: #bd8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd8fdf; background: linear-gradient(135deg, #bd8fdf, #DF8FCC);