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