#bba6cf
a light, soft violet · warm · closest name: plum
RGB
187, 166, 207
HSL
271°, 30%, 73%
CMYK
10, 20, 0, 19
Luminance
0.4234
Every format
| HEX | #bba6cf |
| RGB | rgb(187, 166, 207) |
| HSL | hsl(271, 30%, 73%) |
| CMYK | cmyk(10%, 20%, 0%, 19%) |
| LAB | lab(71.1 15.4 -18.1) |
| LCH | lch(71.1 23.7 310.4) |
| OKLCH | oklch(0.757 0.062 308.1) |
Copy-ready code
/* CSS */
color: #bba6cf;
background-color: #bba6cf;
/* Tailwind (arbitrary) */
class="text-[#bba6cf] bg-[#bba6cf]"
/* SCSS */
$brand: #bba6cf;
/* SwiftUI */
Color(red: 0.733, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#bba6cf")Accessibility — WCAG contrast
Aa
#bba6cf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba6cf on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.1%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta19.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bba6cf text on a black background
contrast 9.47:1
Card sample
#bba6cf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba6cf;
Background color
Panel with #bba6cf background
background-color: #bba6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba6cf; background: linear-gradient(135deg, #bba6cf, #CFA6C8);