#d3bace
a light, soft magenta / pink · warm · closest name: silver
RGB
211, 186, 206
HSL
312°, 22%, 78%
CMYK
0, 12, 2, 17
Luminance
0.5342
Every format
| HEX | #d3bace |
| RGB | rgb(211, 186, 206) |
| HSL | hsl(312, 22%, 78%) |
| CMYK | cmyk(0%, 12%, 2%, 17%) |
| LAB | lab(78.1 12.4 -6.8) |
| LCH | lch(78.1 14.1 331.3) |
| OKLCH | oklch(0.816 0.039 332.7) |
Copy-ready code
/* CSS */
color: #d3bace;
background-color: #d3bace;
/* Tailwind (arbitrary) */
class="text-[#d3bace] bg-[#d3bace]"
/* SCSS */
$brand: #d3bace;
/* SwiftUI */
Color(red: 0.827, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#d3bace")Accessibility — WCAG contrast
Aa
#d3bace on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bace on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow2.4%
Key (black)17.3%
Color previews
#d3bace text on a black background
contrast 11.68:1
Card sample
#d3bace text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bace;
Background color
Panel with #d3bace background
background-color: #d3bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bace; background: linear-gradient(135deg, #d3bace, #D3BABD);