Skip to content

#df5d4f

a balanced, vivid red · warm · closest name: Indian Red

RGB
223, 93, 79
HSL
6°, 69%, 59%
CMYK
0, 58, 65, 13
Luminance
0.2408

At a glance

Every number on this page in one read: what #df5d4f is made of, how bright it looks, and which way it leans.

Hex
#df5d4f
Hue
red
Saturation
69%
vivid
Lightness
59%
balanced
Brightness
87%
HSV value
Perceived
56%
weighted brightness
Luminance
0.2408
WCAG relative
Temperature
Warm
13/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
5.82:1
Closest name
Indian Red
ΔE2000 6
Where it sits
Hue6° of 360°
Saturation69%
Lightness59%
Temperature
Warm ← → Cool13% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#df5d4f
RGBrgb(223, 93, 79)
HSLhsl(6, 69%, 59%)
CMYKcmyk(0%, 58%, 65%, 13%)
LABlab(56.2 49.9 33.7)
LCHlch(56.2 60.2 34.1)
OKLCHoklch(0.641 0.166 28.7)
Decimal14638415
Display P3color(display-p3 0.875 0.365 0.310)

Copy-ready code

/* CSS */
color: #df5d4f;
background-color: #df5d4f;
/* Tailwind (arbitrary) */
class="text-[#df5d4f] bg-[#df5d4f]"
/* SCSS */
$brand: #df5d4f;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.310)
/* Android */
Color.parseColor("#df5d4f")
/* Flutter */
Color(0xFFDF5D4F)
/* Python / OpenCV (BGR) */
(79, 93, 223)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #df5d4f · 5.82:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.61:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.82:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #df5d4f as text scores 3.61:1 on white and 5.82:1 on black.

Accessibility — WCAG contrast

Aa
#df5d4f on white: 3.61:1
AA ✗ fail · AA-large · AAA
Aa
#df5d4f on black: 5.82:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #7F754D
deuteranopia · #9F914C
tritanopia · #F4435A

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #df5d4f 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.

#FBF4F3
#F8E9E7
#F2CECA
#EEA8A0
#E57C71
#df5d4f
#CF3626
#AD2D1F
#8A2419
#641E16
#3F130E
Base = 500Lightest = 50 · #FBF4F3Darkest = 950 · #3F130E
:root {
  --brand-50: #FBF4F3;
  --brand-100: #F8E9E7;
  --brand-200: #F2CECA;
  --brand-300: #EEA8A0;
  --brand-400: #E57C71;
  --brand-500: #df5d4f;
  --brand-600: #CF3626;
  --brand-700: #AD2D1F;
  --brand-800: #8A2419;
  --brand-900: #641E16;
  --brand-950: #3F130E;
  --brand: #df5d4f;
  --brand-ink: #000000;
}

Colors that work with #df5d4f

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF5F4
Tinted page background
Border#EDC4C0
Hairlines and dividers
Muted text#9B524B
Captions on the surface
Accent#1BB19A
Second voice, not a rival
Dark variant#6C1C14
Hover, pressed, headers
Light variant#FBEBE9
Selected rows, tints
Dark surface#241514
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #df5d4f

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • 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
Use with care
  • 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#4FD1DF
Analogous left#DF4F89
Analogous right#DFA54F
Split-complement 1#4FDFA5
Split-complement 2#4F89DF
Triadic 1#4FDF5D
Triadic 2#5D4FDF
Tetradic#89DF4F

RGB percentages

Red87.5%
Green36.5%
Blue31.0%

CMYK percentages

Cyan0.0%
Magenta58.3%
Yellow64.6%
Key (black)12.5%

Color previews

#df5d4f text on a black background

contrast 5.82:1

Card sample

#df5d4f text on a white background

contrast 3.61:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #df5d4f;
Background color
Panel with #df5d4f background
background-color: #df5d4f;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #df5d4f;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(223, 93, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d4f;
background: linear-gradient(135deg, #df5d4f, #DFBD4F);

Monochromatic scale

Palettes built from #df5d4f

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.

#df5d4f in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#df5d4f, answered

What color is #df5d4f?

#df5d4f is a balanced vivid red, closest to Indian Red (ΔE2000 6). It sits at 6° on the hue wheel with 69% saturation and 59% lightness, which reads as warm.

What is the RGB value of #df5d4f?

rgb(223, 93, 79) — 223 red, 93 green and 79 blue out of 255, or 87.5% / 36.5% / 31% by channel.

Is #df5d4f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2408 and perceived brightness is 56%, so black text on it reaches 5.82:1.

Should I use black or white text on #df5d4f?

Black. It scores 5.82:1 against #df5d4f, versus 3.61:1 for white — AA at any size.

What is the complementary color of #df5d4f?

#4FD1DF sits directly opposite on the wheel. Softer options are the split-complements #4FDFA5 and #4F89DF, which give the same contrast with far less vibration.

What colors go well with #df5d4f?

For interface work: #FAF5F4 as the surface, #EDC4C0 for borders, #9B524B for secondary text, #1BB19A as an accent and #6C1C14 for hover and pressed states. For a palette, the analogous pair #DF4F89 and #DFA54F stays calm, while #4FD1DF is the loudest partner.

What is #df5d4f in CMYK for printing?

cmyk(0%, 58%, 65%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #df5d4f 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 #DF7A4F; nudged cooler, #E14D75.

Work with #df5d4f in the Color Lab