#dfdf4c
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 223, 76
HSL
60°, 70%, 59%
CMYK
0, 0, 66, 13
Luminance
0.6899
Every format
| HEX | #dfdf4c |
| RGB | rgb(223, 223, 76) |
| HSL | hsl(60, 70%, 59%) |
| CMYK | cmyk(0%, 0%, 66%, 13%) |
| LAB | lab(86.5 -17.4 68.8) |
| LCH | lch(86.5 71.0 104.2) |
| OKLCH | oklch(0.878 0.164 109.3) |
Copy-ready code
/* CSS */
color: #dfdf4c;
background-color: #dfdf4c;
/* Tailwind (arbitrary) */
class="text-[#dfdf4c] bg-[#dfdf4c]"
/* SCSS */
$brand: #dfdf4c;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.298)
/* Android */
Color.parseColor("#dfdf4c")Accessibility — WCAG contrast
Aa
#dfdf4c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdf4c on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow65.9%
Key (black)12.5%
Color previews
#dfdf4c text on a black background
contrast 14.80:1
Card sample
#dfdf4c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdf4c;
Background color
Panel with #dfdf4c background
background-color: #dfdf4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdf4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdf4c; background: linear-gradient(135deg, #dfdf4c, #7DDF4C);