#dfbe39
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 190, 57
HSL
48°, 72%, 55%
CMYK
0, 15, 74, 13
Luminance
0.5281
Every format
| HEX | #dfbe39 |
| RGB | rgb(223, 190, 57) |
| HSL | hsl(48, 72%, 55%) |
| CMYK | cmyk(0%, 15%, 74%, 13%) |
| LAB | lab(77.8 -1.6 67.3) |
| LCH | lch(77.8 67.3 91.4) |
| OKLCH | oklch(0.808 0.148 94.5) |
Copy-ready code
/* CSS */
color: #dfbe39;
background-color: #dfbe39;
/* Tailwind (arbitrary) */
class="text-[#dfbe39] bg-[#dfbe39]"
/* SCSS */
$brand: #dfbe39;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.224)
/* Android */
Color.parseColor("#dfbe39")Accessibility — WCAG contrast
Aa
#dfbe39 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe39 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow74.4%
Key (black)12.5%
Color previews
#dfbe39 text on a black background
contrast 11.56:1
Card sample
#dfbe39 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe39;
Background color
Panel with #dfbe39 background
background-color: #dfbe39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe39; background: linear-gradient(135deg, #dfbe39, #91DF39);