#bfa2df
a light, vivid violet · warm · closest name: plum
RGB
191, 162, 223
HSL
269°, 49%, 76%
CMYK
14, 27, 0, 13
Luminance
0.4224
Every format
| HEX | #bfa2df |
| RGB | rgb(191, 162, 223) |
| HSL | hsl(269, 49%, 76%) |
| CMYK | cmyk(14%, 27%, 0%, 13%) |
| LAB | lab(71.0 22.2 -26.9) |
| LCH | lch(71.0 34.9 309.6) |
| OKLCH | oklch(0.759 0.091 306.0) |
Copy-ready code
/* CSS */
color: #bfa2df;
background-color: #bfa2df;
/* Tailwind (arbitrary) */
class="text-[#bfa2df] bg-[#bfa2df]"
/* SCSS */
$brand: #bfa2df;
/* SwiftUI */
Color(red: 0.749, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#bfa2df")Accessibility — WCAG contrast
Aa
#bfa2df on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa2df on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.5%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bfa2df text on a black background
contrast 9.45:1
Card sample
#bfa2df text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa2df;
Background color
Panel with #bfa2df background
background-color: #bfa2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa2df; background: linear-gradient(135deg, #bfa2df, #DFA2D6);