#bba6f8
a light, electric violet · warm · closest name: plum
RGB
187, 166, 248
HSL
255°, 85%, 81%
CMYK
25, 33, 0, 3
Luminance
0.4461
Every format
| HEX | #bba6f8 |
| RGB | rgb(187, 166, 248) |
| HSL | hsl(255, 85%, 81%) |
| CMYK | cmyk(25%, 33%, 0%, 3%) |
| LAB | lab(72.6 24.4 -38.1) |
| LCH | lch(72.6 45.3 302.7) |
| OKLCH | oklch(0.774 0.117 295.3) |
Copy-ready code
/* CSS */
color: #bba6f8;
background-color: #bba6f8;
/* Tailwind (arbitrary) */
class="text-[#bba6f8] bg-[#bba6f8]"
/* SCSS */
$brand: #bba6f8;
/* SwiftUI */
Color(red: 0.733, green: 0.651, blue: 0.973)
/* Android */
Color.parseColor("#bba6f8")Accessibility — WCAG contrast
Aa
#bba6f8 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba6f8 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.1%
Blue97.3%
CMYK percentages
Cyan24.6%
Magenta33.1%
Yellow0.0%
Key (black)2.7%
Color previews
#bba6f8 text on a black background
contrast 9.92:1
Card sample
#bba6f8 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba6f8;
Background color
Panel with #bba6f8 background
background-color: #bba6f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba6f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 166, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 166, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba6f8; background: linear-gradient(135deg, #bba6f8, #F2A6F8);