#dfb713
a balanced, electric yellow · cool · closest name: gold
RGB
223, 183, 19
HSL
48°, 84%, 48%
CMYK
0, 18, 92, 13
Luminance
0.4960
Every format
| HEX | #dfb713 |
| RGB | rgb(223, 183, 19) |
| HSL | hsl(48, 84%, 48%) |
| CMYK | cmyk(0%, 18%, 92%, 13%) |
| LAB | lab(75.8 0.9 75.7) |
| LCH | lch(75.8 75.7 89.3) |
| OKLCH | oklch(0.792 0.159 92.6) |
Copy-ready code
/* CSS */
color: #dfb713;
background-color: #dfb713;
/* Tailwind (arbitrary) */
class="text-[#dfb713] bg-[#dfb713]"
/* SCSS */
$brand: #dfb713;
/* SwiftUI */
Color(red: 0.875, green: 0.718, blue: 0.075)
/* Android */
Color.parseColor("#dfb713")Accessibility — WCAG contrast
Aa
#dfb713 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb713 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow91.5%
Key (black)12.5%
Color previews
#dfb713 text on a black background
contrast 10.92:1
Card sample
#dfb713 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb713;
Background color
Panel with #dfb713 background
background-color: #dfb713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 183, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 183, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb713; background: linear-gradient(135deg, #dfb713, #7FDF13);