#bbafd5
a light, soft violet · warm · closest name: plum
RGB
187, 175, 213
HSL
259°, 31%, 76%
CMYK
12, 18, 0, 17
Luminance
0.4603
Every format
| HEX | #bbafd5 |
| RGB | rgb(187, 175, 213) |
| HSL | hsl(259, 31%, 76%) |
| CMYK | cmyk(12%, 18%, 0%, 17%) |
| LAB | lab(73.6 11.7 -17.6) |
| LCH | lch(73.6 21.1 303.5) |
| OKLCH | oklch(0.776 0.055 299.6) |
Copy-ready code
/* CSS */
color: #bbafd5;
background-color: #bbafd5;
/* Tailwind (arbitrary) */
class="text-[#bbafd5] bg-[#bbafd5]"
/* SCSS */
$brand: #bbafd5;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.835)
/* Android */
Color.parseColor("#bbafd5")Accessibility — WCAG contrast
Aa
#bbafd5 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafd5 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue83.5%
CMYK percentages
Cyan12.2%
Magenta17.8%
Yellow0.0%
Key (black)16.5%
Color previews
#bbafd5 text on a black background
contrast 10.21:1
Card sample
#bbafd5 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafd5;
Background color
Panel with #bbafd5 background
background-color: #bbafd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafd5; background: linear-gradient(135deg, #bbafd5, #D4AFD5);