#bba9f2
a light, vivid blue · warm · closest name: plum
RGB
187, 169, 242
HSL
255°, 74%, 81%
CMYK
23, 30, 0, 5
Luminance
0.4535
Every format
| HEX | #bba9f2 |
| RGB | rgb(187, 169, 242) |
| HSL | hsl(255, 74%, 81%) |
| CMYK | cmyk(23%, 30%, 0%, 5%) |
| LAB | lab(73.1 21.4 -34.1) |
| LCH | lch(73.1 40.2 302.1) |
| OKLCH | oklch(0.777 0.104 295.2) |
Copy-ready code
/* CSS */
color: #bba9f2;
background-color: #bba9f2;
/* Tailwind (arbitrary) */
class="text-[#bba9f2] bg-[#bba9f2]"
/* SCSS */
$brand: #bba9f2;
/* SwiftUI */
Color(red: 0.733, green: 0.663, blue: 0.949)
/* Android */
Color.parseColor("#bba9f2")Accessibility — WCAG contrast
Aa
#bba9f2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba9f2 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.3%
Blue94.9%
CMYK percentages
Cyan22.7%
Magenta30.2%
Yellow0.0%
Key (black)5.1%
Color previews
#bba9f2 text on a black background
contrast 10.07:1
Card sample
#bba9f2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba9f2;
Background color
Panel with #bba9f2 background
background-color: #bba9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 169, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 169, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba9f2; background: linear-gradient(135deg, #bba9f2, #ECA9F2);