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