#bcafdf
a light, soft violet · warm · closest name: plum
RGB
188, 175, 223
HSL
256°, 43%, 78%
CMYK
16, 22, 0, 13
Luminance
0.4668
Every format
| HEX | #bcafdf |
| RGB | rgb(188, 175, 223) |
| HSL | hsl(256, 43%, 78%) |
| CMYK | cmyk(16%, 22%, 0%, 13%) |
| LAB | lab(74.0 14.1 -22.4) |
| LCH | lch(74.0 26.5 302.2) |
| OKLCH | oklch(0.781 0.069 297.2) |
Copy-ready code
/* CSS */
color: #bcafdf;
background-color: #bcafdf;
/* Tailwind (arbitrary) */
class="text-[#bcafdf] bg-[#bcafdf]"
/* SCSS */
$brand: #bcafdf;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#bcafdf")Accessibility — WCAG contrast
Aa
#bcafdf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafdf on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bcafdf text on a black background
contrast 10.34:1
Card sample
#bcafdf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafdf;
Background color
Panel with #bcafdf background
background-color: #bcafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafdf; background: linear-gradient(135deg, #bcafdf, #DCAFDF);