#dfb83c
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 184, 60
HSL
46°, 72%, 56%
CMYK
0, 18, 73, 13
Luminance
0.5030
Every format
| HEX | #dfb83c |
| RGB | rgb(223, 184, 60) |
| HSL | hsl(46, 72%, 56%) |
| CMYK | cmyk(0%, 18%, 73%, 13%) |
| LAB | lab(76.3 1.6 64.7) |
| LCH | lch(76.3 64.7 88.6) |
| OKLCH | oklch(0.796 0.143 90.8) |
Copy-ready code
/* CSS */
color: #dfb83c;
background-color: #dfb83c;
/* Tailwind (arbitrary) */
class="text-[#dfb83c] bg-[#dfb83c]"
/* SCSS */
$brand: #dfb83c;
/* SwiftUI */
Color(red: 0.875, green: 0.722, blue: 0.235)
/* Android */
Color.parseColor("#dfb83c")Accessibility — WCAG contrast
Aa
#dfb83c on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb83c on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow73.1%
Key (black)12.5%
Color previews
#dfb83c text on a black background
contrast 11.06:1
Card sample
#dfb83c text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb83c;
Background color
Panel with #dfb83c background
background-color: #dfb83c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb83c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 184, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 184, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb83c; background: linear-gradient(135deg, #dfb83c, #99DF3C);