#d7bfd3
a light, soft magenta / pink · warm · closest name: silver
RGB
215, 191, 211
HSL
310°, 23%, 80%
CMYK
0, 11, 2, 16
Luminance
0.5641
Every format
| HEX | #d7bfd3 |
| RGB | rgb(215, 191, 211) |
| HSL | hsl(310, 23%, 80%) |
| CMYK | cmyk(0%, 11%, 2%, 16%) |
| LAB | lab(79.8 12.0 -6.9) |
| LCH | lch(79.8 13.8 330.1) |
| OKLCH | oklch(0.831 0.038 331.4) |
Copy-ready code
/* CSS */
color: #d7bfd3;
background-color: #d7bfd3;
/* Tailwind (arbitrary) */
class="text-[#d7bfd3] bg-[#d7bfd3]"
/* SCSS */
$brand: #d7bfd3;
/* SwiftUI */
Color(red: 0.843, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#d7bfd3")Accessibility — WCAG contrast
Aa
#d7bfd3 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7bfd3 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green74.9%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow1.9%
Key (black)15.7%
Color previews
#d7bfd3 text on a black background
contrast 12.28:1
Card sample
#d7bfd3 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7bfd3;
Background color
Panel with #d7bfd3 background
background-color: #d7bfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7bfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7bfd3; background: linear-gradient(135deg, #d7bfd3, #D7BFC3);