#bba2c4
a light, soft violet · warm · closest name: plum
RGB
187, 162, 196
HSL
284°, 22%, 70%
CMYK
5, 17, 0, 23
Luminance
0.4039
Every format
| HEX | #bba2c4 |
| RGB | rgb(187, 162, 196) |
| HSL | hsl(284, 22%, 70%) |
| CMYK | cmyk(5%, 17%, 0%, 23%) |
| LAB | lab(69.8 15.3 -14.0) |
| LCH | lch(69.8 20.8 317.6) |
| OKLCH | oklch(0.745 0.055 317.1) |
Copy-ready code
/* CSS */
color: #bba2c4;
background-color: #bba2c4;
/* Tailwind (arbitrary) */
class="text-[#bba2c4] bg-[#bba2c4]"
/* SCSS */
$brand: #bba2c4;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.769)
/* Android */
Color.parseColor("#bba2c4")Accessibility — WCAG contrast
Aa
#bba2c4 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2c4 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue76.9%
CMYK percentages
Cyan4.6%
Magenta17.3%
Yellow0.0%
Key (black)23.1%
Color previews
#bba2c4 text on a black background
contrast 9.08:1
Card sample
#bba2c4 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2c4;
Background color
Panel with #bba2c4 background
background-color: #bba2c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2c4; background: linear-gradient(135deg, #bba2c4, #C4A2B6);