#bfb7eb
a light, vivid blue · warm · closest name: plum
RGB
191, 183, 235
HSL
249°, 57%, 82%
CMYK
19, 22, 0, 8
Luminance
0.5094
Every format
| HEX | #bfb7eb |
| RGB | rgb(191, 183, 235) |
| HSL | hsl(249, 57%, 82%) |
| CMYK | cmyk(19%, 22%, 0%, 8%) |
| LAB | lab(76.6 13.3 -24.9) |
| LCH | lch(76.6 28.2 298.1) |
| OKLCH | oklch(0.804 0.073 291.7) |
Copy-ready code
/* CSS */
color: #bfb7eb;
background-color: #bfb7eb;
/* Tailwind (arbitrary) */
class="text-[#bfb7eb] bg-[#bfb7eb]"
/* SCSS */
$brand: #bfb7eb;
/* SwiftUI */
Color(red: 0.749, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#bfb7eb")Accessibility — WCAG contrast
Aa
#bfb7eb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfb7eb on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green71.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bfb7eb text on a black background
contrast 11.19:1
Card sample
#bfb7eb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfb7eb;
Background color
Panel with #bfb7eb background
background-color: #bfb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfb7eb; background: linear-gradient(135deg, #bfb7eb, #E2B7EB);