#bba3db
a light, soft violet · warm · closest name: plum
RGB
187, 163, 219
HSL
266°, 44%, 75%
CMYK
15, 26, 0, 14
Luminance
0.4187
Every format
| HEX | #bba3db |
| RGB | rgb(187, 163, 219) |
| HSL | hsl(266, 44%, 75%) |
| CMYK | cmyk(15%, 26%, 0%, 14%) |
| LAB | lab(70.8 19.6 -25.1) |
| LCH | lch(70.8 31.9 307.9) |
| OKLCH | oklch(0.756 0.083 304.1) |
Copy-ready code
/* CSS */
color: #bba3db;
background-color: #bba3db;
/* Tailwind (arbitrary) */
class="text-[#bba3db] bg-[#bba3db]"
/* SCSS */
$brand: #bba3db;
/* SwiftUI */
Color(red: 0.733, green: 0.639, blue: 0.859)
/* Android */
Color.parseColor("#bba3db")Accessibility — WCAG contrast
Aa
#bba3db on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba3db on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.9%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta25.6%
Yellow0.0%
Key (black)14.1%
Color previews
#bba3db text on a black background
contrast 9.37:1
Card sample
#bba3db text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba3db;
Background color
Panel with #bba3db background
background-color: #bba3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 163, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 163, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba3db; background: linear-gradient(135deg, #bba3db, #DBA3D6);