Skip to content

#7c2c2f

a dark, vivid red · warm · closest name: Brown

RGB
124, 44, 47
HSL
358°, 48%, 33%
CMYK
0, 65, 62, 51
Luminance
0.0629

At a glance

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

Hex
#7c2c2f
Hue
358°
red
Saturation
48%
vivid
Lightness
33%
dark
Brightness
49%
HSV value
Perceived
30%
weighted brightness
Luminance
0.0629
WCAG relative
Temperature
Warm
18/100 cool
Color family
Red
Tone
Vivid
Best ink
White
9.30:1
Closest name
Brown
ΔE2000 9.2
Where it sits
Hue358° of 360°
Saturation48%
Lightness33%
Temperature
Warm ← → Cool18% 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#7c2c2f
RGBrgb(124, 44, 47)
HSLhsl(358, 48%, 33%)
CMYKcmyk(0%, 65%, 62%, 51%)
LABlab(30.1 35.0 16.6)
LCHlch(30.1 38.7 25.4)
OKLCHoklch(0.411 0.111 21.3)
Decimal8137775
Display P3color(display-p3 0.486 0.173 0.184)

Copy-ready code

/* CSS */
color: #7c2c2f;
background-color: #7c2c2f;
/* Tailwind (arbitrary) */
class="text-[#7c2c2f] bg-[#7c2c2f]"
/* SCSS */
$brand: #7c2c2f;
/* SwiftUI */
Color(red: 0.486, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#7c2c2f")
/* Flutter */
Color(0xFF7C2C2F)
/* Python / OpenCV (BGR) */
(47, 44, 124)

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#ffffff on #7c2c2f · 9.30:1
Use #ffffffAAA at every size.
Aa
White text · 9.30:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 2.26:1
AA fail · AA large fail · AAA fail
Reading the other direction: #7c2c2f as text scores 9.30:1 on white and 2.26:1 on black.

Accessibility — WCAG contrast

Aa
#7c2c2f on white: 9.30:1
AA ✓ pass · AA-large · AAA
Aa
#7c2c2f on black: 2.26:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #403C2F
deuteranopia · #544D2D
tritanopia · #881C2E

Color scale — 50 to 950

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

#FAF5F5
#F5EAEA
#ECD0D1
#E2ACAE
#D38386
#C4595D
#B54044
#973539
#7c2c2f
#582224
#371517
Base = 800Lightest = 50 · #FAF5F5Darkest = 950 · #371517
:root {
  --brand-50: #FAF5F5;
  --brand-100: #F5EAEA;
  --brand-200: #ECD0D1;
  --brand-300: #E2ACAE;
  --brand-400: #D38386;
  --brand-500: #C4595D;
  --brand-600: #B54044;
  --brand-700: #973539;
  --brand-800: #7c2c2f;
  --brand-900: #582224;
  --brand-950: #371517;
  --brand: #7c2c2f;
  --brand-ink: #ffffff;
}

Colors that work with #7c2c2f

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

Text on it#ffffff
White wins here
Surface#FAF4F5
Tinted page background
Border#EAC3C4
Hairlines and dividers
Muted text#9B4B4E
Captions on the surface
Accent#297F66
Second voice, not a rival
Dark variant#5E2124
Hover, pressed, headers
Light variant#F8ECED
Selected rows, tints
Dark surface#241414
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 #7c2c2f

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

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • 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#2C7C79
Analogous left#7C2C57
Analogous right#7C512C
Split-complement 1#2C7C51
Split-complement 2#2C577C
Triadic 1#2F7C2C
Triadic 2#2C2F7C
Tetradic#577C2C

RGB percentages

Red48.6%
Green17.3%
Blue18.4%

CMYK percentages

Cyan0.0%
Magenta64.5%
Yellow62.1%
Key (black)51.4%

Color previews

#7c2c2f text on a black background

contrast 2.26:1

Card sample

#7c2c2f text on a white background

contrast 9.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(124, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2c2f;
background: linear-gradient(135deg, #7c2c2f, #7C5E2C);

Monochromatic scale

Palettes built from #7c2c2f

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.

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

#7c2c2f, answered

What color is #7c2c2f?

#7c2c2f is a dark vivid red, closest to Brown (ΔE2000 9.2). It sits at 358° on the hue wheel with 48% saturation and 33% lightness, which reads as warm.

What is the RGB value of #7c2c2f?

rgb(124, 44, 47) — 124 red, 44 green and 47 blue out of 255, or 48.6% / 17.3% / 18.4% by channel.

Is #7c2c2f a light or a dark color?

It is a dark color. Relative luminance is 0.0629 and perceived brightness is 30%, so white text on it reaches 9.30:1.

Should I use black or white text on #7c2c2f?

White. It scores 9.30:1 against #7c2c2f, versus 2.26:1 for black — AAA at any size.

What is the complementary color of #7c2c2f?

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

What colors go well with #7c2c2f?

For interface work: #FAF4F5 as the surface, #EAC3C4 for borders, #9B4B4E for secondary text, #297F66 as an accent and #5E2124 for hover and pressed states. For a palette, the analogous pair #7C2C57 and #7C512C stays calm, while #2C7C79 is the loudest partner.

What is #7c2c2f in CMYK for printing?

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

Is #7c2c2f warm or cool?

Warm — it scores 18 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7C452C; nudged cooler, #7E2A4C.

Work with #7c2c2f in the Color Lab