#dfb95c
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 185, 92
HSL
43°, 67%, 62%
CMYK
0, 17, 59, 13
Luminance
0.5116
Every format
| HEX | #dfb95c |
| RGB | rgb(223, 185, 92) |
| HSL | hsl(43, 67%, 62%) |
| CMYK | cmyk(0%, 17%, 59%, 13%) |
| LAB | lab(76.8 3.0 51.5) |
| LCH | lch(76.8 51.6 86.7) |
| OKLCH | oklch(0.801 0.120 87.2) |
Copy-ready code
/* CSS */
color: #dfb95c;
background-color: #dfb95c;
/* Tailwind (arbitrary) */
class="text-[#dfb95c] bg-[#dfb95c]"
/* SCSS */
$brand: #dfb95c;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.361)
/* Android */
Color.parseColor("#dfb95c")Accessibility — WCAG contrast
Aa
#dfb95c on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb95c on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow58.7%
Key (black)12.5%
Color previews
#dfb95c text on a black background
contrast 11.23:1
Card sample
#dfb95c text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb95c;
Background color
Panel with #dfb95c background
background-color: #dfb95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb95c; background: linear-gradient(135deg, #dfb95c, #AEDF5C);