#bfb9ea
a light, vivid blue · warm · closest name: plum
RGB
191, 185, 234
HSL
247°, 54%, 82%
CMYK
18, 21, 0, 8
Luminance
0.5171
Every format
| HEX | #bfb9ea |
| RGB | rgb(191, 185, 234) |
| HSL | hsl(247, 54%, 82%) |
| CMYK | cmyk(18%, 21%, 0%, 8%) |
| LAB | lab(77.1 12.0 -23.6) |
| LCH | lch(77.1 26.5 296.9) |
| OKLCH | oklch(0.807 0.069 290.4) |
Copy-ready code
/* CSS */
color: #bfb9ea;
background-color: #bfb9ea;
/* Tailwind (arbitrary) */
class="text-[#bfb9ea] bg-[#bfb9ea]"
/* SCSS */
$brand: #bfb9ea;
/* SwiftUI */
Color(red: 0.749, green: 0.725, blue: 0.918)
/* Android */
Color.parseColor("#bfb9ea")Accessibility — WCAG contrast
Aa
#bfb9ea on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfb9ea on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green72.5%
Blue91.8%
CMYK percentages
Cyan18.4%
Magenta20.9%
Yellow0.0%
Key (black)8.2%
Color previews
#bfb9ea text on a black background
contrast 11.34:1
Card sample
#bfb9ea text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfb9ea;
Background color
Panel with #bfb9ea background
background-color: #bfb9ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfb9ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 185, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 185, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfb9ea; background: linear-gradient(135deg, #bfb9ea, #E0B9EA);