#bcafd4
a light, soft violet · warm · closest name: silver
RGB
188, 175, 212
HSL
261°, 30%, 76%
CMYK
11, 18, 0, 17
Luminance
0.4610
Every format
| HEX | #bcafd4 |
| RGB | rgb(188, 175, 212) |
| HSL | hsl(261, 30%, 76%) |
| CMYK | cmyk(11%, 18%, 0%, 17%) |
| LAB | lab(73.6 11.8 -17.0) |
| LCH | lch(73.6 20.7 304.7) |
| OKLCH | oklch(0.777 0.054 301.2) |
Copy-ready code
/* CSS */
color: #bcafd4;
background-color: #bcafd4;
/* Tailwind (arbitrary) */
class="text-[#bcafd4] bg-[#bcafd4]"
/* SCSS */
$brand: #bcafd4;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#bcafd4")Accessibility — WCAG contrast
Aa
#bcafd4 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafd4 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue83.1%
CMYK percentages
Cyan11.3%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#bcafd4 text on a black background
contrast 10.22:1
Card sample
#bcafd4 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafd4;
Background color
Panel with #bcafd4 background
background-color: #bcafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafd4; background: linear-gradient(135deg, #bcafd4, #D4AFD3);