#dfcb49
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 203, 73
HSL
52°, 70%, 58%
CMYK
0, 9, 67, 13
Luminance
0.5888
Every format
| HEX | #dfcb49 |
| RGB | rgb(223, 203, 73) |
| HSL | hsl(52, 70%, 58%) |
| CMYK | cmyk(0%, 9%, 67%, 13%) |
| LAB | lab(81.2 -7.6 64.6) |
| LCH | lch(81.2 65.1 96.7) |
| OKLCH | oklch(0.836 0.147 100.4) |
Copy-ready code
/* CSS */
color: #dfcb49;
background-color: #dfcb49;
/* Tailwind (arbitrary) */
class="text-[#dfcb49] bg-[#dfcb49]"
/* SCSS */
$brand: #dfcb49;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#dfcb49")Accessibility — WCAG contrast
Aa
#dfcb49 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcb49 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow67.3%
Key (black)12.5%
Color previews
#dfcb49 text on a black background
contrast 12.78:1
Card sample
#dfcb49 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcb49;
Background color
Panel with #dfcb49 background
background-color: #dfcb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcb49; background: linear-gradient(135deg, #dfcb49, #8FDF49);