#dfb50f
a balanced, electric yellow · cool · closest name: gold
RGB
223, 181, 15
HSL
48°, 87%, 47%
CMYK
0, 19, 93, 13
Luminance
0.4877
Every format
| HEX | #dfb50f |
| RGB | rgb(223, 181, 15) |
| HSL | hsl(48, 87%, 47%) |
| CMYK | cmyk(0%, 19%, 93%, 13%) |
| LAB | lab(75.3 1.9 75.9) |
| LCH | lch(75.3 75.9 88.5) |
| OKLCH | oklch(0.788 0.159 91.6) |
Copy-ready code
/* CSS */
color: #dfb50f;
background-color: #dfb50f;
/* Tailwind (arbitrary) */
class="text-[#dfb50f] bg-[#dfb50f]"
/* SCSS */
$brand: #dfb50f;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.059)
/* Android */
Color.parseColor("#dfb50f")Accessibility — WCAG contrast
Aa
#dfb50f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb50f on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow93.3%
Key (black)12.5%
Color previews
#dfb50f text on a black background
contrast 10.75:1
Card sample
#dfb50f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb50f;
Background color
Panel with #dfb50f background
background-color: #dfb50f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb50f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb50f; background: linear-gradient(135deg, #dfb50f, #7EDF0F);