#bba2f0
a light, vivid violet · warm · closest name: plum
RGB
187, 162, 240
HSL
259°, 72%, 79%
CMYK
22, 33, 0, 6
Luminance
0.4270
Every format
| HEX | #bba2f0 |
| RGB | rgb(187, 162, 240) |
| HSL | hsl(259, 72%, 79%) |
| CMYK | cmyk(22%, 33%, 0%, 6%) |
| LAB | lab(71.3 24.8 -35.8) |
| LCH | lch(71.3 43.5 304.7) |
| OKLCH | oklch(0.763 0.113 298.4) |
Copy-ready code
/* CSS */
color: #bba2f0;
background-color: #bba2f0;
/* Tailwind (arbitrary) */
class="text-[#bba2f0] bg-[#bba2f0]"
/* SCSS */
$brand: #bba2f0;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.941)
/* Android */
Color.parseColor("#bba2f0")Accessibility — WCAG contrast
Aa
#bba2f0 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2f0 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue94.1%
CMYK percentages
Cyan22.1%
Magenta32.5%
Yellow0.0%
Key (black)5.9%
Color previews
#bba2f0 text on a black background
contrast 9.54:1
Card sample
#bba2f0 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2f0;
Background color
Panel with #bba2f0 background
background-color: #bba2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2f0; background: linear-gradient(135deg, #bba2f0, #EFA2F0);