#bbacdf
a light, soft violet · warm · closest name: plum
RGB
187, 172, 223
HSL
258°, 44%, 78%
CMYK
16, 23, 0, 13
Luminance
0.4540
Every format
| HEX | #bbacdf |
| RGB | rgb(187, 172, 223) |
| HSL | hsl(258, 44%, 78%) |
| CMYK | cmyk(16%, 23%, 0%, 13%) |
| LAB | lab(73.2 15.4 -23.7) |
| LCH | lch(73.2 28.3 303.1) |
| OKLCH | oklch(0.774 0.073 298.1) |
Copy-ready code
/* CSS */
color: #bbacdf;
background-color: #bbacdf;
/* Tailwind (arbitrary) */
class="text-[#bbacdf] bg-[#bbacdf]"
/* SCSS */
$brand: #bbacdf;
/* SwiftUI */
Color(red: 0.733, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#bbacdf")Accessibility — WCAG contrast
Aa
#bbacdf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbacdf on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.5%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bbacdf text on a black background
contrast 10.08:1
Card sample
#bbacdf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbacdf;
Background color
Panel with #bbacdf background
background-color: #bbacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbacdf; background: linear-gradient(135deg, #bbacdf, #DDACDF);