#bbafdc
a light, soft violet · warm · closest name: plum
RGB
187, 175, 220
HSL
256°, 39%, 78%
CMYK
15, 21, 0, 14
Luminance
0.4639
Every format
| HEX | #bbafdc |
| RGB | rgb(187, 175, 220) |
| HSL | hsl(256, 39%, 78%) |
| CMYK | cmyk(15%, 21%, 0%, 14%) |
| LAB | lab(73.8 13.1 -21.1) |
| LCH | lch(73.8 24.8 301.9) |
| OKLCH | oklch(0.779 0.065 297.1) |
Copy-ready code
/* CSS */
color: #bbafdc;
background-color: #bbafdc;
/* Tailwind (arbitrary) */
class="text-[#bbafdc] bg-[#bbafdc]"
/* SCSS */
$brand: #bbafdc;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#bbafdc")Accessibility — WCAG contrast
Aa
#bbafdc on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafdc on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue86.3%
CMYK percentages
Cyan15.0%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#bbafdc text on a black background
contrast 10.28:1
Card sample
#bbafdc text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafdc;
Background color
Panel with #bbafdc background
background-color: #bbafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafdc; background: linear-gradient(135deg, #bbafdc, #D9AFDC);