#bbaacf
a light, soft violet · warm · closest name: plum
RGB
187, 170, 207
HSL
268°, 28%, 74%
CMYK
10, 18, 0, 19
Luminance
0.4382
Every format
| HEX | #bbaacf |
| RGB | rgb(187, 170, 207) |
| HSL | hsl(268, 28%, 74%) |
| CMYK | cmyk(10%, 18%, 0%, 19%) |
| LAB | lab(72.1 13.2 -16.5) |
| LCH | lch(72.1 21.1 308.5) |
| OKLCH | oklch(0.765 0.055 305.9) |
Copy-ready code
/* CSS */
color: #bbaacf;
background-color: #bbaacf;
/* Tailwind (arbitrary) */
class="text-[#bbaacf] bg-[#bbaacf]"
/* SCSS */
$brand: #bbaacf;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#bbaacf")Accessibility — WCAG contrast
Aa
#bbaacf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaacf on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bbaacf text on a black background
contrast 9.76:1
Card sample
#bbaacf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaacf;
Background color
Panel with #bbaacf background
background-color: #bbaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaacf; background: linear-gradient(135deg, #bbaacf, #CFAACA);