#df7366
a balanced, vivid red · warm · closest name: Salmon
At a glance
Every number on this page in one read: what #df7366 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 | #df7366 |
| RGB | rgb(223, 115, 102) |
| HSL | hsl(6, 65%, 64%) |
| CMYK | cmyk(0%, 48%, 54%, 13%) |
| LAB | lab(60.7 40.8 26.5) |
| LCH | lch(60.7 48.7 33.0) |
| OKLCH | oklch(0.677 0.137 28.3) |
| Decimal | 14644070 |
| Display P3 | color(display-p3 0.875 0.451 0.400) |
Copy-ready code
/* CSS */
color: #df7366;
background-color: #df7366;
/* Tailwind (arbitrary) */
class="text-[#df7366] bg-[#df7366]"
/* SCSS */
$brand: #df7366;
/* SwiftUI */
Color(red: 0.875, green: 0.451, blue: 0.400)
/* Android */
Color.parseColor("#df7366")
/* Flutter */
Color(0xFFDF7366)
/* Python / OpenCV (BGR) */
(102, 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. #df7366 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: #FBF4F3;
--brand-100: #F8EAE8;
--brand-200: #F1CFCB;
--brand-300: #ECAAA2;
--brand-400: #df7366;
--brand-500: #D85545;
--brand-600: #CA3B2A;
--brand-700: #A93223;
--brand-800: #87281C;
--brand-900: #622018;
--brand-950: #3D140F;
--brand: #df7366;
--brand-ink: #000000;
}Colors that work with #df7366
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 #df7366
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 | #66D2DF | Directly opposite — maximum tension | |
| Analogous left | #DF6696 | Neighbour, quieter | |
| Analogous right | #DFAF66 | Neighbour, quieter | |
| Split-complement 1 | #66DFAF | Contrast without the clash | |
| Split-complement 2 | #6696DF | Contrast without the clash | |
| Triadic 1 | #66DF73 | Even thirds — balanced and loud | |
| Triadic 2 | #7366DF | Even thirds — balanced and loud | |
| Tetradic | #96DF66 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df7366 text on a black background
contrast 6.78:1
#df7366 text on a white background
contrast 3.10:1
CSS3 live lab
The quick brown fox
color: #df7366;
background-color: #df7366;
Glowing headline
text-shadow: 2px 2px 8px #df7366;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 115, 102, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 115, 102, 0.45);
border: 3px solid #df7366; background: linear-gradient(135deg, #df7366, #DFC466);
Monochromatic scale
Palettes built from #df7366
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 3.2 away, with its history, psychology and brand usage.
#df7366 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.
#df7366, answered
What color is #df7366?
#df7366 is a balanced vivid red, closest to Salmon (ΔE2000 5.7). It sits at 6° on the hue wheel with 65% saturation and 64% lightness, which reads as warm.
What is the RGB value of #df7366?
rgb(223, 115, 102) — 223 red, 115 green and 102 blue out of 255, or 87.5% / 45.1% / 40% by channel.
Is #df7366 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2891 and perceived brightness is 61%, so black text on it reaches 6.78:1.
Should I use black or white text on #df7366?
Black. It scores 6.78:1 against #df7366, versus 3.10:1 for white — AA at any size.
What is the complementary color of #df7366?
#66D2DF sits directly opposite on the wheel. Softer options are the split-complements #66DFAF and #6696DF, which give the same contrast with far less vibration.
What colors go well with #df7366?
For interface work: #FAF5F4 as the surface, #EDC5C0 for borders, #9B534B for secondary text, #1FAD98 as an accent and #691F16 for hover and pressed states. For a palette, the analogous pair #DF6696 and #DFAF66 stays calm, while #66D2DF is the loudest partner.
What is #df7366 in CMYK for printing?
cmyk(0%, 48%, 54%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df7366 warm or cool?
Warm — it scores 13 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF8C66; nudged cooler, #E16484.