#bfa2eb
a light, vivid violet · warm · closest name: plum
RGB
191, 162, 235
HSL
264°, 65%, 78%
CMYK
19, 31, 0, 8
Luminance
0.4292
Every format
| HEX | #bfa2eb |
| RGB | rgb(191, 162, 235) |
| HSL | hsl(264, 65%, 78%) |
| CMYK | cmyk(19%, 31%, 0%, 8%) |
| LAB | lab(71.5 24.9 -32.8) |
| LCH | lch(71.5 41.1 307.2) |
| OKLCH | oklch(0.764 0.107 302.2) |
Copy-ready code
/* CSS */
color: #bfa2eb;
background-color: #bfa2eb;
/* Tailwind (arbitrary) */
class="text-[#bfa2eb] bg-[#bfa2eb]"
/* SCSS */
$brand: #bfa2eb;
/* SwiftUI */
Color(red: 0.749, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#bfa2eb")Accessibility — WCAG contrast
Aa
#bfa2eb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa2eb on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.5%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bfa2eb text on a black background
contrast 9.58:1
Card sample
#bfa2eb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa2eb;
Background color
Panel with #bfa2eb background
background-color: #bfa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa2eb; background: linear-gradient(135deg, #bfa2eb, #EBA2E6);