#bfa0cf
a light, soft violet · warm · closest name: plum
RGB
191, 160, 207
HSL
280°, 33%, 72%
CMYK
8, 23, 0, 19
Luminance
0.4072
Every format
| HEX | #bfa0cf |
| RGB | rgb(191, 160, 207) |
| HSL | hsl(280, 33%, 72%) |
| CMYK | cmyk(8%, 23%, 0%, 19%) |
| LAB | lab(70.0 20.0 -19.7) |
| LCH | lch(70.0 28.1 315.4) |
| OKLCH | oklch(0.749 0.074 314.1) |
Copy-ready code
/* CSS */
color: #bfa0cf;
background-color: #bfa0cf;
/* Tailwind (arbitrary) */
class="text-[#bfa0cf] bg-[#bfa0cf]"
/* SCSS */
$brand: #bfa0cf;
/* SwiftUI */
Color(red: 0.749, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#bfa0cf")Accessibility — WCAG contrast
Aa
#bfa0cf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa0cf on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green62.7%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bfa0cf text on a black background
contrast 9.14:1
Card sample
#bfa0cf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa0cf;
Background color
Panel with #bfa0cf background
background-color: #bfa0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa0cf; background: linear-gradient(135deg, #bfa0cf, #CFA0C0);