#bbafd1
a light, soft violet · warm · closest name: silver
RGB
187, 175, 209
HSL
261°, 27%, 75%
CMYK
11, 16, 0, 18
Luminance
0.4583
Every format
| HEX | #bbafd1 |
| RGB | rgb(187, 175, 209) |
| HSL | hsl(261, 27%, 75%) |
| CMYK | cmyk(11%, 16%, 0%, 18%) |
| LAB | lab(73.4 10.8 -15.6) |
| LCH | lch(73.4 19.0 304.7) |
| OKLCH | oklch(0.775 0.050 301.3) |
Copy-ready code
/* CSS */
color: #bbafd1;
background-color: #bbafd1;
/* Tailwind (arbitrary) */
class="text-[#bbafd1] bg-[#bbafd1]"
/* SCSS */
$brand: #bbafd1;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#bbafd1")Accessibility — WCAG contrast
Aa
#bbafd1 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafd1 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue82.0%
CMYK percentages
Cyan10.5%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#bbafd1 text on a black background
contrast 10.17:1
Card sample
#bbafd1 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafd1;
Background color
Panel with #bbafd1 background
background-color: #bbafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafd1; background: linear-gradient(135deg, #bbafd1, #D1AFD0);