#bfabfd
a light, electric blue · warm · closest name: plum
RGB
191, 171, 253
HSL
255°, 95%, 83%
CMYK
25, 32, 0, 1
Luminance
0.4729
Every format
| HEX | #bfabfd |
| RGB | rgb(191, 171, 253) |
| HSL | hsl(255, 95%, 83%) |
| CMYK | cmyk(25%, 32%, 0%, 1%) |
| LAB | lab(74.4 24.0 -38.1) |
| LCH | lch(74.4 45.0 302.2) |
| OKLCH | oklch(0.788 0.116 294.8) |
Copy-ready code
/* CSS */
color: #bfabfd;
background-color: #bfabfd;
/* Tailwind (arbitrary) */
class="text-[#bfabfd] bg-[#bfabfd]"
/* SCSS */
$brand: #bfabfd;
/* SwiftUI */
Color(red: 0.749, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#bfabfd")Accessibility — WCAG contrast
Aa
#bfabfd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfabfd on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.1%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bfabfd text on a black background
contrast 10.46:1
Card sample
#bfabfd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfabfd;
Background color
Panel with #bfabfd background
background-color: #bfabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfabfd; background: linear-gradient(135deg, #bfabfd, #F6ABFD);