Skip to content

#df5f3a

a balanced, vivid red · warm · closest name: Tomato

RGB
223, 95, 58
HSL
14°, 72%, 55%
CMYK
0, 57, 74, 13
Luminance
0.2418

At a glance

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

Hex
#df5f3a
Hue
14°
red
Saturation
72%
vivid
Lightness
55%
balanced
Brightness
87%
HSV value
Perceived
56%
weighted brightness
Luminance
0.2418
WCAG relative
Temperature
Warm
9/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
5.84:1
Closest name
Tomato
ΔE2000 6.5
Where it sits
Hue14° of 360°
Saturation72%
Lightness55%
Temperature
Warm ← → Cool9% 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#df5f3a
RGBrgb(223, 95, 58)
HSLhsl(14, 72%, 55%)
CMYKcmyk(0%, 57%, 74%, 13%)
LABlab(56.3 47.9 45.2)
LCHlch(56.3 65.8 43.4)
OKLCHoklch(0.641 0.169 36.7)
Decimal14638906
Display P3color(display-p3 0.875 0.373 0.227)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#df5f3a on white: 3.60:1
AA ✗ fail · AA-large · AAA
Aa
#df5f3a on black: 5.84:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #827535
deuteranopia · #A29236
tritanopia · #F54257

Color scale — 50 to 950

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

#FCF5F3
#F8EBE7
#F3D2C9
#EFB19E
#E8896E
#df5f3a
#D34A22
#B03E1C
#8C3117
#662715
#40180D
Base = 500Lightest = 50 · #FCF5F3Darkest = 950 · #40180D
:root {
  --brand-50: #FCF5F3;
  --brand-100: #F8EBE7;
  --brand-200: #F3D2C9;
  --brand-300: #EFB19E;
  --brand-400: #E8896E;
  --brand-500: #df5f3a;
  --brand-600: #D34A22;
  --brand-700: #B03E1C;
  --brand-800: #8C3117;
  --brand-900: #662715;
  --brand-950: #40180D;
  --brand: #df5f3a;
  --brand-ink: #000000;
}

Colors that work with #df5f3a

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#FAF6F4
Tinted page background
Border#EDCAC0
Hairlines and dividers
Muted text#9B5D4B
Captions on the surface
Accent#18B4B0
Second voice, not a rival
Dark variant#6E2612
Hover, pressed, headers
Light variant#FBEDE9
Selected rows, tints
Dark surface#241714
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 #df5f3a

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#3ABADF
Analogous left#DF3A67
Analogous right#DFB23A
Split-complement 1#3ADFB2
Split-complement 2#3A67DF
Triadic 1#3ADF5F
Triadic 2#5F3ADF
Tetradic#67DF3A

RGB percentages

Red87.5%
Green37.3%
Blue22.7%

CMYK percentages

Cyan0.0%
Magenta57.4%
Yellow74.0%
Key (black)12.5%

Color previews

#df5f3a text on a black background

contrast 5.84:1

Card sample

#df5f3a text on a white background

contrast 3.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #df5f3a

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.

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

#df5f3a, answered

What color is #df5f3a?

#df5f3a is a balanced vivid red, closest to Tomato (ΔE2000 6.5). It sits at 14° on the hue wheel with 72% saturation and 55% lightness, which reads as warm.

What is the RGB value of #df5f3a?

rgb(223, 95, 58) — 223 red, 95 green and 58 blue out of 255, or 87.5% / 37.3% / 22.7% by channel.

Is #df5f3a a light or a dark color?

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

Should I use black or white text on #df5f3a?

Black. It scores 5.84:1 against #df5f3a, versus 3.60:1 for white — AA at any size.

What is the complementary color of #df5f3a?

#3ABADF sits directly opposite on the wheel. Softer options are the split-complements #3ADFB2 and #3A67DF, which give the same contrast with far less vibration.

What colors go well with #df5f3a?

For interface work: #FAF6F4 as the surface, #EDCAC0 for borders, #9B5D4B for secondary text, #18B4B0 as an accent and #6E2612 for hover and pressed states. For a palette, the analogous pair #DF3A67 and #DFB23A stays calm, while #3ABADF is the loudest partner.

What is #df5f3a in CMYK for printing?

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

Is #df5f3a warm or cool?

Warm — it scores 9 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF723A; nudged cooler, #E13850.

Work with #df5f3a in the Color Lab