#bf95eb
a light, vivid violet · warm · closest name: plum
RGB
191, 149, 235
HSL
269°, 68%, 75%
CMYK
19, 37, 0, 8
Luminance
0.3857
Every format
| HEX | #bf95eb |
| RGB | rgb(191, 149, 235) |
| HSL | hsl(269, 68%, 75%) |
| CMYK | cmyk(19%, 37%, 0%, 8%) |
| LAB | lab(68.4 32.1 -37.5) |
| LCH | lch(68.4 49.3 310.5) |
| OKLCH | oklch(0.741 0.128 305.9) |
Copy-ready code
/* CSS */
color: #bf95eb;
background-color: #bf95eb;
/* Tailwind (arbitrary) */
class="text-[#bf95eb] bg-[#bf95eb]"
/* SCSS */
$brand: #bf95eb;
/* SwiftUI */
Color(red: 0.749, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#bf95eb")Accessibility — WCAG contrast
Aa
#bf95eb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf95eb on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green58.4%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bf95eb text on a black background
contrast 8.71:1
Card sample
#bf95eb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf95eb;
Background color
Panel with #bf95eb background
background-color: #bf95eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf95eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf95eb; background: linear-gradient(135deg, #bf95eb, #EB95DE);