#bcafd0
a light, soft violet · warm · closest name: silver
RGB
188, 175, 208
HSL
264°, 26%, 75%
CMYK
10, 16, 0, 18
Luminance
0.4591
Every format
| HEX | #bcafd0 |
| RGB | rgb(188, 175, 208) |
| HSL | hsl(264, 26%, 75%) |
| CMYK | cmyk(10%, 16%, 0%, 18%) |
| LAB | lab(73.5 10.9 -15.0) |
| LCH | lch(73.5 18.6 306.1) |
| OKLCH | oklch(0.776 0.048 303.2) |
Copy-ready code
/* CSS */
color: #bcafd0;
background-color: #bcafd0;
/* Tailwind (arbitrary) */
class="text-[#bcafd0] bg-[#bcafd0]"
/* SCSS */
$brand: #bcafd0;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#bcafd0")Accessibility — WCAG contrast
Aa
#bcafd0 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafd0 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue81.6%
CMYK percentages
Cyan9.6%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#bcafd0 text on a black background
contrast 10.18:1
Card sample
#bcafd0 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafd0;
Background color
Panel with #bcafd0 background
background-color: #bcafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafd0; background: linear-gradient(135deg, #bcafd0, #D0AFCE);