#bba7db
a light, soft violet · warm · closest name: plum
RGB
187, 167, 219
HSL
263°, 42%, 76%
CMYK
15, 24, 0, 14
Luminance
0.4332
Every format
| HEX | #bba7db |
| RGB | rgb(187, 167, 219) |
| HSL | hsl(263, 42%, 76%) |
| CMYK | cmyk(15%, 24%, 0%, 14%) |
| LAB | lab(71.8 17.3 -23.6) |
| LCH | lch(71.8 29.3 306.3) |
| OKLCH | oklch(0.763 0.076 302.2) |
Copy-ready code
/* CSS */
color: #bba7db;
background-color: #bba7db;
/* Tailwind (arbitrary) */
class="text-[#bba7db] bg-[#bba7db]"
/* SCSS */
$brand: #bba7db;
/* SwiftUI */
Color(red: 0.733, green: 0.655, blue: 0.859)
/* Android */
Color.parseColor("#bba7db")Accessibility — WCAG contrast
Aa
#bba7db on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba7db on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.5%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta23.7%
Yellow0.0%
Key (black)14.1%
Color previews
#bba7db text on a black background
contrast 9.66:1
Card sample
#bba7db text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba7db;
Background color
Panel with #bba7db background
background-color: #bba7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 167, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 167, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba7db; background: linear-gradient(135deg, #bba7db, #DBA7D8);