#bfbdfd
a pale, electric blue · warm · closest name: plum
RGB
191, 189, 253
HSL
242°, 94%, 87%
CMYK
25, 25, 0, 1
Luminance
0.5456
Every format
| HEX | #bfbdfd |
| RGB | rgb(191, 189, 253) |
| HSL | hsl(242, 94%, 87%) |
| CMYK | cmyk(25%, 25%, 0%, 1%) |
| LAB | lab(78.8 14.1 -31.3) |
| LCH | lch(78.8 34.3 294.3) |
| OKLCH | oklch(0.822 0.089 285.7) |
Copy-ready code
/* CSS */
color: #bfbdfd;
background-color: #bfbdfd;
/* Tailwind (arbitrary) */
class="text-[#bfbdfd] bg-[#bfbdfd]"
/* SCSS */
$brand: #bfbdfd;
/* SwiftUI */
Color(red: 0.749, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#bfbdfd")Accessibility — WCAG contrast
Aa
#bfbdfd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbdfd on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#bfbdfd text on a black background
contrast 11.91:1
Card sample
#bfbdfd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbdfd;
Background color
Panel with #bfbdfd background
background-color: #bfbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbdfd; background: linear-gradient(135deg, #bfbdfd, #EABDFD);