#bda3c8
a light, soft violet · warm · closest name: plum
RGB
189, 163, 200
HSL
282°, 25%, 71%
CMYK
6, 19, 0, 22
Luminance
0.4118
Every format
| HEX | #bda3c8 |
| RGB | rgb(189, 163, 200) |
| HSL | hsl(282, 25%, 71%) |
| CMYK | cmyk(6%, 19%, 0%, 22%) |
| LAB | lab(70.3 16.3 -15.4) |
| LCH | lch(70.3 22.4 316.6) |
| OKLCH | oklch(0.750 0.059 315.8) |
Copy-ready code
/* CSS */
color: #bda3c8;
background-color: #bda3c8;
/* Tailwind (arbitrary) */
class="text-[#bda3c8] bg-[#bda3c8]"
/* SCSS */
$brand: #bda3c8;
/* SwiftUI */
Color(red: 0.741, green: 0.639, blue: 0.784)
/* Android */
Color.parseColor("#bda3c8")Accessibility — WCAG contrast
Aa
#bda3c8 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda3c8 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.9%
Blue78.4%
CMYK percentages
Cyan5.5%
Magenta18.5%
Yellow0.0%
Key (black)21.6%
Color previews
#bda3c8 text on a black background
contrast 9.24:1
Card sample
#bda3c8 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda3c8;
Background color
Panel with #bda3c8 background
background-color: #bda3c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda3c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 163, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 163, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda3c8; background: linear-gradient(135deg, #bda3c8, #C8A3BA);