Skip to content

#db7c2d

a balanced, vivid orange · warm · closest name: Peru

RGB
219, 124, 45
HSL
27°, 71%, 52%
CMYK
0, 43, 80, 14
Luminance
0.2966

At a glance

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

Hex
#db7c2d
Hue
27°
orange
Saturation
71%
vivid
Lightness
52%
balanced
Brightness
86%
HSV value
Perceived
60%
weighted brightness
Luminance
0.2966
WCAG relative
Temperature
Warm
2/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
6.93:1
Closest name
Peru
ΔE2000 4.7
Where it sits
Hue27° of 360°
Saturation71%
Lightness52%
Temperature
Warm ← → Cool2% 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#db7c2d
RGBrgb(219, 124, 45)
HSLhsl(27, 71%, 52%)
CMYKcmyk(0%, 43%, 80%, 14%)
LABlab(61.4 31.3 56.2)
LCHlch(61.4 64.3 60.9)
OKLCHoklch(0.678 0.147 55.7)
Decimal14384173
Display P3color(display-p3 0.859 0.486 0.176)

Copy-ready code

/* CSS */
color: #db7c2d;
background-color: #db7c2d;
/* Tailwind (arbitrary) */
class="text-[#db7c2d] bg-[#db7c2d]"
/* SCSS */
$brand: #db7c2d;
/* SwiftUI */
Color(red: 0.859, green: 0.486, blue: 0.176)
/* Android */
Color.parseColor("#db7c2d")
/* Flutter */
Color(0xFFDB7C2D)
/* Python / OpenCV (BGR) */
(45, 124, 219)

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 #db7c2d · 6.93:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.03:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.93:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #db7c2d as text scores 3.03:1 on white and 6.93:1 on black.

Accessibility — WCAG contrast

Aa
#db7c2d on white: 3.03:1
AA ✗ fail · AA-large · AAA
Aa
#db7c2d on black: 6.93:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #988721
deuteranopia · #AF9D2C
tritanopia · #F0676C

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #db7c2d is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FCF7F3
#F8EFE7
#F2DCC9
#EFC39F
#E6A56F
#DE873F
#db7c2d
#AE5F1E
#8B4C18
#653915
#3F240D
Base = 600Lightest = 50 · #FCF7F3Darkest = 950 · #3F240D
:root {
  --brand-50: #FCF7F3;
  --brand-100: #F8EFE7;
  --brand-200: #F2DCC9;
  --brand-300: #EFC39F;
  --brand-400: #E6A56F;
  --brand-500: #DE873F;
  --brand-600: #db7c2d;
  --brand-700: #AE5F1E;
  --brand-800: #8B4C18;
  --brand-900: #653915;
  --brand-950: #3F240D;
  --brand: #db7c2d;
  --brand-ink: #000000;
}

Colors that work with #db7c2d

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#FAF7F4
Tinted page background
Border#EDD4C0
Hairlines and dividers
Muted text#9B6F4B
Captions on the surface
Accent#1A94B2
Second voice, not a rival
Dark variant#6D3C13
Hover, pressed, headers
Light variant#FBF1E9
Selected rows, tints
Dark surface#241B14
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 #db7c2d

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#2D8CDB
Analogous left#DB2D35
Analogous right#DBD32D
Split-complement 1#2DDBD3
Split-complement 2#2D35DB
Triadic 1#2DDB7C
Triadic 2#7C2DDB
Tetradic#35DB2D

RGB percentages

Red85.9%
Green48.6%
Blue17.6%

CMYK percentages

Cyan0.0%
Magenta43.4%
Yellow79.5%
Key (black)14.1%

Color previews

#db7c2d text on a black background

contrast 6.93:1

Card sample

#db7c2d text on a white background

contrast 3.03:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #db7c2d

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.

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

#db7c2d, answered

What color is #db7c2d?

#db7c2d is a balanced vivid orange, closest to Peru (ΔE2000 4.7). It sits at 27° on the hue wheel with 71% saturation and 52% lightness, which reads as warm.

What is the RGB value of #db7c2d?

rgb(219, 124, 45) — 219 red, 124 green and 45 blue out of 255, or 85.9% / 48.6% / 17.6% by channel.

Is #db7c2d a light or a dark color?

It is a mid-tone. Relative luminance is 0.2966 and perceived brightness is 60%, so black text on it reaches 6.93:1.

Should I use black or white text on #db7c2d?

Black. It scores 6.93:1 against #db7c2d, versus 3.03:1 for white — AA at any size.

What is the complementary color of #db7c2d?

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

What colors go well with #db7c2d?

For interface work: #FAF7F4 as the surface, #EDD4C0 for borders, #9B6F4B for secondary text, #1A94B2 as an accent and #6D3C13 for hover and pressed states. For a palette, the analogous pair #DB2D35 and #DBD32D stays calm, while #2D8CDB is the loudest partner.

What is #db7c2d in CMYK for printing?

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

Is #db7c2d warm or cool?

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

Work with #db7c2d in the Color Lab