#dad3cd
a light, muted orange · warm · closest name: silver
RGB
218, 211, 205
HSL
28°, 15%, 83%
CMYK
0, 3, 6, 15
Luminance
0.6590
Every format
| HEX | #dad3cd |
| RGB | rgb(218, 211, 205) |
| HSL | hsl(28, 15%, 83%) |
| CMYK | cmyk(0%, 3%, 6%, 15%) |
| LAB | lab(85.0 1.4 3.8) |
| LCH | lch(85.0 4.0 70.4) |
| OKLCH | oklch(0.871 0.011 63.3) |
Copy-ready code
/* CSS */
color: #dad3cd;
background-color: #dad3cd;
/* Tailwind (arbitrary) */
class="text-[#dad3cd] bg-[#dad3cd]"
/* SCSS */
$brand: #dad3cd;
/* SwiftUI */
Color(red: 0.855, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#dad3cd")Accessibility — WCAG contrast
Aa
#dad3cd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dad3cd on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green82.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow6.0%
Key (black)14.5%
Color previews
#dad3cd text on a black background
contrast 14.18:1
Card sample
#dad3cd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dad3cd;
Background color
Panel with #dad3cd background
background-color: #dad3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dad3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dad3cd; background: linear-gradient(135deg, #dad3cd, #D8DACD);