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