#d3c5d3
a light, muted magenta / pink · warm · closest name: silver
RGB
211, 197, 211
HSL
300°, 14%, 80%
CMYK
0, 7, 0, 17
Luminance
0.5848
Every format
| HEX | #d3c5d3 |
| RGB | rgb(211, 197, 211) |
| HSL | hsl(300, 14%, 80%) |
| CMYK | cmyk(0%, 7%, 0%, 17%) |
| LAB | lab(81.0 7.4 -5.2) |
| LCH | lch(81.0 9.0 324.8) |
| OKLCH | oklch(0.839 0.025 325.8) |
Copy-ready code
/* CSS */
color: #d3c5d3;
background-color: #d3c5d3;
/* Tailwind (arbitrary) */
class="text-[#d3c5d3] bg-[#d3c5d3]"
/* SCSS */
$brand: #d3c5d3;
/* SwiftUI */
Color(red: 0.827, green: 0.773, blue: 0.827)
/* Android */
Color.parseColor("#d3c5d3")Accessibility — WCAG contrast
Aa
#d3c5d3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3c5d3 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green77.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow0.0%
Key (black)17.3%
Color previews
#d3c5d3 text on a black background
contrast 12.70:1
Card sample
#d3c5d3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3c5d3;
Background color
Panel with #d3c5d3 background
background-color: #d3c5d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3c5d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 197, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 197, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3c5d3; background: linear-gradient(135deg, #d3c5d3, #D3C5CA);