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