#dccc7f
a light, vivid yellow · cool · closest name: khaki
RGB
220, 204, 127
HSL
50°, 57%, 68%
CMYK
0, 7, 42, 14
Luminance
0.5993
Every format
| HEX | #dccc7f |
| RGB | rgb(220, 204, 127) |
| HSL | hsl(50, 57%, 68%) |
| CMYK | cmyk(0%, 7%, 42%, 14%) |
| LAB | lab(81.8 -5.1 40.3) |
| LCH | lch(81.8 40.6 97.2) |
| OKLCH | oklch(0.841 0.099 97.9) |
Copy-ready code
/* CSS */
color: #dccc7f;
background-color: #dccc7f;
/* Tailwind (arbitrary) */
class="text-[#dccc7f] bg-[#dccc7f]"
/* SCSS */
$brand: #dccc7f;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.498)
/* Android */
Color.parseColor("#dccc7f")Accessibility — WCAG contrast
Aa
#dccc7f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccc7f on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow42.3%
Key (black)13.7%
Color previews
#dccc7f text on a black background
contrast 12.99:1
Card sample
#dccc7f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccc7f;
Background color
Panel with #dccc7f background
background-color: #dccc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccc7f; background: linear-gradient(135deg, #dccc7f, #AEDC7F);