#bda7fd
a light, electric violet · warm · closest name: plum
RGB
189, 167, 253
HSL
255°, 96%, 82%
CMYK
25, 34, 0, 1
Luminance
0.4555
Every format
| HEX | #bda7fd |
| RGB | rgb(189, 167, 253) |
| HSL | hsl(255, 96%, 82%) |
| CMYK | cmyk(25%, 34%, 0%, 1%) |
| LAB | lab(73.3 25.6 -39.8) |
| LCH | lch(73.3 47.4 302.8) |
| OKLCH | oklch(0.779 0.122 295.2) |
Copy-ready code
/* CSS */
color: #bda7fd;
background-color: #bda7fd;
/* Tailwind (arbitrary) */
class="text-[#bda7fd] bg-[#bda7fd]"
/* SCSS */
$brand: #bda7fd;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.992)
/* Android */
Color.parseColor("#bda7fd")Accessibility — WCAG contrast
Aa
#bda7fd on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda7fd on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.5%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta34.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bda7fd text on a black background
contrast 10.11:1
Card sample
#bda7fd text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda7fd;
Background color
Panel with #bda7fd background
background-color: #bda7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 167, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda7fd; background: linear-gradient(135deg, #bda7fd, #F6A7FD);