#d6bfd2
a light, soft magenta / pink · warm · closest name: silver
RGB
214, 191, 210
HSL
310°, 22%, 79%
CMYK
0, 11, 2, 16
Luminance
0.5621
Every format
| HEX | #d6bfd2 |
| RGB | rgb(214, 191, 210) |
| HSL | hsl(310, 22%, 79%) |
| CMYK | cmyk(0%, 11%, 2%, 16%) |
| LAB | lab(79.7 11.4 -6.5) |
| LCH | lch(79.7 13.2 330.3) |
| OKLCH | oklch(0.830 0.036 331.7) |
Copy-ready code
/* CSS */
color: #d6bfd2;
background-color: #d6bfd2;
/* Tailwind (arbitrary) */
class="text-[#d6bfd2] bg-[#d6bfd2]"
/* SCSS */
$brand: #d6bfd2;
/* SwiftUI */
Color(red: 0.839, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#d6bfd2")Accessibility — WCAG contrast
Aa
#d6bfd2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6bfd2 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green74.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow1.9%
Key (black)16.1%
Color previews
#d6bfd2 text on a black background
contrast 12.24:1
Card sample
#d6bfd2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6bfd2;
Background color
Panel with #d6bfd2 background
background-color: #d6bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6bfd2; background: linear-gradient(135deg, #d6bfd2, #D6BFC3);