#bbafd7
a light, soft violet · warm · closest name: plum
RGB
187, 175, 215
HSL
258°, 33%, 77%
CMYK
13, 19, 0, 16
Luminance
0.4613
Every format
| HEX | #bbafd7 |
| RGB | rgb(187, 175, 215) |
| HSL | hsl(258, 33%, 77%) |
| CMYK | cmyk(13%, 19%, 0%, 16%) |
| LAB | lab(73.6 12.1 -18.6) |
| LCH | lch(73.6 22.2 303.0) |
| OKLCH | oklch(0.777 0.058 298.8) |
Copy-ready code
/* CSS */
color: #bbafd7;
background-color: #bbafd7;
/* Tailwind (arbitrary) */
class="text-[#bbafd7] bg-[#bbafd7]"
/* SCSS */
$brand: #bbafd7;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#bbafd7")Accessibility — WCAG contrast
Aa
#bbafd7 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafd7 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue84.3%
CMYK percentages
Cyan13.0%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#bbafd7 text on a black background
contrast 10.23:1
Card sample
#bbafd7 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafd7;
Background color
Panel with #bbafd7 background
background-color: #bbafd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafd7; background: linear-gradient(135deg, #bbafd7, #D6AFD7);