#bfa3ff
a light, electric violet · warm · closest name: plum
RGB
191, 163, 255
HSL
258°, 100%, 82%
CMYK
25, 36, 0, 0
Luminance
0.4449
Every format
| HEX | #bfa3ff |
| RGB | rgb(191, 163, 255) |
| HSL | hsl(258, 100%, 82%) |
| CMYK | cmyk(25%, 36%, 0%, 0%) |
| LAB | lab(72.6 28.9 -42.0) |
| LCH | lch(72.6 51.0 304.5) |
| OKLCH | oklch(0.775 0.131 297.2) |
Copy-ready code
/* CSS */
color: #bfa3ff;
background-color: #bfa3ff;
/* Tailwind (arbitrary) */
class="text-[#bfa3ff] bg-[#bfa3ff]"
/* SCSS */
$brand: #bfa3ff;
/* SwiftUI */
Color(red: 0.749, green: 0.639, blue: 1.000)
/* Android */
Color.parseColor("#bfa3ff")Accessibility — WCAG contrast
Aa
#bfa3ff on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa3ff on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.9%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta36.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bfa3ff text on a black background
contrast 9.90:1
Card sample
#bfa3ff text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa3ff;
Background color
Panel with #bfa3ff background
background-color: #bfa3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 163, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 163, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa3ff; background: linear-gradient(135deg, #bfa3ff, #FCA3FF);