#dfb91f
a balanced, electric yellow · cool · closest name: gold
RGB
223, 185, 31
HSL
48°, 76%, 50%
CMYK
0, 17, 86, 13
Luminance
0.5048
Every format
| HEX | #dfb91f |
| RGB | rgb(223, 185, 31) |
| HSL | hsl(48, 76%, 50%) |
| CMYK | cmyk(0%, 17%, 86%, 13%) |
| LAB | lab(76.4 0.1 73.7) |
| LCH | lch(76.4 73.7 89.9) |
| OKLCH | oklch(0.796 0.157 93.2) |
Copy-ready code
/* CSS */
color: #dfb91f;
background-color: #dfb91f;
/* Tailwind (arbitrary) */
class="text-[#dfb91f] bg-[#dfb91f]"
/* SCSS */
$brand: #dfb91f;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.122)
/* Android */
Color.parseColor("#dfb91f")Accessibility — WCAG contrast
Aa
#dfb91f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb91f on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow86.1%
Key (black)12.5%
Color previews
#dfb91f text on a black background
contrast 11.10:1
Card sample
#dfb91f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb91f;
Background color
Panel with #dfb91f background
background-color: #dfb91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb91f; background: linear-gradient(135deg, #dfb91f, #85DF1F);