#bda0cf
a light, soft violet · warm · closest name: plum
RGB
189, 160, 207
HSL
277°, 33%, 72%
CMYK
9, 23, 0, 19
Luminance
0.4047
Every format
| HEX | #bda0cf |
| RGB | rgb(189, 160, 207) |
| HSL | hsl(277, 33%, 72%) |
| CMYK | cmyk(9%, 23%, 0%, 19%) |
| LAB | lab(69.8 19.3 -20.0) |
| LCH | lch(69.8 27.8 314.0) |
| OKLCH | oklch(0.747 0.073 312.3) |
Copy-ready code
/* CSS */
color: #bda0cf;
background-color: #bda0cf;
/* Tailwind (arbitrary) */
class="text-[#bda0cf] bg-[#bda0cf]"
/* SCSS */
$brand: #bda0cf;
/* SwiftUI */
Color(red: 0.741, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#bda0cf")Accessibility — WCAG contrast
Aa
#bda0cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda0cf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.7%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bda0cf text on a black background
contrast 9.09:1
Card sample
#bda0cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda0cf;
Background color
Panel with #bda0cf background
background-color: #bda0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda0cf; background: linear-gradient(135deg, #bda0cf, #CFA0C2);