#bda7c8
a light, soft violet · warm · closest name: plum
RGB
189, 167, 200
HSL
280°, 23%, 72%
CMYK
6, 17, 0, 22
Luminance
0.4263
Every format
| HEX | #bda7c8 |
| RGB | rgb(189, 167, 200) |
| HSL | hsl(280, 23%, 72%) |
| CMYK | cmyk(6%, 17%, 0%, 22%) |
| LAB | lab(71.3 14.1 -13.9) |
| LCH | lch(71.3 19.8 315.4) |
| OKLCH | oklch(0.758 0.052 314.5) |
Copy-ready code
/* CSS */
color: #bda7c8;
background-color: #bda7c8;
/* Tailwind (arbitrary) */
class="text-[#bda7c8] bg-[#bda7c8]"
/* SCSS */
$brand: #bda7c8;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.784)
/* Android */
Color.parseColor("#bda7c8")Accessibility — WCAG contrast
Aa
#bda7c8 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda7c8 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.5%
Blue78.4%
CMYK percentages
Cyan5.5%
Magenta16.5%
Yellow0.0%
Key (black)21.6%
Color previews
#bda7c8 text on a black background
contrast 9.53:1
Card sample
#bda7c8 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda7c8;
Background color
Panel with #bda7c8 background
background-color: #bda7c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda7c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 167, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda7c8; background: linear-gradient(135deg, #bda7c8, #C8A7BD);