#dfba52
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 186, 82
HSL
44°, 69%, 60%
CMYK
0, 17, 63, 13
Luminance
0.5141
Every format
| HEX | #dfba52 |
| RGB | rgb(223, 186, 82) |
| HSL | hsl(44, 69%, 60%) |
| CMYK | cmyk(0%, 17%, 63%, 13%) |
| LAB | lab(76.9 1.8 56.3) |
| LCH | lch(76.9 56.3 88.2) |
| OKLCH | oklch(0.802 0.129 89.5) |
Copy-ready code
/* CSS */
color: #dfba52;
background-color: #dfba52;
/* Tailwind (arbitrary) */
class="text-[#dfba52] bg-[#dfba52]"
/* SCSS */
$brand: #dfba52;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.322)
/* Android */
Color.parseColor("#dfba52")Accessibility — WCAG contrast
Aa
#dfba52 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba52 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow63.2%
Key (black)12.5%
Color previews
#dfba52 text on a black background
contrast 11.28:1
Card sample
#dfba52 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba52;
Background color
Panel with #dfba52 background
background-color: #dfba52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba52; background: linear-gradient(135deg, #dfba52, #A6DF52);