#dfba63
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 186, 99
HSL
42°, 66%, 63%
CMYK
0, 17, 56, 13
Luminance
0.5171
Every format
| HEX | #dfba63 |
| RGB | rgb(223, 186, 99) |
| HSL | hsl(42, 66%, 63%) |
| CMYK | cmyk(0%, 17%, 56%, 13%) |
| LAB | lab(77.1 3.0 48.5) |
| LCH | lch(77.1 48.6 86.5) |
| OKLCH | oklch(0.804 0.114 86.7) |
Copy-ready code
/* CSS */
color: #dfba63;
background-color: #dfba63;
/* Tailwind (arbitrary) */
class="text-[#dfba63] bg-[#dfba63]"
/* SCSS */
$brand: #dfba63;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.388)
/* Android */
Color.parseColor("#dfba63")Accessibility — WCAG contrast
Aa
#dfba63 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba63 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow55.6%
Key (black)12.5%
Color previews
#dfba63 text on a black background
contrast 11.34:1
Card sample
#dfba63 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba63;
Background color
Panel with #dfba63 background
background-color: #dfba63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba63; background: linear-gradient(135deg, #dfba63, #B1DF63);