#bba0db
a light, vivid violet · warm · closest name: plum
RGB
187, 160, 219
HSL
268°, 45%, 74%
CMYK
15, 27, 0, 14
Luminance
0.4082
Every format
| HEX | #bba0db |
| RGB | rgb(187, 160, 219) |
| HSL | hsl(268, 45%, 74%) |
| CMYK | cmyk(15%, 27%, 0%, 14%) |
| LAB | lab(70.0 21.2 -26.3) |
| LCH | lch(70.0 33.8 308.9) |
| OKLCH | oklch(0.750 0.088 305.3) |
Copy-ready code
/* CSS */
color: #bba0db;
background-color: #bba0db;
/* Tailwind (arbitrary) */
class="text-[#bba0db] bg-[#bba0db]"
/* SCSS */
$brand: #bba0db;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.859)
/* Android */
Color.parseColor("#bba0db")Accessibility — WCAG contrast
Aa
#bba0db on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba0db on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta26.9%
Yellow0.0%
Key (black)14.1%
Color previews
#bba0db text on a black background
contrast 9.16:1
Card sample
#bba0db text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba0db;
Background color
Panel with #bba0db background
background-color: #bba0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba0db; background: linear-gradient(135deg, #bba0db, #DBA0D4);