#bba9fd
a light, electric blue · warm · closest name: plum
RGB
187, 169, 253
HSL
253°, 96%, 83%
CMYK
26, 33, 0, 1
Luminance
0.4603
Every format
| HEX | #bba9fd |
| RGB | rgb(187, 169, 253) |
| HSL | hsl(253, 96%, 83%) |
| CMYK | cmyk(26%, 33%, 0%, 1%) |
| LAB | lab(73.6 23.9 -39.4) |
| LCH | lch(73.6 46.1 301.3) |
| OKLCH | oklch(0.781 0.119 293.3) |
Copy-ready code
/* CSS */
color: #bba9fd;
background-color: #bba9fd;
/* Tailwind (arbitrary) */
class="text-[#bba9fd] bg-[#bba9fd]"
/* SCSS */
$brand: #bba9fd;
/* SwiftUI */
Color(red: 0.733, green: 0.663, blue: 0.992)
/* Android */
Color.parseColor("#bba9fd")Accessibility — WCAG contrast
Aa
#bba9fd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba9fd on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.3%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta33.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bba9fd text on a black background
contrast 10.21:1
Card sample
#bba9fd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba9fd;
Background color
Panel with #bba9fd background
background-color: #bba9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 169, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 169, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba9fd; background: linear-gradient(135deg, #bba9fd, #F3A9FD);