#dacac7
a light, soft red · warm · closest name: silver
RGB
218, 202, 199
HSL
10°, 20%, 82%
CMYK
0, 7, 9, 15
Luminance
0.6127
Every format
| HEX | #dacac7 |
| RGB | rgb(218, 202, 199) |
| HSL | hsl(10, 20%, 82%) |
| CMYK | cmyk(0%, 7%, 9%, 15%) |
| LAB | lab(82.5 5.1 3.5) |
| LCH | lch(82.5 6.2 34.7) |
| OKLCH | oklch(0.851 0.018 30.3) |
Copy-ready code
/* CSS */
color: #dacac7;
background-color: #dacac7;
/* Tailwind (arbitrary) */
class="text-[#dacac7] bg-[#dacac7]"
/* SCSS */
$brand: #dacac7;
/* SwiftUI */
Color(red: 0.855, green: 0.792, blue: 0.780)
/* Android */
Color.parseColor("#dacac7")Accessibility — WCAG contrast
Aa
#dacac7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacac7 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.2%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow8.7%
Key (black)14.5%
Color previews
#dacac7 text on a black background
contrast 13.25:1
Card sample
#dacac7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacac7;
Background color
Panel with #dacac7 background
background-color: #dacac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 202, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 202, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacac7; background: linear-gradient(135deg, #dacac7, #DAD7C7);