#bd9fdf
a light, vivid violet · warm · closest name: plum
RGB
189, 159, 223
HSL
268°, 50%, 75%
CMYK
15, 29, 0, 13
Luminance
0.4094
Every format
| HEX | #bd9fdf |
| RGB | rgb(189, 159, 223) |
| HSL | hsl(268, 50%, 75%) |
| CMYK | cmyk(15%, 29%, 0%, 13%) |
| LAB | lab(70.1 23.3 -28.3) |
| LCH | lch(70.1 36.6 309.4) |
| OKLCH | oklch(0.752 0.096 305.6) |
Copy-ready code
/* CSS */
color: #bd9fdf;
background-color: #bd9fdf;
/* Tailwind (arbitrary) */
class="text-[#bd9fdf] bg-[#bd9fdf]"
/* SCSS */
$brand: #bd9fdf;
/* SwiftUI */
Color(red: 0.741, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#bd9fdf")Accessibility — WCAG contrast
Aa
#bd9fdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9fdf on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.4%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bd9fdf text on a black background
contrast 9.19:1
Card sample
#bd9fdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9fdf;
Background color
Panel with #bd9fdf background
background-color: #bd9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9fdf; background: linear-gradient(135deg, #bd9fdf, #DF9FD6);