#df964c
a balanced, vivid orange · warm · closest name: Sandy Brown
At a glance
Every number on this page in one read: what #df964c 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 | #df964c |
| RGB | rgb(223, 150, 76) |
| HSL | hsl(30, 70%, 59%) |
| CMYK | cmyk(0%, 33%, 66%, 13%) |
| LAB | lab(68.0 20.5 49.2) |
| LCH | lch(68.0 53.3 67.3) |
| OKLCH | oklch(0.732 0.126 63.9) |
| Decimal | 14653004 |
| Display P3 | color(display-p3 0.875 0.588 0.298) |
Copy-ready code
/* CSS */
color: #df964c;
background-color: #df964c;
/* Tailwind (arbitrary) */
class="text-[#df964c] bg-[#df964c]"
/* SCSS */
$brand: #df964c;
/* SwiftUI */
Color(red: 0.875, green: 0.588, blue: 0.298)
/* Android */
Color.parseColor("#df964c")
/* Flutter */
Color(0xFFDF964C)
/* Python / OpenCV (BGR) */
(76, 150, 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. #df964c 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: #FCF7F3;
--brand-100: #F8F0E7;
--brand-200: #F2DECA;
--brand-300: #EEC7A0;
--brand-400: #E6AB70;
--brand-500: #df964c;
--brand-600: #D07B25;
--brand-700: #AD661F;
--brand-800: #8A5219;
--brand-900: #643D16;
--brand-950: #3F260E;
--brand: #df964c;
--brand-ink: #000000;
}Colors that work with #df964c
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 #df964c
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 | #4C95DF | Directly opposite — maximum tension | |
| Analogous left | #DF4C4C | Neighbour, quieter | |
| Analogous right | #DFDF4C | Neighbour, quieter | |
| Split-complement 1 | #4CDFDF | Contrast without the clash | |
| Split-complement 2 | #4C4CDF | Contrast without the clash | |
| Triadic 1 | #4CDF96 | Even thirds — balanced and loud | |
| Triadic 2 | #964CDF | Even thirds — balanced and loud | |
| Tetradic | #4CDF4C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df964c text on a black background
contrast 8.60:1
#df964c text on a white background
contrast 2.44:1
CSS3 live lab
The quick brown fox
color: #df964c;
background-color: #df964c;
Glowing headline
text-shadow: 2px 2px 8px #df964c;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 150, 76, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 150, 76, 0.45);
border: 3px solid #df964c; background: linear-gradient(135deg, #df964c, #C6DF4C);
Monochromatic scale
Palettes built from #df964c
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: Butterscotch (#e3963e) — ΔE2000 2.3 away, with its history, psychology and brand usage.
#df964c 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.
#df964c, answered
What color is #df964c?
#df964c is a balanced vivid orange, closest to Sandy Brown (ΔE2000 5). It sits at 30° on the hue wheel with 70% saturation and 59% lightness, which reads as warm.
What is the RGB value of #df964c?
rgb(223, 150, 76) — 223 red, 150 green and 76 blue out of 255, or 87.5% / 58.8% / 29.8% by channel.
Is #df964c a light or a dark color?
It is a mid-tone. Relative luminance is 0.3802 and perceived brightness is 66%, so black text on it reaches 8.60:1.
Should I use black or white text on #df964c?
Black. It scores 8.60:1 against #df964c, versus 2.44:1 for white — AAA at any size.
What is the complementary color of #df964c?
#4C95DF sits directly opposite on the wheel. Softer options are the split-complements #4CDFDF and #4C4CDF, which give the same contrast with far less vibration.
What colors go well with #df964c?
For interface work: #FAF7F4 as the surface, #EDD6C0 for borders, #9B734B for secondary text, #1B8BB1 as an accent and #6C4013 for hover and pressed states. For a palette, the analogous pair #DF4C4C and #DFDF4C stays calm, while #4C95DF is the loudest partner.
What is #df964c in CMYK for printing?
cmyk(0%, 33%, 66%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df964c warm or cool?
Warm — it scores 0 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E39C61; nudged cooler, #E15E4A.