#bba9cf
a light, soft violet · warm · closest name: plum
RGB
187, 169, 207
HSL
268°, 28%, 74%
CMYK
10, 18, 0, 19
Luminance
0.4345
Every format
| HEX | #bba9cf |
| RGB | rgb(187, 169, 207) |
| HSL | hsl(268, 28%, 74%) |
| CMYK | cmyk(10%, 18%, 0%, 19%) |
| LAB | lab(71.9 13.7 -16.9) |
| LCH | lch(71.9 21.8 309.0) |
| OKLCH | oklch(0.763 0.057 306.5) |
Copy-ready code
/* CSS */
color: #bba9cf;
background-color: #bba9cf;
/* Tailwind (arbitrary) */
class="text-[#bba9cf] bg-[#bba9cf]"
/* SCSS */
$brand: #bba9cf;
/* SwiftUI */
Color(red: 0.733, green: 0.663, blue: 0.812)
/* Android */
Color.parseColor("#bba9cf")Accessibility — WCAG contrast
Aa
#bba9cf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba9cf on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.3%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta18.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bba9cf text on a black background
contrast 9.69:1
Card sample
#bba9cf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba9cf;
Background color
Panel with #bba9cf background
background-color: #bba9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 169, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 169, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba9cf; background: linear-gradient(135deg, #bba9cf, #CFA9CA);