#bda7f1
a light, vivid violet · warm · closest name: plum
RGB
189, 167, 241
HSL
258°, 73%, 80%
CMYK
22, 31, 0, 6
Luminance
0.4481
Every format
| HEX | #bda7f1 |
| RGB | rgb(189, 167, 241) |
| HSL | hsl(258, 73%, 80%) |
| CMYK | cmyk(22%, 31%, 0%, 6%) |
| LAB | lab(72.8 22.8 -34.1) |
| LCH | lch(72.8 41.0 303.8) |
| OKLCH | oklch(0.774 0.106 297.5) |
Copy-ready code
/* CSS */
color: #bda7f1;
background-color: #bda7f1;
/* Tailwind (arbitrary) */
class="text-[#bda7f1] bg-[#bda7f1]"
/* SCSS */
$brand: #bda7f1;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.945)
/* Android */
Color.parseColor("#bda7f1")Accessibility — WCAG contrast
Aa
#bda7f1 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda7f1 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.5%
Blue94.5%
CMYK percentages
Cyan21.6%
Magenta30.7%
Yellow0.0%
Key (black)5.5%
Color previews
#bda7f1 text on a black background
contrast 9.96:1
Card sample
#bda7f1 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda7f1;
Background color
Panel with #bda7f1 background
background-color: #bda7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 167, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda7f1; background: linear-gradient(135deg, #bda7f1, #EEA7F1);