#bba3cf
a light, soft violet · warm · closest name: plum
RGB
187, 163, 207
HSL
273°, 31%, 73%
CMYK
10, 21, 0, 19
Luminance
0.4126
Every format
| HEX | #bba3cf |
| RGB | rgb(187, 163, 207) |
| HSL | hsl(273, 31%, 73%) |
| CMYK | cmyk(10%, 21%, 0%, 19%) |
| LAB | lab(70.4 17.0 -19.2) |
| LCH | lch(70.4 25.6 311.6) |
| OKLCH | oklch(0.751 0.067 309.4) |
Copy-ready code
/* CSS */
color: #bba3cf;
background-color: #bba3cf;
/* Tailwind (arbitrary) */
class="text-[#bba3cf] bg-[#bba3cf]"
/* SCSS */
$brand: #bba3cf;
/* SwiftUI */
Color(red: 0.733, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#bba3cf")Accessibility — WCAG contrast
Aa
#bba3cf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba3cf on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.9%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta21.3%
Yellow0.0%
Key (black)18.8%
Color previews
#bba3cf text on a black background
contrast 9.25:1
Card sample
#bba3cf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba3cf;
Background color
Panel with #bba3cf background
background-color: #bba3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba3cf; background: linear-gradient(135deg, #bba3cf, #CFA3C6);