#bba2eb
a light, vivid violet · warm · closest name: plum
RGB
187, 162, 235
HSL
261°, 65%, 78%
CMYK
20, 31, 0, 8
Luminance
0.4240
Every format
| HEX | #bba2eb |
| RGB | rgb(187, 162, 235) |
| HSL | hsl(261, 65%, 78%) |
| CMYK | cmyk(20%, 31%, 0%, 8%) |
| LAB | lab(71.2 23.6 -33.3) |
| LCH | lch(71.2 40.9 305.4) |
| OKLCH | oklch(0.760 0.106 299.6) |
Copy-ready code
/* CSS */
color: #bba2eb;
background-color: #bba2eb;
/* Tailwind (arbitrary) */
class="text-[#bba2eb] bg-[#bba2eb]"
/* SCSS */
$brand: #bba2eb;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#bba2eb")Accessibility — WCAG contrast
Aa
#bba2eb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2eb on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bba2eb text on a black background
contrast 9.48:1
Card sample
#bba2eb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2eb;
Background color
Panel with #bba2eb background
background-color: #bba2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2eb; background: linear-gradient(135deg, #bba2eb, #EBA2EA);