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