#dfcf49
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 207, 73
HSL
54°, 70%, 58%
CMYK
0, 7, 67, 13
Luminance
0.6079
Every format
| HEX | #dfcf49 |
| RGB | rgb(223, 207, 73) |
| HSL | hsl(54, 70%, 58%) |
| CMYK | cmyk(0%, 7%, 67%, 13%) |
| LAB | lab(82.3 -9.6 65.7) |
| LCH | lch(82.3 66.4 98.3) |
| OKLCH | oklch(0.844 0.151 102.4) |
Copy-ready code
/* CSS */
color: #dfcf49;
background-color: #dfcf49;
/* Tailwind (arbitrary) */
class="text-[#dfcf49] bg-[#dfcf49]"
/* SCSS */
$brand: #dfcf49;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#dfcf49")Accessibility — WCAG contrast
Aa
#dfcf49 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcf49 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow67.3%
Key (black)12.5%
Color previews
#dfcf49 text on a black background
contrast 13.16:1
Card sample
#dfcf49 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcf49;
Background color
Panel with #dfcf49 background
background-color: #dfcf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcf49; background: linear-gradient(135deg, #dfcf49, #8BDF49);