#dfb981
a light, vivid orange · warm · closest name: Burly Wood
At a glance
Every number on this page in one read: what #dfb981 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dfb981 |
| RGB | rgb(223, 185, 129) |
| HSL | hsl(36, 60%, 69%) |
| CMYK | cmyk(0%, 17%, 42%, 13%) |
| LAB | lab(77.3 6.3 33.5) |
| LCH | lch(77.3 34.1 79.4) |
| OKLCH | oklch(0.806 0.085 76.8) |
| Decimal | 14662017 |
| Display P3 | color(display-p3 0.875 0.725 0.506) |
Copy-ready code
/* CSS */
color: #dfb981;
background-color: #dfb981;
/* Tailwind (arbitrary) */
class="text-[#dfb981] bg-[#dfb981]"
/* SCSS */
$brand: #dfb981;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.506)
/* Android */
Color.parseColor("#dfb981")
/* Flutter */
Color(0xFFDFB981)
/* Python / OpenCV (BGR) */
(129, 185, 223)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dfb981 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF8F4;
--brand-100: #F7F1E9;
--brand-200: #EFE1CC;
--brand-300: #E8CDA6;
--brand-400: #dfb981;
--brand-500: #D29B4C;
--brand-600: #C38832;
--brand-700: #A37229;
--brand-800: #825B21;
--brand-900: #5F441C;
--brand-950: #3B2A11;
--brand: #dfb981;
--brand-ink: #000000;
}Colors that work with #dfb981
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dfb981
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #81A7DF | Directly opposite — maximum tension | |
| Analogous left | #DF8A81 | Neighbour, quieter | |
| Analogous right | #D6DF81 | Neighbour, quieter | |
| Split-complement 1 | #81D6DF | Contrast without the clash | |
| Split-complement 2 | #8A81DF | Contrast without the clash | |
| Triadic 1 | #81DFB9 | Even thirds — balanced and loud | |
| Triadic 2 | #B981DF | Even thirds — balanced and loud | |
| Tetradic | #81DF8A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfb981 text on a black background
contrast 11.39:1
#dfb981 text on a white background
contrast 1.84:1
CSS3 live lab
The quick brown fox
color: #dfb981;
background-color: #dfb981;
Glowing headline
text-shadow: 2px 2px 8px #dfb981;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 129, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 185, 129, 0.45);
border: 3px solid #dfb981; background: linear-gradient(135deg, #dfb981, #C6DF81);
Monochromatic scale
Palettes built from #dfb981
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Tan (#d2b48c) — ΔE2000 4.3 away, with its history, psychology and brand usage.
#dfb981 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#dfb981, answered
What color is #dfb981?
#dfb981 is a light vivid orange, closest to Burly Wood (ΔE2000 1.8). It sits at 36° on the hue wheel with 60% saturation and 69% lightness, which reads as warm.
What is the RGB value of #dfb981?
rgb(223, 185, 129) — 223 red, 185 green and 129 blue out of 255, or 87.5% / 72.5% / 50.6% by channel.
Is #dfb981 a light or a dark color?
It is a light color. Relative luminance is 0.5197 and perceived brightness is 75%, so black text on it reaches 11.39:1.
Should I use black or white text on #dfb981?
Black. It scores 11.39:1 against #dfb981, versus 1.84:1 for white — AAA at any size.
What is the complementary color of #dfb981?
#81A7DF sits directly opposite on the wheel. Softer options are the split-complements #81D6DF and #8A81DF, which give the same contrast with far less vibration.
What colors go well with #dfb981?
For interface work: #FAF8F4 as the surface, #EDDAC0 for borders, #9B7A4B for secondary text, #257BA7 as an accent and #66471A for hover and pressed states. For a palette, the analogous pair #DF8A81 and #D6DF81 stays calm, while #81A7DF is the loudest partner.
What is #dfb981 in CMYK for printing?
cmyk(0%, 17%, 42%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfb981 warm or cool?
Warm — it scores 5 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFAD81; nudged cooler, #E1DD7F.