Skip to content

#df5e4f

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

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

At a glance

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

Hex
#df5e4f
Hue
red
Saturation
69%
vivid
Lightness
59%
balanced
Brightness
87%
HSV value
Perceived
57%
weighted brightness
Luminance
0.2426
WCAG relative
Temperature
Warm
13/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
5.85:1
Closest name
Indian Red
ΔE2000 6.2
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#df5e4f
RGBrgb(223, 94, 79)
HSLhsl(6, 69%, 59%)
CMYKcmyk(0%, 58%, 65%, 13%)
LABlab(56.4 49.4 33.9)
LCHlch(56.4 59.9 34.5)
OKLCHoklch(0.642 0.165 29.1)
Decimal14638671
Display P3color(display-p3 0.875 0.369 0.310)

Copy-ready code

/* CSS */
color: #df5e4f;
background-color: #df5e4f;
/* Tailwind (arbitrary) */
class="text-[#df5e4f] bg-[#df5e4f]"
/* SCSS */
$brand: #df5e4f;
/* SwiftUI */
Color(red: 0.875, green: 0.369, blue: 0.310)
/* Android */
Color.parseColor("#df5e4f")
/* Flutter */
Color(0xFFDF5E4F)
/* Python / OpenCV (BGR) */
(79, 94, 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 #df5e4f · 5.85:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.59:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.85:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #df5e4f as text scores 3.59:1 on white and 5.85:1 on black.

Accessibility — WCAG contrast

Aa
#df5e4f on white: 3.59:1
AA ✗ fail · AA-large · AAA
Aa
#df5e4f on black: 5.85:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #80764D
deuteranopia · #A0924C
tritanopia · #F4445B

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #df5e4f 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
#E57D71
#df5e4f
#CF3726
#AD2E1F
#8A2519
#641E16
#3F130E
Base = 500Lightest = 50 · #FBF4F3Darkest = 950 · #3F130E
:root {
  --brand-50: #FBF4F3;
  --brand-100: #F8E9E7;
  --brand-200: #F2CECA;
  --brand-300: #EEA8A0;
  --brand-400: #E57D71;
  --brand-500: #df5e4f;
  --brand-600: #CF3726;
  --brand-700: #AD2E1F;
  --brand-800: #8A2519;
  --brand-900: #641E16;
  --brand-950: #3F130E;
  --brand: #df5e4f;
  --brand-ink: #000000;
}

Colors that work with #df5e4f

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#9B534B
Captions on the surface
Accent#1BB19B
Second voice, not a rival
Dark variant#6C1D14
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 #df5e4f

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#4FD0DF
Analogous left#DF4F88
Analogous right#DFA64F
Split-complement 1#4FDFA6
Split-complement 2#4F88DF
Triadic 1#4FDF5E
Triadic 2#5E4FDF
Tetradic#88DF4F

RGB percentages

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

CMYK percentages

Cyan0.0%
Magenta57.8%
Yellow64.6%
Key (black)12.5%

Color previews

#df5e4f text on a black background

contrast 5.85:1

Card sample

#df5e4f text on a white background

contrast 3.59:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #df5e4f

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.

#df5e4f 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.

#df5e4f, answered

What color is #df5e4f?

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

What is the RGB value of #df5e4f?

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

Is #df5e4f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2426 and perceived brightness is 57%, so black text on it reaches 5.85:1.

Should I use black or white text on #df5e4f?

Black. It scores 5.85:1 against #df5e4f, versus 3.59:1 for white — AA at any size.

What is the complementary color of #df5e4f?

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

What colors go well with #df5e4f?

For interface work: #FAF5F4 as the surface, #EDC4C0 for borders, #9B534B for secondary text, #1BB19B as an accent and #6C1D14 for hover and pressed states. For a palette, the analogous pair #DF4F88 and #DFA64F stays calm, while #4FD0DF is the loudest partner.

What is #df5e4f 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 #df5e4f 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, #E14D74.

Work with #df5e4f in the Color Lab