#dfcc4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 204, 79
HSL
52°, 69%, 59%
CMYK
0, 9, 65, 13
Luminance
0.5944
Every format
| HEX | #dfcc4f |
| RGB | rgb(223, 204, 79) |
| HSL | hsl(52, 69%, 59%) |
| CMYK | cmyk(0%, 9%, 65%, 13%) |
| LAB | lab(81.5 -7.7 62.5) |
| LCH | lch(81.5 63.0 97.1) |
| OKLCH | oklch(0.838 0.144 100.6) |
Copy-ready code
/* CSS */
color: #dfcc4f;
background-color: #dfcc4f;
/* Tailwind (arbitrary) */
class="text-[#dfcc4f] bg-[#dfcc4f]"
/* SCSS */
$brand: #dfcc4f;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.310)
/* Android */
Color.parseColor("#dfcc4f")Accessibility — WCAG contrast
Aa
#dfcc4f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcc4f on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow64.6%
Key (black)12.5%
Color previews
#dfcc4f text on a black background
contrast 12.89:1
Card sample
#dfcc4f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcc4f;
Background color
Panel with #dfcc4f background
background-color: #dfcc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcc4f; background: linear-gradient(135deg, #dfcc4f, #92DF4F);