#d3b0cf
a light, soft magenta / pink · warm · closest name: pink
RGB
211, 176, 207
HSL
307°, 29%, 76%
CMYK
0, 17, 2, 17
Luminance
0.4940
Every format
| HEX | #d3b0cf |
| RGB | rgb(211, 176, 207) |
| HSL | hsl(307, 29%, 76%) |
| CMYK | cmyk(0%, 17%, 2%, 17%) |
| LAB | lab(75.7 17.9 -10.9) |
| LCH | lch(75.7 21.0 328.7) |
| OKLCH | oklch(0.797 0.058 329.9) |
Copy-ready code
/* CSS */
color: #d3b0cf;
background-color: #d3b0cf;
/* Tailwind (arbitrary) */
class="text-[#d3b0cf] bg-[#d3b0cf]"
/* SCSS */
$brand: #d3b0cf;
/* SwiftUI */
Color(red: 0.827, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#d3b0cf")Accessibility — WCAG contrast
Aa
#d3b0cf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3b0cf on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow1.9%
Key (black)17.3%
Color previews
#d3b0cf text on a black background
contrast 10.88:1
Card sample
#d3b0cf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3b0cf;
Background color
Panel with #d3b0cf background
background-color: #d3b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3b0cf; background: linear-gradient(135deg, #d3b0cf, #D3B0B8);