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