#bba0f2
a light, electric violet · warm · closest name: plum
RGB
187, 160, 242
HSL
260°, 76%, 79%
CMYK
23, 34, 0, 5
Luminance
0.4212
Every format
| HEX | #bba0f2 |
| RGB | rgb(187, 160, 242) |
| HSL | hsl(260, 76%, 79%) |
| CMYK | cmyk(23%, 34%, 0%, 5%) |
| LAB | lab(71.0 26.4 -37.5) |
| LCH | lch(71.0 45.8 305.2) |
| OKLCH | oklch(0.760 0.118 298.7) |
Copy-ready code
/* CSS */
color: #bba0f2;
background-color: #bba0f2;
/* Tailwind (arbitrary) */
class="text-[#bba0f2] bg-[#bba0f2]"
/* SCSS */
$brand: #bba0f2;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.949)
/* Android */
Color.parseColor("#bba0f2")Accessibility — WCAG contrast
Aa
#bba0f2 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba0f2 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue94.9%
CMYK percentages
Cyan22.7%
Magenta33.9%
Yellow0.0%
Key (black)5.1%
Color previews
#bba0f2 text on a black background
contrast 9.42:1
Card sample
#bba0f2 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba0f2;
Background color
Panel with #bba0f2 background
background-color: #bba0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba0f2; background: linear-gradient(135deg, #bba0f2, #F2A0F2);