#bcafdc
a light, soft violet · warm · closest name: plum
RGB
188, 175, 220
HSL
257°, 39%, 78%
CMYK
15, 21, 0, 14
Luminance
0.4652
Every format
| HEX | #bcafdc |
| RGB | rgb(188, 175, 220) |
| HSL | hsl(257, 39%, 78%) |
| CMYK | cmyk(15%, 21%, 0%, 14%) |
| LAB | lab(73.9 13.5 -20.9) |
| LCH | lch(73.9 24.9 302.7) |
| OKLCH | oklch(0.780 0.065 298.1) |
Copy-ready code
/* CSS */
color: #bcafdc;
background-color: #bcafdc;
/* Tailwind (arbitrary) */
class="text-[#bcafdc] bg-[#bcafdc]"
/* SCSS */
$brand: #bcafdc;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#bcafdc")Accessibility — WCAG contrast
Aa
#bcafdc on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafdc on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue86.3%
CMYK percentages
Cyan14.5%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#bcafdc text on a black background
contrast 10.30:1
Card sample
#bcafdc text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafdc;
Background color
Panel with #bcafdc background
background-color: #bcafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafdc; background: linear-gradient(135deg, #bcafdc, #DAAFDC);