Skip to content

#df5b2d

a balanced, vivid orange · warm · closest name: Orange Red

RGB
223, 91, 45
HSL
16°, 74%, 53%
CMYK
0, 59, 80, 13
Luminance
0.2336

At a glance

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

Hex
#df5b2d
Hue
16°
orange
Saturation
74%
vivid
Lightness
53%
balanced
Brightness
87%
HSV value
Perceived
55%
weighted brightness
Luminance
0.2336
WCAG relative
Temperature
Warm
8/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
5.67:1
Closest name
Orange Red
ΔE2000 5.8
Where it sits
Hue16° of 360°
Saturation74%
Lightness53%
Temperature
Warm ← → Cool8% 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#df5b2d
RGBrgb(223, 91, 45)
HSLhsl(16, 74%, 53%)
CMYKcmyk(0%, 59%, 80%, 13%)
LABlab(55.5 49.2 50.8)
LCHlch(55.5 70.7 45.9)
OKLCHoklch(0.634 0.175 38.6)
Decimal14637869
Display P3color(display-p3 0.875 0.357 0.176)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#df5b2d on white: 3.70:1
AA ✗ fail · AA-large · AAA
Aa
#df5b2d on black: 5.67:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #807226
deuteranopia · #A19028
tritanopia · #F53B52

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #df5b2d 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
#F3D3C8
#F0B39E
#E98D6D
#df5b2d
#D44F20
#B1421B
#8E3516
#672914
#401A0C
Base = 500Lightest = 50 · #FCF5F3Darkest = 950 · #401A0C
:root {
  --brand-50: #FCF5F3;
  --brand-100: #F8EBE7;
  --brand-200: #F3D3C8;
  --brand-300: #F0B39E;
  --brand-400: #E98D6D;
  --brand-500: #df5b2d;
  --brand-600: #D44F20;
  --brand-700: #B1421B;
  --brand-800: #8E3516;
  --brand-900: #672914;
  --brand-950: #401A0C;
  --brand: #df5b2d;
  --brand-ink: #000000;
}

Colors that work with #df5b2d

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#EDCBC0
Hairlines and dividers
Muted text#9B5F4B
Captions on the surface
Accent#17B4B5
Second voice, not a rival
Dark variant#6F2911
Hover, pressed, headers
Light variant#FCEEE9
Selected rows, tints
Dark surface#241814
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 #df5b2d

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#2DB1DF
Analogous left#DF2D58
Analogous right#DFB42D
Split-complement 1#2DDFB4
Split-complement 2#2D58DF
Triadic 1#2DDF5B
Triadic 2#5B2DDF
Tetradic#58DF2D

RGB percentages

Red87.5%
Green35.7%
Blue17.6%

CMYK percentages

Cyan0.0%
Magenta59.2%
Yellow79.8%
Key (black)12.5%

Color previews

#df5b2d text on a black background

contrast 5.67:1

Card sample

#df5b2d text on a white background

contrast 3.70:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #df5b2d

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.

#df5b2d in the real world

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

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
ButtonsLinksFocus statesCharts
Print note

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

#df5b2d, answered

What color is #df5b2d?

#df5b2d is a balanced vivid orange, closest to Orange Red (ΔE2000 5.8). It sits at 16° on the hue wheel with 74% saturation and 53% lightness, which reads as warm.

What is the RGB value of #df5b2d?

rgb(223, 91, 45) — 223 red, 91 green and 45 blue out of 255, or 87.5% / 35.7% / 17.6% by channel.

Is #df5b2d a light or a dark color?

It is a mid-tone. Relative luminance is 0.2336 and perceived brightness is 55%, so black text on it reaches 5.67:1.

Should I use black or white text on #df5b2d?

Black. It scores 5.67:1 against #df5b2d, versus 3.70:1 for white — AA at any size.

What is the complementary color of #df5b2d?

#2DB1DF sits directly opposite on the wheel. Softer options are the split-complements #2DDFB4 and #2D58DF, which give the same contrast with far less vibration.

What colors go well with #df5b2d?

For interface work: #FAF6F4 as the surface, #EDCBC0 for borders, #9B5F4B for secondary text, #17B4B5 as an accent and #6F2911 for hover and pressed states. For a palette, the analogous pair #DF2D58 and #DFB42D stays calm, while #2DB1DF is the loudest partner.

What is #df5b2d in CMYK for printing?

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

Is #df5b2d warm or cool?

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

Work with #df5b2d in the Color Lab