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