#dcccab
a light, soft yellow · warm · closest name: tan
RGB
220, 204, 171
HSL
40°, 41%, 77%
CMYK
0, 7, 22, 14
Luminance
0.6134
Every format
| HEX | #dcccab |
| RGB | rgb(220, 204, 171) |
| HSL | hsl(40, 41%, 77%) |
| CMYK | cmyk(0%, 7%, 22%, 14%) |
| LAB | lab(82.6 0.4 18.5) |
| LCH | lch(82.6 18.5 88.9) |
| OKLCH | oklch(0.850 0.048 85.2) |
Copy-ready code
/* CSS */
color: #dcccab;
background-color: #dcccab;
/* Tailwind (arbitrary) */
class="text-[#dcccab] bg-[#dcccab]"
/* SCSS */
$brand: #dcccab;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.671)
/* Android */
Color.parseColor("#dcccab")Accessibility — WCAG contrast
Aa
#dcccab on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccab on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow22.3%
Key (black)13.7%
Color previews
#dcccab text on a black background
contrast 13.27:1
Card sample
#dcccab text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccab;
Background color
Panel with #dcccab background
background-color: #dcccab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccab; background: linear-gradient(135deg, #dcccab, #CBDCAB);