#bfbceb
a light, vivid blue · warm · closest name: lavender
RGB
191, 188, 235
HSL
244°, 54%, 83%
CMYK
19, 20, 0, 8
Luminance
0.5304
Every format
| HEX | #bfbceb |
| RGB | rgb(191, 188, 235) |
| HSL | hsl(244, 54%, 83%) |
| CMYK | cmyk(19%, 20%, 0%, 8%) |
| LAB | lab(77.9 10.6 -22.9) |
| LCH | lch(77.9 25.3 294.7) |
| OKLCH | oklch(0.813 0.066 287.8) |
Copy-ready code
/* CSS */
color: #bfbceb;
background-color: #bfbceb;
/* Tailwind (arbitrary) */
class="text-[#bfbceb] bg-[#bfbceb]"
/* SCSS */
$brand: #bfbceb;
/* SwiftUI */
Color(red: 0.749, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#bfbceb")Accessibility — WCAG contrast
Aa
#bfbceb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbceb on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green73.7%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bfbceb text on a black background
contrast 11.61:1
Card sample
#bfbceb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbceb;
Background color
Panel with #bfbceb background
background-color: #bfbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbceb; background: linear-gradient(135deg, #bfbceb, #DEBCEB);