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