#bbaacd
a light, soft violet · warm · closest name: plum
RGB
187, 170, 205
HSL
269°, 26%, 74%
CMYK
9, 17, 0, 20
Luminance
0.4372
Every format
| HEX | #bbaacd |
| RGB | rgb(187, 170, 205) |
| HSL | hsl(269, 26%, 74%) |
| CMYK | cmyk(9%, 17%, 0%, 20%) |
| LAB | lab(72.0 12.7 -15.5) |
| LCH | lch(72.0 20.1 309.4) |
| OKLCH | oklch(0.764 0.053 307.1) |
Copy-ready code
/* CSS */
color: #bbaacd;
background-color: #bbaacd;
/* Tailwind (arbitrary) */
class="text-[#bbaacd] bg-[#bbaacd]"
/* SCSS */
$brand: #bbaacd;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.804)
/* Android */
Color.parseColor("#bbaacd")Accessibility — WCAG contrast
Aa
#bbaacd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaacd on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue80.4%
CMYK percentages
Cyan8.8%
Magenta17.1%
Yellow0.0%
Key (black)19.6%
Color previews
#bbaacd text on a black background
contrast 9.74:1
Card sample
#bbaacd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaacd;
Background color
Panel with #bbaacd background
background-color: #bbaacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaacd; background: linear-gradient(135deg, #bbaacd, #CDAAC8);