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