#bba2f6
a light, electric violet · warm · closest name: plum
RGB
187, 162, 246
HSL
258°, 82%, 80%
CMYK
24, 34, 0, 4
Luminance
0.4306
Every format
| HEX | #bba2f6 |
| RGB | rgb(187, 162, 246) |
| HSL | hsl(258, 82%, 80%) |
| CMYK | cmyk(24%, 34%, 0%, 4%) |
| LAB | lab(71.6 26.2 -38.6) |
| LCH | lch(71.6 46.7 304.1) |
| OKLCH | oklch(0.765 0.120 297.2) |
Copy-ready code
/* CSS */
color: #bba2f6;
background-color: #bba2f6;
/* Tailwind (arbitrary) */
class="text-[#bba2f6] bg-[#bba2f6]"
/* SCSS */
$brand: #bba2f6;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.965)
/* Android */
Color.parseColor("#bba2f6")Accessibility — WCAG contrast
Aa
#bba2f6 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2f6 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue96.5%
CMYK percentages
Cyan24.0%
Magenta34.1%
Yellow0.0%
Key (black)3.5%
Color previews
#bba2f6 text on a black background
contrast 9.61:1
Card sample
#bba2f6 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2f6;
Background color
Panel with #bba2f6 background
background-color: #bba2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2f6; background: linear-gradient(135deg, #bba2f6, #F3A2F6);