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