#bfa2cf
a light, soft violet · warm · closest name: plum
RGB
191, 162, 207
HSL
279°, 32%, 72%
CMYK
8, 22, 0, 19
Luminance
0.4142
Every format
| HEX | #bfa2cf |
| RGB | rgb(191, 162, 207) |
| HSL | hsl(279, 32%, 72%) |
| CMYK | cmyk(8%, 22%, 0%, 19%) |
| LAB | lab(70.5 18.9 -19.0) |
| LCH | lch(70.5 26.8 314.9) |
| OKLCH | oklch(0.753 0.071 313.5) |
Copy-ready code
/* CSS */
color: #bfa2cf;
background-color: #bfa2cf;
/* Tailwind (arbitrary) */
class="text-[#bfa2cf] bg-[#bfa2cf]"
/* SCSS */
$brand: #bfa2cf;
/* SwiftUI */
Color(red: 0.749, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#bfa2cf")Accessibility — WCAG contrast
Aa
#bfa2cf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa2cf on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.5%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bfa2cf text on a black background
contrast 9.28:1
Card sample
#bfa2cf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa2cf;
Background color
Panel with #bfa2cf background
background-color: #bfa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa2cf; background: linear-gradient(135deg, #bfa2cf, #CFA2C1);