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