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