#dfb90c
a balanced, electric yellow · cool · closest name: gold
RGB
223, 185, 12
HSL
49°, 90%, 46%
CMYK
0, 17, 95, 13
Luminance
0.5041
Every format
| HEX | #dfb90c |
| RGB | rgb(223, 185, 12) |
| HSL | hsl(49, 90%, 46%) |
| CMYK | cmyk(0%, 17%, 95%, 13%) |
| LAB | lab(76.3 -0.2 77.0) |
| LCH | lch(76.3 77.0 90.1) |
| OKLCH | oklch(0.796 0.161 93.8) |
Copy-ready code
/* CSS */
color: #dfb90c;
background-color: #dfb90c;
/* Tailwind (arbitrary) */
class="text-[#dfb90c] bg-[#dfb90c]"
/* SCSS */
$brand: #dfb90c;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.047)
/* Android */
Color.parseColor("#dfb90c")Accessibility — WCAG contrast
Aa
#dfb90c on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb90c on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow94.6%
Key (black)12.5%
Color previews
#dfb90c text on a black background
contrast 11.08:1
Card sample
#dfb90c text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb90c;
Background color
Panel with #dfb90c background
background-color: #dfb90c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb90c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb90c; background: linear-gradient(135deg, #dfb90c, #78DF0C);