#bba0e4
a light, vivid violet · warm · closest name: plum
RGB
187, 160, 228
HSL
264°, 56%, 76%
CMYK
18, 30, 0, 11
Luminance
0.4131
Every format
| HEX | #bba0e4 |
| RGB | rgb(187, 160, 228) |
| HSL | hsl(264, 56%, 76%) |
| CMYK | cmyk(18%, 30%, 0%, 11%) |
| LAB | lab(70.4 23.2 -30.7) |
| LCH | lch(70.4 38.5 307.1) |
| OKLCH | oklch(0.754 0.100 302.3) |
Copy-ready code
/* CSS */
color: #bba0e4;
background-color: #bba0e4;
/* Tailwind (arbitrary) */
class="text-[#bba0e4] bg-[#bba0e4]"
/* SCSS */
$brand: #bba0e4;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.894)
/* Android */
Color.parseColor("#bba0e4")Accessibility — WCAG contrast
Aa
#bba0e4 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba0e4 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue89.4%
CMYK percentages
Cyan18.0%
Magenta29.8%
Yellow0.0%
Key (black)10.6%
Color previews
#bba0e4 text on a black background
contrast 9.26:1
Card sample
#bba0e4 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba0e4;
Background color
Panel with #bba0e4 background
background-color: #bba0e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba0e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba0e4; background: linear-gradient(135deg, #bba0e4, #E4A0E0);