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