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