#dfb36c
a balanced, vivid orange · warm · closest name: tan
RGB
223, 179, 108
HSL
37°, 64%, 65%
CMYK
0, 20, 52, 13
Luminance
0.4901
Every format
| HEX | #dfb36c |
| RGB | rgb(223, 179, 108) |
| HSL | hsl(37, 64%, 65%) |
| CMYK | cmyk(0%, 20%, 52%, 13%) |
| LAB | lab(75.5 7.4 42.0) |
| LCH | lch(75.5 42.7 80.0) |
| OKLCH | oklch(0.791 0.103 78.4) |
Copy-ready code
/* CSS */
color: #dfb36c;
background-color: #dfb36c;
/* Tailwind (arbitrary) */
class="text-[#dfb36c] bg-[#dfb36c]"
/* SCSS */
$brand: #dfb36c;
/* SwiftUI */
Color(red: 0.875, green: 0.702, blue: 0.424)
/* Android */
Color.parseColor("#dfb36c")Accessibility — WCAG contrast
Aa
#dfb36c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb36c on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow51.6%
Key (black)12.5%
Color previews
#dfb36c text on a black background
contrast 10.80:1
Card sample
#dfb36c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb36c;
Background color
Panel with #dfb36c background
background-color: #dfb36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 179, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 179, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb36c; background: linear-gradient(135deg, #dfb36c, #BEDF6C);