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