#bcafd3
a light, soft violet · warm · closest name: silver
RGB
188, 175, 211
HSL
262°, 29%, 76%
CMYK
11, 17, 0, 17
Luminance
0.4605
Every format
| HEX | #bcafd3 |
| RGB | rgb(188, 175, 211) |
| HSL | hsl(262, 29%, 76%) |
| CMYK | cmyk(11%, 17%, 0%, 17%) |
| LAB | lab(73.6 11.6 -16.5) |
| LCH | lch(73.6 20.1 305.0) |
| OKLCH | oklch(0.777 0.052 301.6) |
Copy-ready code
/* CSS */
color: #bcafd3;
background-color: #bcafd3;
/* Tailwind (arbitrary) */
class="text-[#bcafd3] bg-[#bcafd3]"
/* SCSS */
$brand: #bcafd3;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#bcafd3")Accessibility — WCAG contrast
Aa
#bcafd3 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafd3 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue82.7%
CMYK percentages
Cyan10.9%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#bcafd3 text on a black background
contrast 10.21:1
Card sample
#bcafd3 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafd3;
Background color
Panel with #bcafd3 background
background-color: #bcafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafd3; background: linear-gradient(135deg, #bcafd3, #D3AFD2);