#d3b3cf
a light, soft magenta / pink · warm · closest name: pink
RGB
211, 179, 207
HSL
308°, 27%, 77%
CMYK
0, 15, 2, 17
Luminance
0.5059
Every format
| HEX | #d3b3cf |
| RGB | rgb(211, 179, 207) |
| HSL | hsl(308, 27%, 77%) |
| CMYK | cmyk(0%, 15%, 2%, 17%) |
| LAB | lab(76.4 16.3 -9.8) |
| LCH | lch(76.4 19.1 328.9) |
| OKLCH | oklch(0.803 0.053 330.2) |
Copy-ready code
/* CSS */
color: #d3b3cf;
background-color: #d3b3cf;
/* Tailwind (arbitrary) */
class="text-[#d3b3cf] bg-[#d3b3cf]"
/* SCSS */
$brand: #d3b3cf;
/* SwiftUI */
Color(red: 0.827, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#d3b3cf")Accessibility — WCAG contrast
Aa
#d3b3cf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3b3cf on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green70.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow1.9%
Key (black)17.3%
Color previews
#d3b3cf text on a black background
contrast 11.12:1
Card sample
#d3b3cf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3b3cf;
Background color
Panel with #d3b3cf background
background-color: #d3b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3b3cf; background: linear-gradient(135deg, #d3b3cf, #D3B3BA);