#bfb2eb
a light, vivid blue · warm · closest name: plum
RGB
191, 178, 235
HSL
254°, 59%, 81%
CMYK
19, 24, 0, 8
Luminance
0.4892
Every format
| HEX | #bfb2eb |
| RGB | rgb(191, 178, 235) |
| HSL | hsl(254, 59%, 81%) |
| CMYK | cmyk(19%, 24%, 0%, 8%) |
| LAB | lab(75.4 16.0 -26.8) |
| LCH | lch(75.4 31.2 300.9) |
| OKLCH | oklch(0.794 0.081 295.0) |
Copy-ready code
/* CSS */
color: #bfb2eb;
background-color: #bfb2eb;
/* Tailwind (arbitrary) */
class="text-[#bfb2eb] bg-[#bfb2eb]"
/* SCSS */
$brand: #bfb2eb;
/* SwiftUI */
Color(red: 0.749, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#bfb2eb")Accessibility — WCAG contrast
Aa
#bfb2eb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfb2eb on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green69.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bfb2eb text on a black background
contrast 10.78:1
Card sample
#bfb2eb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfb2eb;
Background color
Panel with #bfb2eb background
background-color: #bfb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfb2eb; background: linear-gradient(135deg, #bfb2eb, #E5B2EB);