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