#bd95df
a light, vivid violet · warm · closest name: plum
RGB
189, 149, 223
HSL
272°, 54%, 73%
CMYK
15, 33, 0, 13
Luminance
0.3764
Every format
| HEX | #bd95df |
| RGB | rgb(189, 149, 223) |
| HSL | hsl(272, 54%, 73%) |
| CMYK | cmyk(15%, 33%, 0%, 13%) |
| LAB | lab(67.8 28.8 -32.0) |
| LCH | lch(67.8 43.1 312.0) |
| OKLCH | oklch(0.733 0.113 308.6) |
Copy-ready code
/* CSS */
color: #bd95df;
background-color: #bd95df;
/* Tailwind (arbitrary) */
class="text-[#bd95df] bg-[#bd95df]"
/* SCSS */
$brand: #bd95df;
/* SwiftUI */
Color(red: 0.741, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#bd95df")Accessibility — WCAG contrast
Aa
#bd95df on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd95df on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green58.4%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bd95df text on a black background
contrast 8.53:1
Card sample
#bd95df text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd95df;
Background color
Panel with #bd95df background
background-color: #bd95df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd95df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd95df; background: linear-gradient(135deg, #bd95df, #DF95D0);