#dfab61
a balanced, vivid orange · warm · closest name: Burly Wood
At a glance
Every number on this page in one read: what #dfab61 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 | #dfab61 |
| RGB | rgb(223, 171, 97) |
| HSL | hsl(35, 66%, 63%) |
| CMYK | cmyk(0%, 23%, 57%, 13%) |
| LAB | lab(73.3 10.8 45.0) |
| LCH | lch(73.3 46.3 76.6) |
| OKLCH | oklch(0.774 0.110 74.6) |
| Decimal | 14658401 |
| Display P3 | color(display-p3 0.875 0.671 0.380) |
Copy-ready code
/* CSS */
color: #dfab61;
background-color: #dfab61;
/* Tailwind (arbitrary) */
class="text-[#dfab61] bg-[#dfab61]"
/* SCSS */
$brand: #dfab61;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.380)
/* Android */
Color.parseColor("#dfab61")
/* Flutter */
Color(0xFFDFAB61)
/* Python / OpenCV (BGR) */
(97, 171, 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. #dfab61 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: #FBF8F3;
--brand-100: #F8F1E8;
--brand-200: #F1E1CB;
--brand-300: #ECCDA2;
--brand-400: #dfab61;
--brand-500: #D99C44;
--brand-600: #CC8829;
--brand-700: #AA7222;
--brand-800: #885B1B;
--brand-900: #634418;
--brand-950: #3E2A0F;
--brand: #dfab61;
--brand-ink: #000000;
}Colors that work with #dfab61
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 #dfab61
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #6195DF | Directly opposite — maximum tension | |
| Analogous left | #DF6C61 | Neighbour, quieter | |
| Analogous right | #D4DF61 | Neighbour, quieter | |
| Split-complement 1 | #61D4DF | Contrast without the clash | |
| Split-complement 2 | #6C61DF | Contrast without the clash | |
| Triadic 1 | #61DFAB | Even thirds — balanced and loud | |
| Triadic 2 | #AB61DF | Even thirds — balanced and loud | |
| Tetradic | #61DF6C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfab61 text on a black background
contrast 10.14:1
#dfab61 text on a white background
contrast 2.07:1
CSS3 live lab
The quick brown fox
color: #dfab61;
background-color: #dfab61;
Glowing headline
text-shadow: 2px 2px 8px #dfab61;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 97, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 171, 97, 0.45);
border: 3px solid #dfab61; background: linear-gradient(135deg, #dfab61, #BFDF61);
Monochromatic scale
Palettes built from #dfab61
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: Honey (#eba937) — ΔE2000 5.7 away, with its history, psychology and brand usage.
#dfab61 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.
#dfab61, answered
What color is #dfab61?
#dfab61 is a balanced vivid orange, closest to Burly Wood (ΔE2000 6.2). It sits at 35° on the hue wheel with 66% saturation and 63% lightness, which reads as warm.
What is the RGB value of #dfab61?
rgb(223, 171, 97) — 223 red, 171 green and 97 blue out of 255, or 87.5% / 67.1% / 38% by channel.
Is #dfab61 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4568 and perceived brightness is 71%, so black text on it reaches 10.14:1.
Should I use black or white text on #dfab61?
Black. It scores 10.14:1 against #dfab61, versus 2.07:1 for white — AAA at any size.
What is the complementary color of #dfab61?
#6195DF sits directly opposite on the wheel. Softer options are the split-complements #61D4DF and #6C61DF, which give the same contrast with far less vibration.
What colors go well with #dfab61?
For interface work: #FAF8F4 as the surface, #EDDAC0 for borders, #9B7A4B for secondary text, #1E7EAE as an accent and #6A4715 for hover and pressed states. For a palette, the analogous pair #DF6C61 and #D4DF61 stays calm, while #6195DF is the loudest partner.
What is #dfab61 in CMYK for printing?
cmyk(0%, 23%, 57%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfab61 warm or cool?
Warm — it scores 4 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF9E61; nudged cooler, #E1DB5F.