#bfa0f0
a light, vivid violet · warm · closest name: plum
RGB
191, 160, 240
HSL
263°, 73%, 78%
CMYK
20, 33, 0, 6
Luminance
0.4251
Every format
| HEX | #bfa0f0 |
| RGB | rgb(191, 160, 240) |
| HSL | hsl(263, 73%, 78%) |
| CMYK | cmyk(20%, 33%, 0%, 6%) |
| LAB | lab(71.2 27.1 -35.9) |
| LCH | lch(71.2 45.0 307.0) |
| OKLCH | oklch(0.763 0.117 301.5) |
Copy-ready code
/* CSS */
color: #bfa0f0;
background-color: #bfa0f0;
/* Tailwind (arbitrary) */
class="text-[#bfa0f0] bg-[#bfa0f0]"
/* SCSS */
$brand: #bfa0f0;
/* SwiftUI */
Color(red: 0.749, green: 0.627, blue: 0.941)
/* Android */
Color.parseColor("#bfa0f0")Accessibility — WCAG contrast
Aa
#bfa0f0 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa0f0 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green62.7%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta33.3%
Yellow0.0%
Key (black)5.9%
Color previews
#bfa0f0 text on a black background
contrast 9.50:1
Card sample
#bfa0f0 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa0f0;
Background color
Panel with #bfa0f0 background
background-color: #bfa0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 160, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 160, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa0f0; background: linear-gradient(135deg, #bfa0f0, #F0A0EC);