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