#dccf79
a light, vivid yellow · cool · closest name: khaki
RGB
220, 207, 121
HSL
52°, 59%, 67%
CMYK
0, 6, 45, 14
Luminance
0.6122
Every format
| HEX | #dccf79 |
| RGB | rgb(220, 207, 121) |
| HSL | hsl(52, 59%, 67%) |
| CMYK | cmyk(0%, 6%, 45%, 14%) |
| LAB | lab(82.5 -7.2 44.2) |
| LCH | lch(82.5 44.8 99.3) |
| OKLCH | oklch(0.847 0.108 100.8) |
Copy-ready code
/* CSS */
color: #dccf79;
background-color: #dccf79;
/* Tailwind (arbitrary) */
class="text-[#dccf79] bg-[#dccf79]"
/* SCSS */
$brand: #dccf79;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.475)
/* Android */
Color.parseColor("#dccf79")Accessibility — WCAG contrast
Aa
#dccf79 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccf79 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow45.0%
Key (black)13.7%
Color previews
#dccf79 text on a black background
contrast 13.24:1
Card sample
#dccf79 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccf79;
Background color
Panel with #dccf79 background
background-color: #dccf79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccf79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccf79; background: linear-gradient(135deg, #dccf79, #A7DC79);