#dfb86c
a balanced, vivid orange · warm · closest name: tan
RGB
223, 184, 108
HSL
40°, 64%, 65%
CMYK
0, 18, 52, 13
Luminance
0.5105
Every format
| HEX | #dfb86c |
| RGB | rgb(223, 184, 108) |
| HSL | hsl(40, 64%, 65%) |
| CMYK | cmyk(0%, 18%, 52%, 13%) |
| LAB | lab(76.7 4.8 43.6) |
| LCH | lch(76.7 43.8 83.8) |
| OKLCH | oklch(0.801 0.105 82.9) |
Copy-ready code
/* CSS */
color: #dfb86c;
background-color: #dfb86c;
/* Tailwind (arbitrary) */
class="text-[#dfb86c] bg-[#dfb86c]"
/* SCSS */
$brand: #dfb86c;
/* SwiftUI */
Color(red: 0.875, green: 0.722, blue: 0.424)
/* Android */
Color.parseColor("#dfb86c")Accessibility — WCAG contrast
Aa
#dfb86c on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb86c on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow51.6%
Key (black)12.5%
Color previews
#dfb86c text on a black background
contrast 11.21:1
Card sample
#dfb86c text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb86c;
Background color
Panel with #dfb86c background
background-color: #dfb86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 184, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 184, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb86c; background: linear-gradient(135deg, #dfb86c, #B9DF6C);