#df6772
a balanced, vivid red · warm · closest name: Indian Red
At a glance
Every number on this page in one read: what #df6772 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 | #df6772 |
| RGB | rgb(223, 103, 114) |
| HSL | hsl(355, 65%, 64%) |
| CMYK | cmyk(0%, 54%, 49%, 13%) |
| LAB | lab(58.6 47.8 16.8) |
| LCH | lch(58.6 50.7 19.4) |
| OKLCH | oklch(0.662 0.150 16.5) |
| Decimal | 14641010 |
| Display P3 | color(display-p3 0.875 0.404 0.447) |
Copy-ready code
/* CSS */
color: #df6772;
background-color: #df6772;
/* Tailwind (arbitrary) */
class="text-[#df6772] bg-[#df6772]"
/* SCSS */
$brand: #df6772;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.447)
/* Android */
Color.parseColor("#df6772")
/* Flutter */
Color(0xFFDF6772)
/* Python / OpenCV (BGR) */
(114, 103, 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. #df6772 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: #FBF3F4;
--brand-100: #F7E8E9;
--brand-200: #F1CBCE;
--brand-300: #EBA2A9;
--brand-400: #df6772;
--brand-500: #D84653;
--brand-600: #CA2B39;
--brand-700: #A92330;
--brand-800: #871C26;
--brand-900: #62181F;
--brand-950: #3D0F14;
--brand: #df6772;
--brand-ink: #000000;
}Colors that work with #df6772
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 #df6772
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 | #67DFD4 | Directly opposite — maximum tension | |
| Analogous left | #DF67AE | Neighbour, quieter | |
| Analogous right | #DF9867 | Neighbour, quieter | |
| Split-complement 1 | #67DF98 | Contrast without the clash | |
| Split-complement 2 | #67AEDF | Contrast without the clash | |
| Triadic 1 | #72DF67 | Even thirds — balanced and loud | |
| Triadic 2 | #6772DF | Even thirds — balanced and loud | |
| Tetradic | #AEDF67 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df6772 text on a black background
contrast 6.32:1
#df6772 text on a white background
contrast 3.32:1
CSS3 live lab
The quick brown fox
color: #df6772;
background-color: #df6772;
Glowing headline
text-shadow: 2px 2px 8px #df6772;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 114, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 103, 114, 0.45);
border: 3px solid #df6772; background: linear-gradient(135deg, #df6772, #DFAC67);
Monochromatic scale
Palettes built from #df6772
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: Watermelon (#fc6c85) — ΔE2000 6.1 away, with its history, psychology and brand usage.
#df6772 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.
#df6772, answered
What color is #df6772?
#df6772 is a balanced vivid red, closest to Indian Red (ΔE2000 6). It sits at 355° on the hue wheel with 65% saturation and 64% lightness, which reads as warm.
What is the RGB value of #df6772?
rgb(223, 103, 114) — 223 red, 103 green and 114 blue out of 255, or 87.5% / 40.4% / 44.7% by channel.
Is #df6772 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2660 and perceived brightness is 59%, so black text on it reaches 6.32:1.
Should I use black or white text on #df6772?
Black. It scores 6.32:1 against #df6772, versus 3.32:1 for white — AA at any size.
What is the complementary color of #df6772?
#67DFD4 sits directly opposite on the wheel. Softer options are the split-complements #67DF98 and #67AEDF, which give the same contrast with far less vibration.
What colors go well with #df6772?
For interface work: #FAF4F5 as the surface, #EDC0C4 for borders, #9B4B52 for secondary text, #1FAD7C as an accent and #69161E for hover and pressed states. For a palette, the analogous pair #DF67AE and #DF9867 stays calm, while #67DFD4 is the loudest partner.
What is #df6772 in CMYK for printing?
cmyk(0%, 54%, 49%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df6772 warm or cool?
Warm — it scores 20 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF8667; nudged cooler, #E1659E.