#bba9df
a light, vivid violet · warm · closest name: plum
RGB
187, 169, 223
HSL
260°, 46%, 77%
CMYK
16, 24, 0, 13
Luminance
0.4427
Every format
| HEX | #bba9df |
| RGB | rgb(187, 169, 223) |
| HSL | hsl(260, 46%, 77%) |
| CMYK | cmyk(16%, 24%, 0%, 13%) |
| LAB | lab(72.4 17.1 -24.8) |
| LCH | lch(72.4 30.2 304.5) |
| OKLCH | oklch(0.769 0.078 299.8) |
Copy-ready code
/* CSS */
color: #bba9df;
background-color: #bba9df;
/* Tailwind (arbitrary) */
class="text-[#bba9df] bg-[#bba9df]"
/* SCSS */
$brand: #bba9df;
/* SwiftUI */
Color(red: 0.733, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#bba9df")Accessibility — WCAG contrast
Aa
#bba9df on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba9df on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.3%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bba9df text on a black background
contrast 9.85:1
Card sample
#bba9df text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba9df;
Background color
Panel with #bba9df background
background-color: #bba9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba9df; background: linear-gradient(135deg, #bba9df, #DFA9DF);