#bbaad4
a light, soft violet · warm · closest name: plum
RGB
187, 170, 212
HSL
264°, 33%, 75%
CMYK
12, 20, 0, 17
Luminance
0.4407
Every format
| HEX | #bbaad4 |
| RGB | rgb(187, 170, 212) |
| HSL | hsl(264, 33%, 75%) |
| CMYK | cmyk(12%, 20%, 0%, 17%) |
| LAB | lab(72.3 14.2 -19.0) |
| LCH | lch(72.3 23.7 306.7) |
| OKLCH | oklch(0.766 0.062 303.4) |
Copy-ready code
/* CSS */
color: #bbaad4;
background-color: #bbaad4;
/* Tailwind (arbitrary) */
class="text-[#bbaad4] bg-[#bbaad4]"
/* SCSS */
$brand: #bbaad4;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.831)
/* Android */
Color.parseColor("#bbaad4")Accessibility — WCAG contrast
Aa
#bbaad4 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaad4 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue83.1%
CMYK percentages
Cyan11.8%
Magenta19.8%
Yellow0.0%
Key (black)16.9%
Color previews
#bbaad4 text on a black background
contrast 9.81:1
Card sample
#bbaad4 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaad4;
Background color
Panel with #bbaad4 background
background-color: #bbaad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaad4; background: linear-gradient(135deg, #bbaad4, #D4AAD1);