#bba8df
a light, vivid violet · warm · closest name: plum
RGB
187, 168, 223
HSL
261°, 46%, 77%
CMYK
16, 25, 0, 13
Luminance
0.4390
Every format
| HEX | #bba8df |
| RGB | rgb(187, 168, 223) |
| HSL | hsl(261, 46%, 77%) |
| CMYK | cmyk(16%, 25%, 0%, 13%) |
| LAB | lab(72.2 17.6 -25.2) |
| LCH | lch(72.2 30.8 305.0) |
| OKLCH | oklch(0.767 0.080 300.3) |
Copy-ready code
/* CSS */
color: #bba8df;
background-color: #bba8df;
/* Tailwind (arbitrary) */
class="text-[#bba8df] bg-[#bba8df]"
/* SCSS */
$brand: #bba8df;
/* SwiftUI */
Color(red: 0.733, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#bba8df")Accessibility — WCAG contrast
Aa
#bba8df on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba8df on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.9%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta24.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bba8df text on a black background
contrast 9.78:1
Card sample
#bba8df text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba8df;
Background color
Panel with #bba8df background
background-color: #bba8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 168, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 168, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba8df; background: linear-gradient(135deg, #bba8df, #DFA8DE);