#dfbc59
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 188, 89
HSL
44°, 68%, 61%
CMYK
0, 16, 60, 13
Luminance
0.5238
Every format
| HEX | #dfbc59 |
| RGB | rgb(223, 188, 89) |
| HSL | hsl(44, 68%, 61%) |
| CMYK | cmyk(0%, 16%, 60%, 13%) |
| LAB | lab(77.5 1.2 53.7) |
| LCH | lch(77.5 53.7 88.8) |
| OKLCH | oklch(0.807 0.124 89.9) |
Copy-ready code
/* CSS */
color: #dfbc59;
background-color: #dfbc59;
/* Tailwind (arbitrary) */
class="text-[#dfbc59] bg-[#dfbc59]"
/* SCSS */
$brand: #dfbc59;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.349)
/* Android */
Color.parseColor("#dfbc59")Accessibility — WCAG contrast
Aa
#dfbc59 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc59 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow60.1%
Key (black)12.5%
Color previews
#dfbc59 text on a black background
contrast 11.48:1
Card sample
#dfbc59 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc59;
Background color
Panel with #dfbc59 background
background-color: #dfbc59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc59; background: linear-gradient(135deg, #dfbc59, #A9DF59);