#bfa7df
a light, vivid violet · warm · closest name: plum
RGB
191, 167, 223
HSL
266°, 47%, 77%
CMYK
14, 25, 0, 13
Luminance
0.4404
Every format
| HEX | #bfa7df |
| RGB | rgb(191, 167, 223) |
| HSL | hsl(266, 47%, 77%) |
| CMYK | cmyk(14%, 25%, 0%, 13%) |
| LAB | lab(72.3 19.5 -25.0) |
| LCH | lch(72.3 31.7 307.9) |
| OKLCH | oklch(0.768 0.083 304.1) |
Copy-ready code
/* CSS */
color: #bfa7df;
background-color: #bfa7df;
/* Tailwind (arbitrary) */
class="text-[#bfa7df] bg-[#bfa7df]"
/* SCSS */
$brand: #bfa7df;
/* SwiftUI */
Color(red: 0.749, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#bfa7df")Accessibility — WCAG contrast
Aa
#bfa7df on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa7df on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green65.5%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bfa7df text on a black background
contrast 9.81:1
Card sample
#bfa7df text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa7df;
Background color
Panel with #bfa7df background
background-color: #bfa7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa7df; background: linear-gradient(135deg, #bfa7df, #DFA7DA);