#d3bccf
a light, soft magenta / pink · warm · closest name: silver
RGB
211, 188, 207
HSL
310°, 21%, 78%
CMYK
0, 11, 2, 17
Luminance
0.5432
Every format
| HEX | #d3bccf |
| RGB | rgb(211, 188, 207) |
| HSL | hsl(310, 21%, 78%) |
| CMYK | cmyk(0%, 11%, 2%, 17%) |
| LAB | lab(78.7 11.5 -6.5) |
| LCH | lch(78.7 13.2 330.3) |
| OKLCH | oklch(0.820 0.036 331.7) |
Copy-ready code
/* CSS */
color: #d3bccf;
background-color: #d3bccf;
/* Tailwind (arbitrary) */
class="text-[#d3bccf] bg-[#d3bccf]"
/* SCSS */
$brand: #d3bccf;
/* SwiftUI */
Color(red: 0.827, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#d3bccf")Accessibility — WCAG contrast
Aa
#d3bccf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bccf on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow1.9%
Key (black)17.3%
Color previews
#d3bccf text on a black background
contrast 11.86:1
Card sample
#d3bccf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bccf;
Background color
Panel with #d3bccf background
background-color: #d3bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bccf; background: linear-gradient(135deg, #d3bccf, #D3BCC0);