#bba3df
a light, vivid violet · warm · closest name: plum
RGB
187, 163, 223
HSL
264°, 48%, 76%
CMYK
16, 27, 0, 13
Luminance
0.4209
Every format
| HEX | #bba3df |
| RGB | rgb(187, 163, 223) |
| HSL | hsl(264, 48%, 76%) |
| CMYK | cmyk(16%, 27%, 0%, 13%) |
| LAB | lab(70.9 20.4 -27.1) |
| LCH | lch(70.9 33.9 307.0) |
| OKLCH | oklch(0.757 0.088 302.7) |
Copy-ready code
/* CSS */
color: #bba3df;
background-color: #bba3df;
/* Tailwind (arbitrary) */
class="text-[#bba3df] bg-[#bba3df]"
/* SCSS */
$brand: #bba3df;
/* SwiftUI */
Color(red: 0.733, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#bba3df")Accessibility — WCAG contrast
Aa
#bba3df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba3df on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.9%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bba3df text on a black background
contrast 9.42:1
Card sample
#bba3df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba3df;
Background color
Panel with #bba3df background
background-color: #bba3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba3df; background: linear-gradient(135deg, #bba3df, #DFA3DB);