#dccc8f
a light, vivid yellow · cool · closest name: tan
RGB
220, 204, 143
HSL
48°, 52%, 71%
CMYK
0, 7, 35, 14
Luminance
0.6038
Every format
| HEX | #dccc8f |
| RGB | rgb(220, 204, 143) |
| HSL | hsl(48, 52%, 71%) |
| CMYK | cmyk(0%, 7%, 35%, 14%) |
| LAB | lab(82.0 -3.3 32.5) |
| LCH | lch(82.0 32.6 95.8) |
| OKLCH | oklch(0.844 0.081 95.2) |
Copy-ready code
/* CSS */
color: #dccc8f;
background-color: #dccc8f;
/* Tailwind (arbitrary) */
class="text-[#dccc8f] bg-[#dccc8f]"
/* SCSS */
$brand: #dccc8f;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#dccc8f")Accessibility — WCAG contrast
Aa
#dccc8f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccc8f on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow35.0%
Key (black)13.7%
Color previews
#dccc8f text on a black background
contrast 13.08:1
Card sample
#dccc8f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccc8f;
Background color
Panel with #dccc8f background
background-color: #dccc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccc8f; background: linear-gradient(135deg, #dccc8f, #B9DC8F);