#bda2fe
a light, electric violet · warm · closest name: plum
RGB
189, 162, 254
HSL
258°, 98%, 82%
CMYK
26, 36, 0, 0
Luminance
0.4382
Every format
| HEX | #bda2fe |
| RGB | rgb(189, 162, 254) |
| HSL | hsl(258, 98%, 82%) |
| CMYK | cmyk(26%, 36%, 0%, 0%) |
| LAB | lab(72.1 28.6 -42.2) |
| LCH | lch(72.1 51.0 304.2) |
| OKLCH | oklch(0.771 0.131 296.7) |
Copy-ready code
/* CSS */
color: #bda2fe;
background-color: #bda2fe;
/* Tailwind (arbitrary) */
class="text-[#bda2fe] bg-[#bda2fe]"
/* SCSS */
$brand: #bda2fe;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.996)
/* Android */
Color.parseColor("#bda2fe")Accessibility — WCAG contrast
Aa
#bda2fe on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2fe on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue99.6%
CMYK percentages
Cyan25.6%
Magenta36.2%
Yellow0.0%
Key (black)0.4%
Color previews
#bda2fe text on a black background
contrast 9.76:1
Card sample
#bda2fe text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2fe;
Background color
Panel with #bda2fe background
background-color: #bda2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2fe; background: linear-gradient(135deg, #bda2fe, #FAA2FE);