#bda1fd
a light, electric violet · warm · closest name: plum
RGB
189, 161, 253
HSL
258°, 96%, 81%
CMYK
25, 36, 0, 1
Luminance
0.4340
Every format
| HEX | #bda1fd |
| RGB | rgb(189, 161, 253) |
| HSL | hsl(258, 96%, 81%) |
| CMYK | cmyk(25%, 36%, 0%, 1%) |
| LAB | lab(71.8 28.9 -42.1) |
| LCH | lch(71.8 51.1 304.5) |
| OKLCH | oklch(0.768 0.132 297.2) |
Copy-ready code
/* CSS */
color: #bda1fd;
background-color: #bda1fd;
/* Tailwind (arbitrary) */
class="text-[#bda1fd] bg-[#bda1fd]"
/* SCSS */
$brand: #bda1fd;
/* SwiftUI */
Color(red: 0.741, green: 0.631, blue: 0.992)
/* Android */
Color.parseColor("#bda1fd")Accessibility — WCAG contrast
Aa
#bda1fd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda1fd on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.1%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta36.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bda1fd text on a black background
contrast 9.68:1
Card sample
#bda1fd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda1fd;
Background color
Panel with #bda1fd background
background-color: #bda1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 161, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 161, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda1fd; background: linear-gradient(135deg, #bda1fd, #FAA1FD);