#dfbc62
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 188, 98
HSL
43°, 66%, 63%
CMYK
0, 16, 56, 13
Luminance
0.5254
Every format
| HEX | #dfbc62 |
| RGB | rgb(223, 188, 98) |
| HSL | hsl(43, 66%, 63%) |
| CMYK | cmyk(0%, 16%, 56%, 13%) |
| LAB | lab(77.6 1.8 49.6) |
| LCH | lch(77.6 49.6 87.9) |
| OKLCH | oklch(0.808 0.116 88.4) |
Copy-ready code
/* CSS */
color: #dfbc62;
background-color: #dfbc62;
/* Tailwind (arbitrary) */
class="text-[#dfbc62] bg-[#dfbc62]"
/* SCSS */
$brand: #dfbc62;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.384)
/* Android */
Color.parseColor("#dfbc62")Accessibility — WCAG contrast
Aa
#dfbc62 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc62 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow56.1%
Key (black)12.5%
Color previews
#dfbc62 text on a black background
contrast 11.51:1
Card sample
#dfbc62 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc62;
Background color
Panel with #dfbc62 background
background-color: #dfbc62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc62; background: linear-gradient(135deg, #dfbc62, #AFDF62);