#dac3da
a light, soft magenta / pink · warm · closest name: lavender
RGB
218, 195, 218
HSL
300°, 24%, 81%
CMYK
0, 11, 0, 15
Luminance
0.5900
Every format
| HEX | #dac3da |
| RGB | rgb(218, 195, 218) |
| HSL | hsl(300, 24%, 81%) |
| CMYK | cmyk(0%, 11%, 0%, 15%) |
| LAB | lab(81.3 12.1 -8.5) |
| LCH | lch(81.3 14.8 325.0) |
| OKLCH | oklch(0.843 0.040 325.9) |
Copy-ready code
/* CSS */
color: #dac3da;
background-color: #dac3da;
/* Tailwind (arbitrary) */
class="text-[#dac3da] bg-[#dac3da]"
/* SCSS */
$brand: #dac3da;
/* SwiftUI */
Color(red: 0.855, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#dac3da")Accessibility — WCAG contrast
Aa
#dac3da on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac3da on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green76.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow0.0%
Key (black)14.5%
Color previews
#dac3da text on a black background
contrast 12.80:1
Card sample
#dac3da text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac3da;
Background color
Panel with #dac3da background
background-color: #dac3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac3da; background: linear-gradient(135deg, #dac3da, #DAC3CB);