#bfbaeb
a light, vivid blue · warm · closest name: plum
RGB
191, 186, 235
HSL
246°, 55%, 83%
CMYK
19, 21, 0, 8
Luminance
0.5219
Every format
| HEX | #bfbaeb |
| RGB | rgb(191, 186, 235) |
| HSL | hsl(246, 55%, 83%) |
| CMYK | cmyk(19%, 21%, 0%, 8%) |
| LAB | lab(77.4 11.6 -23.7) |
| LCH | lch(77.4 26.4 296.1) |
| OKLCH | oklch(0.809 0.069 289.4) |
Copy-ready code
/* CSS */
color: #bfbaeb;
background-color: #bfbaeb;
/* Tailwind (arbitrary) */
class="text-[#bfbaeb] bg-[#bfbaeb]"
/* SCSS */
$brand: #bfbaeb;
/* SwiftUI */
Color(red: 0.749, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#bfbaeb")Accessibility — WCAG contrast
Aa
#bfbaeb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbaeb on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green72.9%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bfbaeb text on a black background
contrast 11.44:1
Card sample
#bfbaeb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbaeb;
Background color
Panel with #bfbaeb background
background-color: #bfbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbaeb; background: linear-gradient(135deg, #bfbaeb, #E0BAEB);