#bbafda
a light, soft violet · warm · closest name: plum
RGB
187, 175, 218
HSL
257°, 37%, 77%
CMYK
14, 20, 0, 15
Luminance
0.4629
Every format
| HEX | #bbafda |
| RGB | rgb(187, 175, 218) |
| HSL | hsl(257, 37%, 77%) |
| CMYK | cmyk(14%, 20%, 0%, 15%) |
| LAB | lab(73.7 12.7 -20.1) |
| LCH | lch(73.7 23.8 302.3) |
| OKLCH | oklch(0.778 0.062 297.7) |
Copy-ready code
/* CSS */
color: #bbafda;
background-color: #bbafda;
/* Tailwind (arbitrary) */
class="text-[#bbafda] bg-[#bbafda]"
/* SCSS */
$brand: #bbafda;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#bbafda")Accessibility — WCAG contrast
Aa
#bbafda on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafda on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue85.5%
CMYK percentages
Cyan14.2%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#bbafda text on a black background
contrast 10.26:1
Card sample
#bbafda text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafda;
Background color
Panel with #bbafda background
background-color: #bbafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafda; background: linear-gradient(135deg, #bbafda, #D8AFDA);