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