#bf9bc9
a light, soft violet · warm · closest name: plum
RGB
191, 155, 201
HSL
287°, 30%, 70%
CMYK
5, 23, 0, 21
Luminance
0.3874
Every format
| HEX | #bf9bc9 |
| RGB | rgb(191, 155, 201) |
| HSL | hsl(287, 30%, 70%) |
| CMYK | cmyk(5%, 23%, 0%, 21%) |
| LAB | lab(68.6 21.6 -18.6) |
| LCH | lch(68.6 28.5 319.3) |
| OKLCH | oklch(0.737 0.076 318.8) |
Copy-ready code
/* CSS */
color: #bf9bc9;
background-color: #bf9bc9;
/* Tailwind (arbitrary) */
class="text-[#bf9bc9] bg-[#bf9bc9]"
/* SCSS */
$brand: #bf9bc9;
/* SwiftUI */
Color(red: 0.749, green: 0.608, blue: 0.788)
/* Android */
Color.parseColor("#bf9bc9")Accessibility — WCAG contrast
Aa
#bf9bc9 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9bc9 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green60.8%
Blue78.8%
CMYK percentages
Cyan5.0%
Magenta22.9%
Yellow0.0%
Key (black)21.2%
Color previews
#bf9bc9 text on a black background
contrast 8.75:1
Card sample
#bf9bc9 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9bc9;
Background color
Panel with #bf9bc9 background
background-color: #bf9bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 155, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 155, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9bc9; background: linear-gradient(135deg, #bf9bc9, #C99BB4);