#dfb35c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 179, 92
HSL
40°, 67%, 62%
CMYK
0, 20, 59, 13
Luminance
0.4870
Every format
| HEX | #dfb35c |
| RGB | rgb(223, 179, 92) |
| HSL | hsl(40, 67%, 62%) |
| CMYK | cmyk(0%, 20%, 59%, 13%) |
| LAB | lab(75.3 6.1 49.7) |
| LCH | lch(75.3 50.1 83.0) |
| OKLCH | oklch(0.789 0.117 82.6) |
Copy-ready code
/* CSS */
color: #dfb35c;
background-color: #dfb35c;
/* Tailwind (arbitrary) */
class="text-[#dfb35c] bg-[#dfb35c]"
/* SCSS */
$brand: #dfb35c;
/* SwiftUI */
Color(red: 0.875, green: 0.702, blue: 0.361)
/* Android */
Color.parseColor("#dfb35c")Accessibility — WCAG contrast
Aa
#dfb35c on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb35c on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow58.7%
Key (black)12.5%
Color previews
#dfb35c text on a black background
contrast 10.74:1
Card sample
#dfb35c text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb35c;
Background color
Panel with #dfb35c background
background-color: #dfb35c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb35c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 179, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 179, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb35c; background: linear-gradient(135deg, #dfb35c, #B4DF5C);