#bfbfee
a light, vivid blue · warm · closest name: lavender
RGB
191, 191, 238
HSL
240°, 58%, 84%
CMYK
20, 20, 0, 7
Luminance
0.5451
Every format
| HEX | #bfbfee |
| RGB | rgb(191, 191, 238) |
| HSL | hsl(240, 58%, 84%) |
| CMYK | cmyk(20%, 20%, 0%, 7%) |
| LAB | lab(78.8 9.6 -23.3) |
| LCH | lch(78.8 25.1 292.4) |
| OKLCH | oklch(0.820 0.066 284.9) |
Copy-ready code
/* CSS */
color: #bfbfee;
background-color: #bfbfee;
/* Tailwind (arbitrary) */
class="text-[#bfbfee] bg-[#bfbfee]"
/* SCSS */
$brand: #bfbfee;
/* SwiftUI */
Color(red: 0.749, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#bfbfee")Accessibility — WCAG contrast
Aa
#bfbfee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbfee on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green74.9%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta19.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bfbfee text on a black background
contrast 11.90:1
Card sample
#bfbfee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbfee;
Background color
Panel with #bfbfee background
background-color: #bfbfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbfee; background: linear-gradient(135deg, #bfbfee, #DEBFEE);