#df8f52
a balanced, vivid orange · warm · closest name: Peru
At a glance
Every number on this page in one read: what #df8f52 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 | #df8f52 |
| RGB | rgb(223, 143, 82) |
| HSL | hsl(26, 69%, 60%) |
| CMYK | cmyk(0%, 36%, 63%, 13%) |
| LAB | lab(66.5 24.7 44.4) |
| LCH | lch(66.5 50.8 61.0) |
| OKLCH | oklch(0.720 0.124 56.5) |
| Decimal | 14651218 |
| Display P3 | color(display-p3 0.875 0.561 0.322) |
Copy-ready code
/* CSS */
color: #df8f52;
background-color: #df8f52;
/* Tailwind (arbitrary) */
class="text-[#df8f52] bg-[#df8f52]"
/* SCSS */
$brand: #df8f52;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.322)
/* Android */
Color.parseColor("#df8f52")
/* Flutter */
Color(0xFFDF8F52)
/* Python / OpenCV (BGR) */
(82, 143, 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. #df8f52 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF7F3;
--brand-100: #F8EFE7;
--brand-200: #F2DBCA;
--brand-300: #EDC2A0;
--brand-400: #E5A371;
--brand-500: #df8f52;
--brand-600: #CF6F26;
--brand-700: #AC5D20;
--brand-800: #8A4A19;
--brand-900: #643816;
--brand-950: #3E230E;
--brand: #df8f52;
--brand-ink: #000000;
}Colors that work with #df8f52
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 #df8f52
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 | #52A2DF | Directly opposite — maximum tension | |
| Analogous left | #DF525B | Neighbour, quieter | |
| Analogous right | #DFD652 | Neighbour, quieter | |
| Split-complement 1 | #52DFD6 | Contrast without the clash | |
| Split-complement 2 | #525BDF | Contrast without the clash | |
| Triadic 1 | #52DF8F | Even thirds — balanced and loud | |
| Triadic 2 | #8F52DF | Even thirds — balanced and loud | |
| Tetradic | #5BDF52 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df8f52 text on a black background
contrast 8.19:1
#df8f52 text on a white background
contrast 2.56:1
CSS3 live lab
The quick brown fox
color: #df8f52;
background-color: #df8f52;
Glowing headline
text-shadow: 2px 2px 8px #df8f52;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 82, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 143, 82, 0.45);
border: 3px solid #df8f52; background: linear-gradient(135deg, #df8f52, #D1DF52);
Monochromatic scale
Palettes built from #df8f52
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: Papaya (#ff9a56) — ΔE2000 6 away, with its history, psychology and brand usage.
#df8f52 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.
#df8f52, answered
What color is #df8f52?
#df8f52 is a balanced vivid orange, closest to Peru (ΔE2000 5). It sits at 26° on the hue wheel with 69% saturation and 60% lightness, which reads as warm.
What is the RGB value of #df8f52?
rgb(223, 143, 82) — 223 red, 143 green and 82 blue out of 255, or 87.5% / 56.1% / 32.2% by channel.
Is #df8f52 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3594 and perceived brightness is 65%, so black text on it reaches 8.19:1.
Should I use black or white text on #df8f52?
Black. It scores 8.19:1 against #df8f52, versus 2.56:1 for white — AAA at any size.
What is the complementary color of #df8f52?
#52A2DF sits directly opposite on the wheel. Softer options are the split-complements #52DFD6 and #525BDF, which give the same contrast with far less vibration.
What colors go well with #df8f52?
For interface work: #FAF7F4 as the surface, #EDD3C0 for borders, #9B6D4B for secondary text, #1C95B0 as an accent and #6C3A14 for hover and pressed states. For a palette, the analogous pair #DF525B and #DFD652 stays calm, while #52A2DF is the loudest partner.
What is #df8f52 in CMYK for printing?
cmyk(0%, 36%, 63%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df8f52 warm or cool?
Warm — it scores 2 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E39C67; nudged cooler, #E15A50.