#bda0fd
a light, electric violet · warm · closest name: plum
RGB
189, 160, 253
HSL
259°, 96%, 81%
CMYK
25, 37, 0, 1
Luminance
0.4305
Every format
| HEX | #bda0fd |
| RGB | rgb(189, 160, 253) |
| HSL | hsl(259, 96%, 81%) |
| CMYK | cmyk(25%, 37%, 0%, 1%) |
| LAB | lab(71.6 29.5 -42.4) |
| LCH | lch(71.6 51.7 304.8) |
| OKLCH | oklch(0.767 0.133 297.5) |
Copy-ready code
/* CSS */
color: #bda0fd;
background-color: #bda0fd;
/* Tailwind (arbitrary) */
class="text-[#bda0fd] bg-[#bda0fd]"
/* SCSS */
$brand: #bda0fd;
/* SwiftUI */
Color(red: 0.741, green: 0.627, blue: 0.992)
/* Android */
Color.parseColor("#bda0fd")Accessibility — WCAG contrast
Aa
#bda0fd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda0fd on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.7%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta36.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bda0fd text on a black background
contrast 9.61:1
Card sample
#bda0fd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda0fd;
Background color
Panel with #bda0fd background
background-color: #bda0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 160, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 160, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda0fd; background: linear-gradient(135deg, #bda0fd, #FBA0FD);