#bfa0df
a light, vivid violet · warm · closest name: plum
RGB
191, 160, 223
HSL
270°, 50%, 75%
CMYK
14, 28, 0, 13
Luminance
0.4155
Every format
| HEX | #bfa0df |
| RGB | rgb(191, 160, 223) |
| HSL | hsl(270, 50%, 75%) |
| CMYK | cmyk(14%, 28%, 0%, 13%) |
| LAB | lab(70.6 23.3 -27.6) |
| LCH | lch(70.6 36.2 310.2) |
| OKLCH | oklch(0.755 0.095 306.7) |
Copy-ready code
/* CSS */
color: #bfa0df;
background-color: #bfa0df;
/* Tailwind (arbitrary) */
class="text-[#bfa0df] bg-[#bfa0df]"
/* SCSS */
$brand: #bfa0df;
/* SwiftUI */
Color(red: 0.749, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#bfa0df")Accessibility — WCAG contrast
Aa
#bfa0df on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa0df on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green62.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta28.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bfa0df text on a black background
contrast 9.31:1
Card sample
#bfa0df text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa0df;
Background color
Panel with #bfa0df background
background-color: #bfa0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa0df; background: linear-gradient(135deg, #bfa0df, #DFA0D5);