#bcaccf
a light, soft violet · warm · closest name: silver
RGB
188, 172, 207
HSL
267°, 27%, 74%
CMYK
9, 17, 0, 19
Luminance
0.4470
Every format
| HEX | #bcaccf |
| RGB | rgb(188, 172, 207) |
| HSL | hsl(267, 27%, 74%) |
| CMYK | cmyk(9%, 17%, 0%, 19%) |
| LAB | lab(72.7 12.4 -15.6) |
| LCH | lch(72.7 19.9 308.4) |
| OKLCH | oklch(0.769 0.052 305.9) |
Copy-ready code
/* CSS */
color: #bcaccf;
background-color: #bcaccf;
/* Tailwind (arbitrary) */
class="text-[#bcaccf] bg-[#bcaccf]"
/* SCSS */
$brand: #bcaccf;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#bcaccf")Accessibility — WCAG contrast
Aa
#bcaccf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaccf on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bcaccf text on a black background
contrast 9.94:1
Card sample
#bcaccf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaccf;
Background color
Panel with #bcaccf background
background-color: #bcaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaccf; background: linear-gradient(135deg, #bcaccf, #CFACCB);