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