Skip to content

#3a2c2c

a deep, muted red · warm · closest name: Black

RGB
58, 44, 44
HSL
0°, 14%, 20%
CMYK
0, 24, 24, 77
Luminance
0.0288

At a glance

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

Hex
#3a2c2c
Hue
red
Saturation
14%
muted
Lightness
20%
deep
Brightness
23%
HSV value
Perceived
19%
weighted brightness
Luminance
0.0288
WCAG relative
Temperature
Warm
37/100 cool
Color family
Red
Tone
Muted
Best ink
White
13.32:1
Closest name
Black
ΔE2000 14.7
Where it sits
Hue0° of 360°
Saturation14%
Lightness20%
Temperature
Warm ← → Cool37% 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#3a2c2c
RGBrgb(58, 44, 44)
HSLhsl(0, 14%, 20%)
CMYKcmyk(0%, 24%, 24%, 77%)
LABlab(19.6 6.4 2.5)
LCHlch(19.6 6.9 20.9)
OKLCHoklch(0.309 0.021 18.3)
Decimal3812396
Display P3color(display-p3 0.227 0.173 0.173)

Copy-ready code

/* CSS */
color: #3a2c2c;
background-color: #3a2c2c;
/* Tailwind (arbitrary) */
class="text-[#3a2c2c] bg-[#3a2c2c]"
/* SCSS */
$brand: #3a2c2c;
/* SwiftUI */
Color(red: 0.227, green: 0.173, blue: 0.173)
/* Android */
Color.parseColor("#3a2c2c")
/* Flutter */
Color(0xFF3A2C2C)
/* Python / OpenCV (BGR) */
(44, 44, 58)

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

Accessibility — WCAG contrast

Aa
#3a2c2c on white: 13.32:1
AA ✓ pass · AA-large · AAA
Aa
#3a2c2c on black: 1.58:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #2E2E2C
deuteranopia · #32302C
tritanopia · #3D2B2C

Color scale — 50 to 950

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

#F8F7F7
#F1EEEE
#E2DADA
#CFBFBF
#B69F9F
#9E7F7F
#8B6A6A
#745858
#5D4646
#3a2c2c
#2B2121
Base = 900Lightest = 50 · #F8F7F7Darkest = 950 · #2B2121
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EEEE;
  --brand-200: #E2DADA;
  --brand-300: #CFBFBF;
  --brand-400: #B69F9F;
  --brand-500: #9E7F7F;
  --brand-600: #8B6A6A;
  --brand-700: #745858;
  --brand-800: #5D4646;
  --brand-900: #3a2c2c;
  --brand-950: #2B2121;
  --brand: #3a2c2c;
  --brand-ink: #ffffff;
}

Colors that work with #3a2c2c

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#F8F6F6
Tinted page background
Border#DCD1D1
Hairlines and dividers
Muted text#826363
Captions on the surface
Accent#2A3C38
Second voice, not a rival
Dark variant#483737
Hover, pressed, headers
Light variant#F4F1F1
Selected rows, tints
Dark surface#201818
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 #3a2c2c

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

Works well for
  • Body text and links on white
  • Borders, dividers and quiet backgrounds
  • Long-form reading surfaces
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • 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#2C3A3A
Analogous left#3A2C33
Analogous right#3A332C
Split-complement 1#2C3A33
Split-complement 2#2C333A
Triadic 1#2C3A2C
Triadic 2#2C2C3A
Tetradic#333A2C

RGB percentages

Red22.7%
Green17.3%
Blue17.3%

CMYK percentages

Cyan0.0%
Magenta24.1%
Yellow24.1%
Key (black)77.3%

Color previews

#3a2c2c text on a black background

contrast 1.58:1

Card sample

#3a2c2c text on a white background

contrast 13.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #3a2c2c

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.

#3a2c2c 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
BackgroundsBordersBody textDividers
Print note

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

#3a2c2c, answered

What color is #3a2c2c?

#3a2c2c is a deep muted red, closest to Black (ΔE2000 14.7). It sits at 0° on the hue wheel with 14% saturation and 20% lightness, which reads as warm.

What is the RGB value of #3a2c2c?

rgb(58, 44, 44) — 58 red, 44 green and 44 blue out of 255, or 22.7% / 17.3% / 17.3% by channel.

Is #3a2c2c a light or a dark color?

It is a dark color. Relative luminance is 0.0288 and perceived brightness is 19%, so white text on it reaches 13.32:1.

Should I use black or white text on #3a2c2c?

White. It scores 13.32:1 against #3a2c2c, versus 1.58:1 for black — AAA at any size.

What is the complementary color of #3a2c2c?

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

What colors go well with #3a2c2c?

For interface work: #F8F6F6 as the surface, #DCD1D1 for borders, #826363 for secondary text, #2A3C38 as an accent and #483737 for hover and pressed states. For a palette, the analogous pair #3A2C33 and #3A332C stays calm, while #2C3A3A is the loudest partner.

What is #3a2c2c in CMYK for printing?

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

Is #3a2c2c warm or cool?

Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #3A312C; nudged cooler, #3B2B31.

Work with #3a2c2c in the Color Lab