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