#bf8df4
a light, electric violet · warm · closest name: violet
RGB
191, 141, 244
HSL
269°, 82%, 76%
CMYK
22, 42, 0, 4
Luminance
0.3666
Every format
| HEX | #bf8df4 |
| RGB | rgb(191, 141, 244) |
| HSL | hsl(269, 82%, 76%) |
| CMYK | cmyk(22%, 42%, 0%, 4%) |
| LAB | lab(67.0 38.5 -44.7) |
| LCH | lch(67.0 59.0 310.7) |
| OKLCH | oklch(0.731 0.152 305.3) |
Copy-ready code
/* CSS */
color: #bf8df4;
background-color: #bf8df4;
/* Tailwind (arbitrary) */
class="text-[#bf8df4] bg-[#bf8df4]"
/* SCSS */
$brand: #bf8df4;
/* SwiftUI */
Color(red: 0.749, green: 0.553, blue: 0.957)
/* Android */
Color.parseColor("#bf8df4")Accessibility — WCAG contrast
Aa
#bf8df4 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf8df4 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green55.3%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta42.2%
Yellow0.0%
Key (black)4.3%
Color previews
#bf8df4 text on a black background
contrast 8.33:1
Card sample
#bf8df4 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf8df4;
Background color
Panel with #bf8df4 background
background-color: #bf8df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf8df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 141, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 141, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf8df4; background: linear-gradient(135deg, #bf8df4, #F48DE4);