#bf9fe2
a light, vivid violet · warm · closest name: plum
RGB
191, 159, 226
HSL
269°, 54%, 76%
CMYK
16, 30, 0, 11
Luminance
0.4136
Every format
| HEX | #bf9fe2 |
| RGB | rgb(191, 159, 226) |
| HSL | hsl(269, 54%, 76%) |
| CMYK | cmyk(16%, 30%, 0%, 11%) |
| LAB | lab(70.4 24.5 -29.5) |
| LCH | lch(70.4 38.4 309.8) |
| OKLCH | oklch(0.755 0.100 306.0) |
Copy-ready code
/* CSS */
color: #bf9fe2;
background-color: #bf9fe2;
/* Tailwind (arbitrary) */
class="text-[#bf9fe2] bg-[#bf9fe2]"
/* SCSS */
$brand: #bf9fe2;
/* SwiftUI */
Color(red: 0.749, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#bf9fe2")Accessibility — WCAG contrast
Aa
#bf9fe2 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9fe2 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green62.4%
Blue88.6%
CMYK percentages
Cyan15.5%
Magenta29.6%
Yellow0.0%
Key (black)11.4%
Color previews
#bf9fe2 text on a black background
contrast 9.27:1
Card sample
#bf9fe2 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9fe2;
Background color
Panel with #bf9fe2 background
background-color: #bf9fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9fe2; background: linear-gradient(135deg, #bf9fe2, #E29FD8);