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