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