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