#d8bccf
a light, soft magenta / pink · warm · closest name: silver
RGB
216, 188, 207
HSL
319°, 26%, 79%
CMYK
0, 13, 4, 15
Luminance
0.5507
Every format
| HEX | #d8bccf |
| RGB | rgb(216, 188, 207) |
| HSL | hsl(319, 26%, 79%) |
| CMYK | cmyk(0%, 13%, 4%, 15%) |
| LAB | lab(79.1 13.2 -5.8) |
| LCH | lch(79.1 14.4 336.1) |
| OKLCH | oklch(0.825 0.041 337.7) |
Copy-ready code
/* CSS */
color: #d8bccf;
background-color: #d8bccf;
/* Tailwind (arbitrary) */
class="text-[#d8bccf] bg-[#d8bccf]"
/* SCSS */
$brand: #d8bccf;
/* SwiftUI */
Color(red: 0.847, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#d8bccf")Accessibility — WCAG contrast
Aa
#d8bccf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8bccf on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow4.2%
Key (black)15.3%
Color previews
#d8bccf text on a black background
contrast 12.01:1
Card sample
#d8bccf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8bccf;
Background color
Panel with #d8bccf background
background-color: #d8bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8bccf; background: linear-gradient(135deg, #d8bccf, #D8BCBC);