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