#bf6cab
a balanced, soft magenta / pink · warm · closest name: plum
RGB
191, 108, 171
HSL
315°, 39%, 59%
CMYK
0, 44, 11, 25
Luminance
0.2474
Every format
| HEX | #bf6cab |
| RGB | rgb(191, 108, 171) |
| HSL | hsl(315, 39%, 59%) |
| CMYK | cmyk(0%, 44%, 11%, 25%) |
| LAB | lab(56.8 41.7 -19.4) |
| LCH | lch(56.8 46.0 335.0) |
| OKLCH | oklch(0.645 0.132 336.6) |
Copy-ready code
/* CSS */
color: #bf6cab;
background-color: #bf6cab;
/* Tailwind (arbitrary) */
class="text-[#bf6cab] bg-[#bf6cab]"
/* SCSS */
$brand: #bf6cab;
/* SwiftUI */
Color(red: 0.749, green: 0.424, blue: 0.671)
/* Android */
Color.parseColor("#bf6cab")Accessibility — WCAG contrast
Aa
#bf6cab on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6cab on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green42.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow10.5%
Key (black)25.1%
Color previews
#bf6cab text on a black background
contrast 5.95:1
Card sample
#bf6cab text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6cab;
Background color
Panel with #bf6cab background
background-color: #bf6cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 108, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 108, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6cab; background: linear-gradient(135deg, #bf6cab, #BF6C74);