#bfbaf2
a light, vivid blue · warm · closest name: plum
RGB
191, 186, 242
HSL
245°, 68%, 84%
CMYK
21, 23, 0, 5
Luminance
0.5260
Every format
| HEX | #bfbaf2 |
| RGB | rgb(191, 186, 242) |
| HSL | hsl(245, 68%, 84%) |
| CMYK | cmyk(21%, 23%, 0%, 5%) |
| LAB | lab(77.6 13.2 -27.1) |
| LCH | lch(77.6 30.1 296.0) |
| OKLCH | oklch(0.812 0.079 288.6) |
Copy-ready code
/* CSS */
color: #bfbaf2;
background-color: #bfbaf2;
/* Tailwind (arbitrary) */
class="text-[#bfbaf2] bg-[#bfbaf2]"
/* SCSS */
$brand: #bfbaf2;
/* SwiftUI */
Color(red: 0.749, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#bfbaf2")Accessibility — WCAG contrast
Aa
#bfbaf2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbaf2 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green72.9%
Blue94.9%
CMYK percentages
Cyan21.1%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#bfbaf2 text on a black background
contrast 11.52:1
Card sample
#bfbaf2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbaf2;
Background color
Panel with #bfbaf2 background
background-color: #bfbaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbaf2; background: linear-gradient(135deg, #bfbaf2, #E4BAF2);