#dfcb2f
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 203, 47
HSL
53°, 73%, 53%
CMYK
0, 9, 79, 13
Luminance
0.5861
Every format
| HEX | #dfcb2f |
| RGB | rgb(223, 203, 47) |
| HSL | hsl(53, 73%, 53%) |
| CMYK | cmyk(0%, 9%, 79%, 13%) |
| LAB | lab(81.1 -8.7 73.5) |
| LCH | lch(81.1 74.0 96.7) |
| OKLCH | oklch(0.834 0.163 101.5) |
Copy-ready code
/* CSS */
color: #dfcb2f;
background-color: #dfcb2f;
/* Tailwind (arbitrary) */
class="text-[#dfcb2f] bg-[#dfcb2f]"
/* SCSS */
$brand: #dfcb2f;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#dfcb2f")Accessibility — WCAG contrast
Aa
#dfcb2f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcb2f on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow78.9%
Key (black)12.5%
Color previews
#dfcb2f text on a black background
contrast 12.72:1
Card sample
#dfcb2f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcb2f;
Background color
Panel with #dfcb2f background
background-color: #dfcb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcb2f; background: linear-gradient(135deg, #dfcb2f, #7EDF2F);