#dac3d2
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 195, 210
HSL
321°, 24%, 81%
CMYK
0, 11, 4, 15
Luminance
0.5859
Every format
| HEX | #dac3d2 |
| RGB | rgb(218, 195, 210) |
| HSL | hsl(321, 24%, 81%) |
| CMYK | cmyk(0%, 11%, 4%, 15%) |
| LAB | lab(81.1 10.7 -4.5) |
| LCH | lch(81.1 11.6 337.1) |
| OKLCH | oklch(0.841 0.033 338.7) |
Copy-ready code
/* CSS */
color: #dac3d2;
background-color: #dac3d2;
/* Tailwind (arbitrary) */
class="text-[#dac3d2] bg-[#dac3d2]"
/* SCSS */
$brand: #dac3d2;
/* SwiftUI */
Color(red: 0.855, green: 0.765, blue: 0.824)
/* Android */
Color.parseColor("#dac3d2")Accessibility — WCAG contrast
Aa
#dac3d2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac3d2 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green76.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow3.7%
Key (black)14.5%
Color previews
#dac3d2 text on a black background
contrast 12.72:1
Card sample
#dac3d2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac3d2;
Background color
Panel with #dac3d2 background
background-color: #dac3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 195, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 195, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac3d2; background: linear-gradient(135deg, #dac3d2, #DAC3C3);