#dccdaf
a light, soft yellow · warm · closest name: tan
RGB
220, 205, 175
HSL
40°, 39%, 78%
CMYK
0, 7, 21, 14
Luminance
0.6197
Every format
| HEX | #dccdaf |
| RGB | rgb(220, 205, 175) |
| HSL | hsl(40, 39%, 78%) |
| CMYK | cmyk(0%, 7%, 21%, 14%) |
| LAB | lab(82.9 0.4 16.8) |
| LCH | lch(82.9 16.9 88.5) |
| OKLCH | oklch(0.853 0.043 84.6) |
Copy-ready code
/* CSS */
color: #dccdaf;
background-color: #dccdaf;
/* Tailwind (arbitrary) */
class="text-[#dccdaf] bg-[#dccdaf]"
/* SCSS */
$brand: #dccdaf;
/* SwiftUI */
Color(red: 0.863, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#dccdaf")Accessibility — WCAG contrast
Aa
#dccdaf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccdaf on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow20.5%
Key (black)13.7%
Color previews
#dccdaf text on a black background
contrast 13.39:1
Card sample
#dccdaf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccdaf;
Background color
Panel with #dccdaf background
background-color: #dccdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccdaf; background: linear-gradient(135deg, #dccdaf, #CDDCAF);