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