#bfabeb
a light, vivid violet · warm · closest name: plum
RGB
191, 171, 235
HSL
259°, 62%, 80%
CMYK
19, 27, 0, 8
Luminance
0.4620
Every format
| HEX | #bfabeb |
| RGB | rgb(191, 171, 235) |
| HSL | hsl(259, 62%, 80%) |
| CMYK | cmyk(19%, 27%, 0%, 8%) |
| LAB | lab(73.7 19.9 -29.4) |
| LCH | lch(73.7 35.5 304.1) |
| OKLCH | oklch(0.781 0.092 298.6) |
Copy-ready code
/* CSS */
color: #bfabeb;
background-color: #bfabeb;
/* Tailwind (arbitrary) */
class="text-[#bfabeb] bg-[#bfabeb]"
/* SCSS */
$brand: #bfabeb;
/* SwiftUI */
Color(red: 0.749, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#bfabeb")Accessibility — WCAG contrast
Aa
#bfabeb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfabeb on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.1%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bfabeb text on a black background
contrast 10.24:1
Card sample
#bfabeb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfabeb;
Background color
Panel with #bfabeb background
background-color: #bfabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfabeb; background: linear-gradient(135deg, #bfabeb, #EAABEB);