#bfb9da
a light, soft blue · warm · closest name: lavender
RGB
191, 185, 218
HSL
251°, 31%, 79%
CMYK
12, 15, 0, 15
Luminance
0.5084
Every format
| HEX | #bfb9da |
| RGB | rgb(191, 185, 218) |
| HSL | hsl(251, 31%, 79%) |
| CMYK | cmyk(12%, 15%, 0%, 15%) |
| LAB | lab(76.6 8.5 -15.8) |
| LCH | lch(76.6 17.9 298.5) |
| OKLCH | oklch(0.801 0.047 293.7) |
Copy-ready code
/* CSS */
color: #bfb9da;
background-color: #bfb9da;
/* Tailwind (arbitrary) */
class="text-[#bfb9da] bg-[#bfb9da]"
/* SCSS */
$brand: #bfb9da;
/* SwiftUI */
Color(red: 0.749, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#bfb9da")Accessibility — WCAG contrast
Aa
#bfb9da on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfb9da on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green72.5%
Blue85.5%
CMYK percentages
Cyan12.4%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#bfb9da text on a black background
contrast 11.17:1
Card sample
#bfb9da text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfb9da;
Background color
Panel with #bfb9da background
background-color: #bfb9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfb9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfb9da; background: linear-gradient(135deg, #bfb9da, #D5B9DA);