#dfbe0d
a balanced, electric yellow · cool · closest name: gold
RGB
223, 190, 13
HSL
51°, 89%, 46%
CMYK
0, 15, 94, 13
Luminance
0.5254
Every format
| HEX | #dfbe0d |
| RGB | rgb(223, 190, 13) |
| HSL | hsl(51, 89%, 46%) |
| CMYK | cmyk(0%, 15%, 94%, 13%) |
| LAB | lab(77.6 -2.8 77.8) |
| LCH | lch(77.6 77.9 92.0) |
| OKLCH | oklch(0.806 0.164 96.2) |
Copy-ready code
/* CSS */
color: #dfbe0d;
background-color: #dfbe0d;
/* Tailwind (arbitrary) */
class="text-[#dfbe0d] bg-[#dfbe0d]"
/* SCSS */
$brand: #dfbe0d;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.051)
/* Android */
Color.parseColor("#dfbe0d")Accessibility — WCAG contrast
Aa
#dfbe0d on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe0d on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow94.2%
Key (black)12.5%
Color previews
#dfbe0d text on a black background
contrast 11.51:1
Card sample
#dfbe0d text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe0d;
Background color
Panel with #dfbe0d background
background-color: #dfbe0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe0d; background: linear-gradient(135deg, #dfbe0d, #74DF0D);