#bfb5eb
a light, vivid blue · warm · closest name: plum
RGB
191, 181, 235
HSL
251°, 57%, 82%
CMYK
19, 23, 0, 8
Luminance
0.5012
Every format
| HEX | #bfb5eb |
| RGB | rgb(191, 181, 235) |
| HSL | hsl(251, 57%, 82%) |
| CMYK | cmyk(19%, 23%, 0%, 8%) |
| LAB | lab(76.1 14.4 -25.6) |
| LCH | lch(76.1 29.4 299.3) |
| OKLCH | oklch(0.800 0.076 293.1) |
Copy-ready code
/* CSS */
color: #bfb5eb;
background-color: #bfb5eb;
/* Tailwind (arbitrary) */
class="text-[#bfb5eb] bg-[#bfb5eb]"
/* SCSS */
$brand: #bfb5eb;
/* SwiftUI */
Color(red: 0.749, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#bfb5eb")Accessibility — WCAG contrast
Aa
#bfb5eb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfb5eb on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green71.0%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bfb5eb text on a black background
contrast 11.02:1
Card sample
#bfb5eb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfb5eb;
Background color
Panel with #bfb5eb background
background-color: #bfb5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfb5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfb5eb; background: linear-gradient(135deg, #bfb5eb, #E3B5EB);