#bfa3df
a light, vivid violet · warm · closest name: plum
RGB
191, 163, 223
HSL
268°, 48%, 76%
CMYK
14, 27, 0, 13
Luminance
0.4260
Every format
| HEX | #bfa3df |
| RGB | rgb(191, 163, 223) |
| HSL | hsl(268, 48%, 76%) |
| CMYK | cmyk(14%, 27%, 0%, 13%) |
| LAB | lab(71.3 21.7 -26.5) |
| LCH | lch(71.3 34.3 309.3) |
| OKLCH | oklch(0.761 0.089 305.7) |
Copy-ready code
/* CSS */
color: #bfa3df;
background-color: #bfa3df;
/* Tailwind (arbitrary) */
class="text-[#bfa3df] bg-[#bfa3df]"
/* SCSS */
$brand: #bfa3df;
/* SwiftUI */
Color(red: 0.749, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#bfa3df")Accessibility — WCAG contrast
Aa
#bfa3df on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa3df on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.9%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bfa3df text on a black background
contrast 9.52:1
Card sample
#bfa3df text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa3df;
Background color
Panel with #bfa3df background
background-color: #bfa3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa3df; background: linear-gradient(135deg, #bfa3df, #DFA3D7);