#bd9bfd
a light, electric violet · warm · closest name: plum
RGB
189, 155, 253
HSL
261°, 96%, 80%
CMYK
25, 39, 0, 1
Luminance
0.4135
Every format
| HEX | #bd9bfd |
| RGB | rgb(189, 155, 253) |
| HSL | hsl(261, 96%, 80%) |
| CMYK | cmyk(25%, 39%, 0%, 1%) |
| LAB | lab(70.4 32.3 -44.3) |
| LCH | lch(70.4 54.8 306.1) |
| OKLCH | oklch(0.758 0.141 299.0) |
Copy-ready code
/* CSS */
color: #bd9bfd;
background-color: #bd9bfd;
/* Tailwind (arbitrary) */
class="text-[#bd9bfd] bg-[#bd9bfd]"
/* SCSS */
$brand: #bd9bfd;
/* SwiftUI */
Color(red: 0.741, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#bd9bfd")Accessibility — WCAG contrast
Aa
#bd9bfd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9bfd on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green60.8%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bd9bfd text on a black background
contrast 9.27:1
Card sample
#bd9bfd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9bfd;
Background color
Panel with #bd9bfd background
background-color: #bd9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9bfd; background: linear-gradient(135deg, #bd9bfd, #FD9BFC);