#d3bcf5
a light, vivid violet · warm · closest name: plum
RGB
211, 188, 245
HSL
264°, 74%, 85%
CMYK
14, 23, 0, 4
Luminance
0.5641
Every format
| HEX | #d3bcf5 |
| RGB | rgb(211, 188, 245) |
| HSL | hsl(264, 74%, 85%) |
| CMYK | cmyk(14%, 23%, 0%, 4%) |
| LAB | lab(79.8 18.9 -25.2) |
| LCH | lch(79.8 31.5 306.9) |
| OKLCH | oklch(0.834 0.082 303.1) |
Copy-ready code
/* CSS */
color: #d3bcf5;
background-color: #d3bcf5;
/* Tailwind (arbitrary) */
class="text-[#d3bcf5] bg-[#d3bcf5]"
/* SCSS */
$brand: #d3bcf5;
/* SwiftUI */
Color(red: 0.827, green: 0.737, blue: 0.961)
/* Android */
Color.parseColor("#d3bcf5")Accessibility — WCAG contrast
Aa
#d3bcf5 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bcf5 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green73.7%
Blue96.1%
CMYK percentages
Cyan13.9%
Magenta23.3%
Yellow0.0%
Key (black)3.9%
Color previews
#d3bcf5 text on a black background
contrast 12.28:1
Card sample
#d3bcf5 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bcf5;
Background color
Panel with #d3bcf5 background
background-color: #d3bcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 188, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 188, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bcf5; background: linear-gradient(135deg, #d3bcf5, #F5BCF1);