#bf8fdf
a light, vivid violet · warm · closest name: plum
RGB
191, 143, 223
HSL
276°, 56%, 72%
CMYK
14, 36, 0, 13
Luminance
0.3605
Every format
| HEX | #bf8fdf |
| RGB | rgb(191, 143, 223) |
| HSL | hsl(276, 56%, 72%) |
| CMYK | cmyk(14%, 36%, 0%, 13%) |
| LAB | lab(66.6 32.8 -33.8) |
| LCH | lch(66.6 47.1 314.1) |
| OKLCH | oklch(0.725 0.124 311.0) |
Copy-ready code
/* CSS */
color: #bf8fdf;
background-color: #bf8fdf;
/* Tailwind (arbitrary) */
class="text-[#bf8fdf] bg-[#bf8fdf]"
/* SCSS */
$brand: #bf8fdf;
/* SwiftUI */
Color(red: 0.749, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#bf8fdf")Accessibility — WCAG contrast
Aa
#bf8fdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf8fdf on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bf8fdf text on a black background
contrast 8.21:1
Card sample
#bf8fdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf8fdf;
Background color
Panel with #bf8fdf background
background-color: #bf8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf8fdf; background: linear-gradient(135deg, #bf8fdf, #DF8FCA);