#bba2d8
a light, soft violet · warm · closest name: plum
RGB
187, 162, 216
HSL
268°, 41%, 74%
CMYK
13, 25, 0, 15
Luminance
0.4136
Every format
| HEX | #bba2d8 |
| RGB | rgb(187, 162, 216) |
| HSL | hsl(268, 41%, 74%) |
| CMYK | cmyk(13%, 25%, 0%, 15%) |
| LAB | lab(70.4 19.5 -24.0) |
| LCH | lch(70.4 30.9 309.0) |
| OKLCH | oklch(0.753 0.081 305.6) |
Copy-ready code
/* CSS */
color: #bba2d8;
background-color: #bba2d8;
/* Tailwind (arbitrary) */
class="text-[#bba2d8] bg-[#bba2d8]"
/* SCSS */
$brand: #bba2d8;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.847)
/* Android */
Color.parseColor("#bba2d8")Accessibility — WCAG contrast
Aa
#bba2d8 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2d8 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue84.7%
CMYK percentages
Cyan13.4%
Magenta25.0%
Yellow0.0%
Key (black)15.3%
Color previews
#bba2d8 text on a black background
contrast 9.27:1
Card sample
#bba2d8 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2d8;
Background color
Panel with #bba2d8 background
background-color: #bba2d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2d8; background: linear-gradient(135deg, #bba2d8, #D8A2D1);