#df652e
a balanced, vivid orange · warm · closest name: Chocolate
At a glance
Every number on this page in one read: what #df652e 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 | #df652e |
| RGB | rgb(223, 101, 46) |
| HSL | hsl(19, 73%, 53%) |
| CMYK | cmyk(0%, 55%, 79%, 13%) |
| LAB | lab(57.3 44.5 52.1) |
| LCH | lch(57.3 68.5 49.4) |
| OKLCH | oklch(0.648 0.167 42.5) |
| Decimal | 14640430 |
| Display P3 | color(display-p3 0.875 0.396 0.180) |
Copy-ready code
/* CSS */
color: #df652e;
background-color: #df652e;
/* Tailwind (arbitrary) */
class="text-[#df652e] bg-[#df652e]"
/* SCSS */
$brand: #df652e;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.180)
/* Android */
Color.parseColor("#df652e")
/* Flutter */
Color(0xFFDF652E)
/* Python / OpenCV (BGR) */
(46, 101, 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. #df652e 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: #FCF6F3;
--brand-100: #F8ECE7;
--brand-200: #F3D6C8;
--brand-300: #F0B79E;
--brand-400: #E9936D;
--brand-500: #df652e;
--brand-600: #D45821;
--brand-700: #B14A1B;
--brand-800: #8D3B16;
--brand-900: #672D14;
--brand-950: #401C0C;
--brand: #df652e;
--brand-ink: #000000;
}Colors that work with #df652e
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 #df652e
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #2EA8DF | Directly opposite — maximum tension | |
| Analogous left | #DF2E4F | Neighbour, quieter | |
| Analogous right | #DFBD2E | Neighbour, quieter | |
| Split-complement 1 | #2EDFBD | Contrast without the clash | |
| Split-complement 2 | #2E4FDF | Contrast without the clash | |
| Triadic 1 | #2EDF65 | Even thirds — balanced and loud | |
| Triadic 2 | #652EDF | Even thirds — balanced and loud | |
| Tetradic | #4FDF2E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df652e text on a black background
contrast 6.04:1
#df652e text on a white background
contrast 3.48:1
CSS3 live lab
The quick brown fox
color: #df652e;
background-color: #df652e;
Glowing headline
text-shadow: 2px 2px 8px #df652e;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 46, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 101, 46, 0.45);
border: 3px solid #df652e; background: linear-gradient(135deg, #df652e, #DFDB2E);
Monochromatic scale
Palettes built from #df652e
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: Burnt Orange (#cc5500) — ΔE2000 7 away, with its history, psychology and brand usage.
#df652e 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.
#df652e, answered
What color is #df652e?
#df652e is a balanced vivid orange, closest to Chocolate (ΔE2000 5.5). It sits at 19° on the hue wheel with 73% saturation and 53% lightness, which reads as warm.
What is the RGB value of #df652e?
rgb(223, 101, 46) — 223 red, 101 green and 46 blue out of 255, or 87.5% / 39.6% / 18% by channel.
Is #df652e a light or a dark color?
It is a mid-tone. Relative luminance is 0.2519 and perceived brightness is 57%, so black text on it reaches 6.04:1.
Should I use black or white text on #df652e?
Black. It scores 6.04:1 against #df652e, versus 3.48:1 for white — AA at any size.
What is the complementary color of #df652e?
#2EA8DF sits directly opposite on the wheel. Softer options are the split-complements #2EDFBD and #2E4FDF, which give the same contrast with far less vibration.
What colors go well with #df652e?
For interface work: #FAF6F4 as the surface, #EDCEC0 for borders, #9B634B for secondary text, #17ACB5 as an accent and #6F2E11 for hover and pressed states. For a palette, the analogous pair #DF2E4F and #DFBD2E stays calm, while #2EA8DF is the loudest partner.
What is #df652e in CMYK for printing?
cmyk(0%, 55%, 79%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df652e warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E27F44; nudged cooler, #E12B36.