#dccfad
a light, soft yellow · warm · closest name: tan
RGB
220, 207, 173
HSL
43°, 40%, 77%
CMYK
0, 6, 21, 14
Luminance
0.6286
Every format
| HEX | #dccfad |
| RGB | rgb(220, 207, 173) |
| HSL | hsl(43, 40%, 77%) |
| CMYK | cmyk(0%, 6%, 21%, 14%) |
| LAB | lab(83.4 -0.9 18.6) |
| LCH | lch(83.4 18.6 92.8) |
| OKLCH | oklch(0.856 0.048 89.6) |
Copy-ready code
/* CSS */
color: #dccfad;
background-color: #dccfad;
/* Tailwind (arbitrary) */
class="text-[#dccfad] bg-[#dccfad]"
/* SCSS */
$brand: #dccfad;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#dccfad")Accessibility — WCAG contrast
Aa
#dccfad on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccfad on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow21.4%
Key (black)13.7%
Color previews
#dccfad text on a black background
contrast 13.57:1
Card sample
#dccfad text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccfad;
Background color
Panel with #dccfad background
background-color: #dccfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccfad; background: linear-gradient(135deg, #dccfad, #CADCAD);