#dfd73f
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 215, 63
HSL
57°, 71%, 56%
CMYK
0, 4, 72, 13
Luminance
0.6465
Every format
| HEX | #dfd73f |
| RGB | rgb(223, 215, 63) |
| HSL | hsl(57, 71%, 56%) |
| CMYK | cmyk(0%, 4%, 72%, 13%) |
| LAB | lab(84.3 -14.1 71.4) |
| LCH | lch(84.3 72.8 101.2) |
| OKLCH | oklch(0.860 0.164 106.3) |
Copy-ready code
/* CSS */
color: #dfd73f;
background-color: #dfd73f;
/* Tailwind (arbitrary) */
class="text-[#dfd73f] bg-[#dfd73f]"
/* SCSS */
$brand: #dfd73f;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.247)
/* Android */
Color.parseColor("#dfd73f")Accessibility — WCAG contrast
Aa
#dfd73f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd73f on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow71.7%
Key (black)12.5%
Color previews
#dfd73f text on a black background
contrast 13.93:1
Card sample
#dfd73f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd73f;
Background color
Panel with #dfd73f background
background-color: #dfd73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd73f; background: linear-gradient(135deg, #dfd73f, #7CDF3F);