#bbafdf
a light, soft violet · warm · closest name: plum
RGB
187, 175, 223
HSL
255°, 43%, 78%
CMYK
16, 22, 0, 13
Luminance
0.4655
Every format
| HEX | #bbafdf |
| RGB | rgb(187, 175, 223) |
| HSL | hsl(255, 43%, 78%) |
| CMYK | cmyk(16%, 22%, 0%, 13%) |
| LAB | lab(73.9 13.8 -22.6) |
| LCH | lch(73.9 26.4 301.4) |
| OKLCH | oklch(0.780 0.069 296.2) |
Copy-ready code
/* CSS */
color: #bbafdf;
background-color: #bbafdf;
/* Tailwind (arbitrary) */
class="text-[#bbafdf] bg-[#bbafdf]"
/* SCSS */
$brand: #bbafdf;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#bbafdf")Accessibility — WCAG contrast
Aa
#bbafdf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafdf on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bbafdf text on a black background
contrast 10.31:1
Card sample
#bbafdf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafdf;
Background color
Panel with #bbafdf background
background-color: #bbafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafdf; background: linear-gradient(135deg, #bbafdf, #DBAFDF);