#bfa3f6
a light, electric violet · warm · closest name: plum
RGB
191, 163, 246
HSL
260°, 82%, 80%
CMYK
22, 34, 0, 4
Luminance
0.4392
Every format
| HEX | #bfa3f6 |
| RGB | rgb(191, 163, 246) |
| HSL | hsl(260, 82%, 80%) |
| CMYK | cmyk(22%, 34%, 0%, 4%) |
| LAB | lab(72.2 26.8 -37.7) |
| LCH | lch(72.2 46.3 305.4) |
| OKLCH | oklch(0.771 0.119 299.1) |
Copy-ready code
/* CSS */
color: #bfa3f6;
background-color: #bfa3f6;
/* Tailwind (arbitrary) */
class="text-[#bfa3f6] bg-[#bfa3f6]"
/* SCSS */
$brand: #bfa3f6;
/* SwiftUI */
Color(red: 0.749, green: 0.639, blue: 0.965)
/* Android */
Color.parseColor("#bfa3f6")Accessibility — WCAG contrast
Aa
#bfa3f6 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa3f6 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.9%
Blue96.5%
CMYK percentages
Cyan22.4%
Magenta33.7%
Yellow0.0%
Key (black)3.5%
Color previews
#bfa3f6 text on a black background
contrast 9.78:1
Card sample
#bfa3f6 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa3f6;
Background color
Panel with #bfa3f6 background
background-color: #bfa3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 163, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 163, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa3f6; background: linear-gradient(135deg, #bfa3f6, #F6A3F6);