#dfb56c
a balanced, vivid orange · warm · closest name: tan
RGB
223, 181, 108
HSL
38°, 64%, 65%
CMYK
0, 19, 52, 13
Luminance
0.4982
Every format
| HEX | #dfb56c |
| RGB | rgb(223, 181, 108) |
| HSL | hsl(38, 64%, 65%) |
| CMYK | cmyk(0%, 19%, 52%, 13%) |
| LAB | lab(76.0 6.3 42.7) |
| LCH | lch(76.0 43.1 81.5) |
| OKLCH | oklch(0.795 0.104 80.2) |
Copy-ready code
/* CSS */
color: #dfb56c;
background-color: #dfb56c;
/* Tailwind (arbitrary) */
class="text-[#dfb56c] bg-[#dfb56c]"
/* SCSS */
$brand: #dfb56c;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.424)
/* Android */
Color.parseColor("#dfb56c")Accessibility — WCAG contrast
Aa
#dfb56c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb56c on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow51.6%
Key (black)12.5%
Color previews
#dfb56c text on a black background
contrast 10.96:1
Card sample
#dfb56c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb56c;
Background color
Panel with #dfb56c background
background-color: #dfb56c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb56c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb56c; background: linear-gradient(135deg, #dfb56c, #BCDF6C);