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