#bba3f3
a light, electric violet · warm · closest name: plum
RGB
187, 163, 243
HSL
258°, 77%, 80%
CMYK
23, 33, 0, 5
Luminance
0.4323
Every format
| HEX | #bba3f3 |
| RGB | rgb(187, 163, 243) |
| HSL | hsl(258, 77%, 80%) |
| CMYK | cmyk(23%, 33%, 0%, 5%) |
| LAB | lab(71.7 24.9 -36.8) |
| LCH | lch(71.7 44.5 304.1) |
| OKLCH | oklch(0.766 0.115 297.4) |
Copy-ready code
/* CSS */
color: #bba3f3;
background-color: #bba3f3;
/* Tailwind (arbitrary) */
class="text-[#bba3f3] bg-[#bba3f3]"
/* SCSS */
$brand: #bba3f3;
/* SwiftUI */
Color(red: 0.733, green: 0.639, blue: 0.953)
/* Android */
Color.parseColor("#bba3f3")Accessibility — WCAG contrast
Aa
#bba3f3 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba3f3 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.9%
Blue95.3%
CMYK percentages
Cyan23.0%
Magenta32.9%
Yellow0.0%
Key (black)4.7%
Color previews
#bba3f3 text on a black background
contrast 9.65:1
Card sample
#bba3f3 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba3f3;
Background color
Panel with #bba3f3 background
background-color: #bba3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 163, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 163, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba3f3; background: linear-gradient(135deg, #bba3f3, #F0A3F3);