#bfa2fd
a light, electric violet · warm · closest name: plum
RGB
191, 162, 253
HSL
259°, 96%, 81%
CMYK
25, 36, 0, 1
Luminance
0.4401
Every format
| HEX | #bfa2fd |
| RGB | rgb(191, 162, 253) |
| HSL | hsl(259, 96%, 81%) |
| CMYK | cmyk(25%, 36%, 0%, 1%) |
| LAB | lab(72.2 29.0 -41.4) |
| LCH | lch(72.2 50.5 305.0) |
| OKLCH | oklch(0.772 0.130 297.9) |
Copy-ready code
/* CSS */
color: #bfa2fd;
background-color: #bfa2fd;
/* Tailwind (arbitrary) */
class="text-[#bfa2fd] bg-[#bfa2fd]"
/* SCSS */
$brand: #bfa2fd;
/* SwiftUI */
Color(red: 0.749, green: 0.635, blue: 0.992)
/* Android */
Color.parseColor("#bfa2fd")Accessibility — WCAG contrast
Aa
#bfa2fd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa2fd on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.5%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta36.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bfa2fd text on a black background
contrast 9.80:1
Card sample
#bfa2fd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa2fd;
Background color
Panel with #bfa2fd background
background-color: #bfa2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 162, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 162, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa2fd; background: linear-gradient(135deg, #bfa2fd, #FCA2FD);