#df735e
a balanced, vivid red · warm · closest name: Salmon
At a glance
Every number on this page in one read: what #df735e 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 | #df735e |
| RGB | rgb(223, 115, 94) |
| HSL | hsl(10, 67%, 62%) |
| CMYK | cmyk(0%, 48%, 58%, 13%) |
| LAB | lab(60.6 40.2 30.8) |
| LCH | lch(60.6 50.6 37.5) |
| OKLCH | oklch(0.675 0.139 32.3) |
| Decimal | 14644062 |
| Display P3 | color(display-p3 0.875 0.451 0.369) |
Copy-ready code
/* CSS */
color: #df735e;
background-color: #df735e;
/* Tailwind (arbitrary) */
class="text-[#df735e] bg-[#df735e]"
/* SCSS */
$brand: #df735e;
/* SwiftUI */
Color(red: 0.875, green: 0.451, blue: 0.369)
/* Android */
Color.parseColor("#df735e")
/* Flutter */
Color(0xFFDF735E)
/* Python / OpenCV (BGR) */
(94, 115, 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. #df735e 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: #FBF5F3;
--brand-100: #F8EAE8;
--brand-200: #F1D1CA;
--brand-300: #ECAEA1;
--brand-400: #df735e;
--brand-500: #DA5C44;
--brand-600: #CC4329;
--brand-700: #AA3822;
--brand-800: #882D1B;
--brand-900: #632418;
--brand-950: #3E160F;
--brand: #df735e;
--brand-ink: #000000;
}Colors that work with #df735e
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 #df735e
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 | #5ECADF | Directly opposite — maximum tension | |
| Analogous left | #DF5E8A | Neighbour, quieter | |
| Analogous right | #DFB45E | Neighbour, quieter | |
| Split-complement 1 | #5EDFB4 | Contrast without the clash | |
| Split-complement 2 | #5E8ADF | Contrast without the clash | |
| Triadic 1 | #5EDF73 | Even thirds — balanced and loud | |
| Triadic 2 | #735EDF | Even thirds — balanced and loud | |
| Tetradic | #8ADF5E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df735e text on a black background
contrast 6.75:1
#df735e text on a white background
contrast 3.11:1
CSS3 live lab
The quick brown fox
color: #df735e;
background-color: #df735e;
Glowing headline
text-shadow: 2px 2px 8px #df735e;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 115, 94, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 115, 94, 0.45);
border: 3px solid #df735e; background: linear-gradient(135deg, #df735e, #DFC95E);
Monochromatic scale
Palettes built from #df735e
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: Terracotta (#e2725b) — ΔE2000 0.8 away, with its history, psychology and brand usage.
#df735e 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.
#df735e, answered
What color is #df735e?
#df735e is a balanced vivid red, closest to Salmon (ΔE2000 6.3). It sits at 10° on the hue wheel with 67% saturation and 62% lightness, which reads as warm.
What is the RGB value of #df735e?
rgb(223, 115, 94) — 223 red, 115 green and 94 blue out of 255, or 87.5% / 45.1% / 36.9% by channel.
Is #df735e a light or a dark color?
It is a mid-tone. Relative luminance is 0.2876 and perceived brightness is 60%, so black text on it reaches 6.75:1.
Should I use black or white text on #df735e?
Black. It scores 6.75:1 against #df735e, versus 3.11:1 for white — AA at any size.
What is the complementary color of #df735e?
#5ECADF sits directly opposite on the wheel. Softer options are the split-complements #5EDFB4 and #5E8ADF, which give the same contrast with far less vibration.
What colors go well with #df735e?
For interface work: #FAF5F4 as the surface, #EDC7C0 for borders, #9B584B for secondary text, #1EAEA2 as an accent and #6A2315 for hover and pressed states. For a palette, the analogous pair #DF5E8A and #DFB45E stays calm, while #5ECADF is the loudest partner.
What is #df735e in CMYK for printing?
cmyk(0%, 48%, 58%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df735e warm or cool?
Warm — it scores 11 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF895E; nudged cooler, #E15C77.