#dac9cd
a light, soft red · warm · closest name: silver
RGB
218, 201, 205
HSL
346°, 19%, 82%
CMYK
0, 8, 6, 15
Luminance
0.6109
Every format
| HEX | #dac9cd |
| RGB | rgb(218, 201, 205) |
| HSL | hsl(346, 19%, 82%) |
| CMYK | cmyk(0%, 8%, 6%, 15%) |
| LAB | lab(82.4 6.6 0.1) |
| LCH | lch(82.4 6.6 1.3) |
| OKLCH | oklch(0.851 0.020 1.5) |
Copy-ready code
/* CSS */
color: #dac9cd;
background-color: #dac9cd;
/* Tailwind (arbitrary) */
class="text-[#dac9cd] bg-[#dac9cd]"
/* SCSS */
$brand: #dac9cd;
/* SwiftUI */
Color(red: 0.855, green: 0.788, blue: 0.804)
/* Android */
Color.parseColor("#dac9cd")Accessibility — WCAG contrast
Aa
#dac9cd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac9cd on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green78.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow6.0%
Key (black)14.5%
Color previews
#dac9cd text on a black background
contrast 13.22:1
Card sample
#dac9cd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac9cd;
Background color
Panel with #dac9cd background
background-color: #dac9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 201, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 201, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac9cd; background: linear-gradient(135deg, #dac9cd, #DAD0C9);