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