#bba2d4
a light, soft violet · warm · closest name: plum
RGB
187, 162, 212
HSL
270°, 37%, 73%
CMYK
12, 24, 0, 17
Luminance
0.4116
Every format
| HEX | #bba2d4 |
| RGB | rgb(187, 162, 212) |
| HSL | hsl(270, 37%, 73%) |
| CMYK | cmyk(12%, 24%, 0%, 17%) |
| LAB | lab(70.3 18.6 -22.0) |
| LCH | lch(70.3 28.9 310.2) |
| OKLCH | oklch(0.751 0.075 307.3) |
Copy-ready code
/* CSS */
color: #bba2d4;
background-color: #bba2d4;
/* Tailwind (arbitrary) */
class="text-[#bba2d4] bg-[#bba2d4]"
/* SCSS */
$brand: #bba2d4;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.831)
/* Android */
Color.parseColor("#bba2d4")Accessibility — WCAG contrast
Aa
#bba2d4 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2d4 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue83.1%
CMYK percentages
Cyan11.8%
Magenta23.6%
Yellow0.0%
Key (black)16.9%
Color previews
#bba2d4 text on a black background
contrast 9.23:1
Card sample
#bba2d4 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2d4;
Background color
Panel with #bba2d4 background
background-color: #bba2d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2d4; background: linear-gradient(135deg, #bba2d4, #D4A2CC);