#bfa7eb
a light, vivid violet · warm · closest name: plum
RGB
191, 167, 235
HSL
261°, 63%, 79%
CMYK
19, 29, 0, 8
Luminance
0.4471
Every format
| HEX | #bfa7eb |
| RGB | rgb(191, 167, 235) |
| HSL | hsl(261, 63%, 79%) |
| CMYK | cmyk(19%, 29%, 0%, 8%) |
| LAB | lab(72.7 22.1 -30.9) |
| LCH | lch(72.7 38.0 305.6) |
| OKLCH | oklch(0.773 0.099 300.3) |
Copy-ready code
/* CSS */
color: #bfa7eb;
background-color: #bfa7eb;
/* Tailwind (arbitrary) */
class="text-[#bfa7eb] bg-[#bfa7eb]"
/* SCSS */
$brand: #bfa7eb;
/* SwiftUI */
Color(red: 0.749, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#bfa7eb")Accessibility — WCAG contrast
Aa
#bfa7eb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa7eb on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green65.5%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bfa7eb text on a black background
contrast 9.94:1
Card sample
#bfa7eb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa7eb;
Background color
Panel with #bfa7eb background
background-color: #bfa7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa7eb; background: linear-gradient(135deg, #bfa7eb, #EBA7EA);