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