#dacdbf
a light, soft orange · warm · closest name: silver
RGB
218, 205, 191
HSL
31°, 27%, 80%
CMYK
0, 6, 12, 15
Luminance
0.6233
Every format
| HEX | #dacdbf |
| RGB | rgb(218, 205, 191) |
| HSL | hsl(31, 27%, 80%) |
| CMYK | cmyk(0%, 6%, 12%, 15%) |
| LAB | lab(83.1 2.2 8.6) |
| LCH | lch(83.1 8.8 75.9) |
| OKLCH | oklch(0.855 0.024 69.6) |
Copy-ready code
/* CSS */
color: #dacdbf;
background-color: #dacdbf;
/* Tailwind (arbitrary) */
class="text-[#dacdbf] bg-[#dacdbf]"
/* SCSS */
$brand: #dacdbf;
/* SwiftUI */
Color(red: 0.855, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#dacdbf")Accessibility — WCAG contrast
Aa
#dacdbf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacdbf on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow12.4%
Key (black)14.5%
Color previews
#dacdbf text on a black background
contrast 13.47:1
Card sample
#dacdbf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacdbf;
Background color
Panel with #dacdbf background
background-color: #dacdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacdbf; background: linear-gradient(135deg, #dacdbf, #D5DABF);