#dfb61f
a balanced, electric yellow · cool · closest name: gold
RGB
223, 182, 31
HSL
47°, 76%, 50%
CMYK
0, 18, 86, 13
Luminance
0.4924
Every format
| HEX | #dfb61f |
| RGB | rgb(223, 182, 31) |
| HSL | hsl(47, 76%, 50%) |
| CMYK | cmyk(0%, 18%, 86%, 13%) |
| LAB | lab(75.6 1.7 73.1) |
| LCH | lch(75.6 73.1 88.7) |
| OKLCH | oklch(0.790 0.155 91.6) |
Copy-ready code
/* CSS */
color: #dfb61f;
background-color: #dfb61f;
/* Tailwind (arbitrary) */
class="text-[#dfb61f] bg-[#dfb61f]"
/* SCSS */
$brand: #dfb61f;
/* SwiftUI */
Color(red: 0.875, green: 0.714, blue: 0.122)
/* Android */
Color.parseColor("#dfb61f")Accessibility — WCAG contrast
Aa
#dfb61f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb61f on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow86.1%
Key (black)12.5%
Color previews
#dfb61f text on a black background
contrast 10.85:1
Card sample
#dfb61f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb61f;
Background color
Panel with #dfb61f background
background-color: #dfb61f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb61f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 182, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 182, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb61f; background: linear-gradient(135deg, #dfb61f, #88DF1F);