#bda7cf
a light, soft violet · warm · closest name: plum
RGB
189, 167, 207
HSL
273°, 29%, 73%
CMYK
9, 19, 0, 19
Luminance
0.4296
Every format
| HEX | #bda7cf |
| RGB | rgb(189, 167, 207) |
| HSL | hsl(273, 29%, 73%) |
| CMYK | cmyk(9%, 19%, 0%, 19%) |
| LAB | lab(71.5 15.5 -17.4) |
| LCH | lch(71.5 23.3 311.7) |
| OKLCH | oklch(0.760 0.061 309.7) |
Copy-ready code
/* CSS */
color: #bda7cf;
background-color: #bda7cf;
/* Tailwind (arbitrary) */
class="text-[#bda7cf] bg-[#bda7cf]"
/* SCSS */
$brand: #bda7cf;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#bda7cf")Accessibility — WCAG contrast
Aa
#bda7cf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda7cf on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.5%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta19.3%
Yellow0.0%
Key (black)18.8%
Color previews
#bda7cf text on a black background
contrast 9.59:1
Card sample
#bda7cf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda7cf;
Background color
Panel with #bda7cf background
background-color: #bda7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda7cf; background: linear-gradient(135deg, #bda7cf, #CFA7C6);