#bba2c9
a light, soft violet · warm · closest name: plum
RGB
187, 162, 201
HSL
279°, 27%, 71%
CMYK
7, 19, 0, 21
Luminance
0.4062
Every format
| HEX | #bba2c9 |
| RGB | rgb(187, 162, 201) |
| HSL | hsl(279, 27%, 71%) |
| CMYK | cmyk(7%, 19%, 0%, 21%) |
| LAB | lab(69.9 16.4 -16.6) |
| LCH | lch(69.9 23.3 314.7) |
| OKLCH | oklch(0.747 0.061 313.4) |
Copy-ready code
/* CSS */
color: #bba2c9;
background-color: #bba2c9;
/* Tailwind (arbitrary) */
class="text-[#bba2c9] bg-[#bba2c9]"
/* SCSS */
$brand: #bba2c9;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.788)
/* Android */
Color.parseColor("#bba2c9")Accessibility — WCAG contrast
Aa
#bba2c9 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2c9 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue78.8%
CMYK percentages
Cyan7.0%
Magenta19.4%
Yellow0.0%
Key (black)21.2%
Color previews
#bba2c9 text on a black background
contrast 9.12:1
Card sample
#bba2c9 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2c9;
Background color
Panel with #bba2c9 background
background-color: #bba2c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2c9; background: linear-gradient(135deg, #bba2c9, #C9A2BD);