#bfbfe3
a light, soft blue · warm · closest name: lavender
RGB
191, 191, 227
HSL
240°, 39%, 82%
CMYK
16, 16, 0, 11
Luminance
0.5388
Every format
| HEX | #bfbfe3 |
| RGB | rgb(191, 191, 227) |
| HSL | hsl(240, 39%, 82%) |
| CMYK | cmyk(16%, 16%, 0%, 11%) |
| LAB | lab(78.4 7.2 -17.9) |
| LCH | lch(78.4 19.3 291.9) |
| OKLCH | oklch(0.816 0.050 285.2) |
Copy-ready code
/* CSS */
color: #bfbfe3;
background-color: #bfbfe3;
/* Tailwind (arbitrary) */
class="text-[#bfbfe3] bg-[#bfbfe3]"
/* SCSS */
$brand: #bfbfe3;
/* SwiftUI */
Color(red: 0.749, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#bfbfe3")Accessibility — WCAG contrast
Aa
#bfbfe3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbfe3 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green74.9%
Blue89.0%
CMYK percentages
Cyan15.9%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#bfbfe3 text on a black background
contrast 11.78:1
Card sample
#bfbfe3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbfe3;
Background color
Panel with #bfbfe3 background
background-color: #bfbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbfe3; background: linear-gradient(135deg, #bfbfe3, #D7BFE3);