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