#bf9cdf
a light, vivid violet · warm · closest name: plum
RGB
191, 156, 223
HSL
271°, 51%, 74%
CMYK
14, 30, 0, 13
Luminance
0.4018
Every format
| HEX | #bf9cdf |
| RGB | rgb(191, 156, 223) |
| HSL | hsl(271, 51%, 74%) |
| CMYK | cmyk(14%, 30%, 0%, 13%) |
| LAB | lab(69.6 25.6 -29.1) |
| LCH | lch(69.6 38.8 311.3) |
| OKLCH | oklch(0.748 0.101 307.9) |
Copy-ready code
/* CSS */
color: #bf9cdf;
background-color: #bf9cdf;
/* Tailwind (arbitrary) */
class="text-[#bf9cdf] bg-[#bf9cdf]"
/* SCSS */
$brand: #bf9cdf;
/* SwiftUI */
Color(red: 0.749, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#bf9cdf")Accessibility — WCAG contrast
Aa
#bf9cdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9cdf on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green61.2%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bf9cdf text on a black background
contrast 9.04:1
Card sample
#bf9cdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9cdf;
Background color
Panel with #bf9cdf background
background-color: #bf9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9cdf; background: linear-gradient(135deg, #bf9cdf, #DF9CD2);