#d1bccf
a light, soft magenta / pink · warm · closest name: silver
RGB
209, 188, 207
HSL
306°, 19%, 78%
CMYK
0, 10, 1, 18
Luminance
0.5403
Every format
| HEX | #d1bccf |
| RGB | rgb(209, 188, 207) |
| HSL | hsl(306, 19%, 78%) |
| CMYK | cmyk(0%, 10%, 1%, 18%) |
| LAB | lab(78.5 10.8 -6.8) |
| LCH | lch(78.5 12.8 327.7) |
| OKLCH | oklch(0.819 0.035 328.9) |
Copy-ready code
/* CSS */
color: #d1bccf;
background-color: #d1bccf;
/* Tailwind (arbitrary) */
class="text-[#d1bccf] bg-[#d1bccf]"
/* SCSS */
$brand: #d1bccf;
/* SwiftUI */
Color(red: 0.820, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#d1bccf")Accessibility — WCAG contrast
Aa
#d1bccf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1bccf on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow1.0%
Key (black)18.0%
Color previews
#d1bccf text on a black background
contrast 11.81:1
Card sample
#d1bccf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1bccf;
Background color
Panel with #d1bccf background
background-color: #d1bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1bccf; background: linear-gradient(135deg, #d1bccf, #D1BCC1);