#bba1e5
a light, vivid violet · warm · closest name: plum
RGB
187, 161, 229
HSL
263°, 57%, 77%
CMYK
18, 30, 0, 10
Luminance
0.4171
Every format
| HEX | #bba1e5 |
| RGB | rgb(187, 161, 229) |
| HSL | hsl(263, 57%, 77%) |
| CMYK | cmyk(18%, 30%, 0%, 10%) |
| LAB | lab(70.7 22.9 -30.8) |
| LCH | lch(70.7 38.4 306.6) |
| OKLCH | oklch(0.756 0.100 301.6) |
Copy-ready code
/* CSS */
color: #bba1e5;
background-color: #bba1e5;
/* Tailwind (arbitrary) */
class="text-[#bba1e5] bg-[#bba1e5]"
/* SCSS */
$brand: #bba1e5;
/* SwiftUI */
Color(red: 0.733, green: 0.631, blue: 0.898)
/* Android */
Color.parseColor("#bba1e5")Accessibility — WCAG contrast
Aa
#bba1e5 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba1e5 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.1%
Blue89.8%
CMYK percentages
Cyan18.3%
Magenta29.7%
Yellow0.0%
Key (black)10.2%
Color previews
#bba1e5 text on a black background
contrast 9.34:1
Card sample
#bba1e5 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba1e5;
Background color
Panel with #bba1e5 background
background-color: #bba1e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba1e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 161, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 161, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba1e5; background: linear-gradient(135deg, #bba1e5, #E5A1E2);