#bba2c3
a light, soft violet · warm · closest name: plum
RGB
187, 162, 195
HSL
286°, 22%, 70%
CMYK
4, 17, 0, 24
Luminance
0.4035
Every format
| HEX | #bba2c3 |
| RGB | rgb(187, 162, 195) |
| HSL | hsl(286, 22%, 70%) |
| CMYK | cmyk(4%, 17%, 0%, 24%) |
| LAB | lab(69.7 15.2 -13.5) |
| LCH | lch(69.7 20.3 318.3) |
| OKLCH | oklch(0.745 0.054 317.9) |
Copy-ready code
/* CSS */
color: #bba2c3;
background-color: #bba2c3;
/* Tailwind (arbitrary) */
class="text-[#bba2c3] bg-[#bba2c3]"
/* SCSS */
$brand: #bba2c3;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.765)
/* Android */
Color.parseColor("#bba2c3")Accessibility — WCAG contrast
Aa
#bba2c3 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2c3 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue76.5%
CMYK percentages
Cyan4.1%
Magenta16.9%
Yellow0.0%
Key (black)23.5%
Color previews
#bba2c3 text on a black background
contrast 9.07:1
Card sample
#bba2c3 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2c3;
Background color
Panel with #bba2c3 background
background-color: #bba2c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2c3; background: linear-gradient(135deg, #bba2c3, #C3A2B5);