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