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