Skip to content

#2b2c2c

a deep, muted gray · neutral · closest name: Black

RGB
43, 44, 44
HSL
180°, 1%, 17%
CMYK
2, 0, 0, 83
Luminance
0.0250

At a glance

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

Hex
#2b2c2c
Hue
180°
gray
Saturation
1%
muted
Lightness
17%
deep
Brightness
17%
HSV value
Perceived
17%
weighted brightness
Luminance
0.0250
WCAG relative
Temperature
Neutral
51/100 cool
Color family
Gray
Tone
Muted
Best ink
White
14.01:1
Closest name
Black
ΔE2000 11.1
Where it sits
Hue180° of 360°
Saturation1%
Lightness17%
Temperature
Warm ← → Cool51% cool

Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.

Every format

HEX#2b2c2c
RGBrgb(43, 44, 44)
HSLhsl(180, 1%, 17%)
CMYKcmyk(2%, 0%, 0%, 83%)
LABlab(17.9 -0.5 -0.2)
LCHlch(17.9 0.5 199.6)
OKLCHoklch(0.292 0.001 197.1)
Decimal2829356
Display P3color(display-p3 0.169 0.173 0.173)

Copy-ready code

/* CSS */
color: #2b2c2c;
background-color: #2b2c2c;
/* Tailwind (arbitrary) */
class="text-[#2b2c2c] bg-[#2b2c2c]"
/* SCSS */
$brand: #2b2c2c;
/* SwiftUI */
Color(red: 0.169, green: 0.173, blue: 0.173)
/* Android */
Color.parseColor("#2b2c2c")
/* Flutter */
Color(0xFF2B2C2C)
/* Python / OpenCV (BGR) */
(44, 44, 43)

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

Accessibility — WCAG contrast

Aa
#2b2c2c on white: 14.01:1
AA ✓ pass · AA-large · AAA
Aa
#2b2c2c on black: 1.50:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #2C2C2C
deuteranopia · #2C2C2C
tritanopia · #2B2C2C

Color scale — 50 to 950

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

#F7F7F7
#F0F0F0
#DEDEDE
#C6C8C8
#AAACAC
#8E9090
#797C7C
#656767
#515252
#3D3E3E
#2b2c2c
Base = 950Lightest = 50 · #F7F7F7Darkest = 950 · #2b2c2c
:root {
  --brand-50: #F7F7F7;
  --brand-100: #F0F0F0;
  --brand-200: #DEDEDE;
  --brand-300: #C6C8C8;
  --brand-400: #AAACAC;
  --brand-500: #8E9090;
  --brand-600: #797C7C;
  --brand-700: #656767;
  --brand-800: #515252;
  --brand-900: #3D3E3E;
  --brand-950: #2b2c2c;
  --brand: #2b2c2c;
  --brand-ink: #ffffff;
}

Colors that work with #2b2c2c

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#F7F7F7
Tinted page background
Border#D6D7D7
Hairlines and dividers
Muted text#717474
Captions on the surface
Accent#2E292A
Second voice, not a rival
Dark variant#3F4040
Hover, pressed, headers
Light variant#F2F2F2
Selected rows, tints
Dark surface#1C1C1C
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 #2b2c2c

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
  • Neutral UI chrome and typography
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#2C2B2B
Analogous left#2B2C2C
Analogous right#2B2C2C
Split-complement 1#2C2B2C
Split-complement 2#2C2C2B
Triadic 1#2C2B2C
Triadic 2#2C2C2B
Tetradic#2C2B2C

RGB percentages

Red16.9%
Green17.3%
Blue17.3%

CMYK percentages

Cyan2.3%
Magenta0.0%
Yellow0.0%
Key (black)82.7%

Color previews

#2b2c2c text on a black background

contrast 1.50:1

Card sample

#2b2c2c text on a white background

contrast 14.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #2b2c2c

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.

#2b2c2c in the real world

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

Industries
EditorialArchitectureEnterpriseLuxury goods
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#2b2c2c, answered

What color is #2b2c2c?

#2b2c2c is a deep muted gray, closest to Black (ΔE2000 11.1). It sits at 180° on the hue wheel with 1% saturation and 17% lightness, which reads as neutral.

What is the RGB value of #2b2c2c?

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

Is #2b2c2c a light or a dark color?

It is a dark color. Relative luminance is 0.0250 and perceived brightness is 17%, so white text on it reaches 14.01:1.

Should I use black or white text on #2b2c2c?

White. It scores 14.01:1 against #2b2c2c, versus 1.50:1 for black — AAA at any size.

What is the complementary color of #2b2c2c?

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

What colors go well with #2b2c2c?

For interface work: #F7F7F7 as the surface, #D6D7D7 for borders, #717474 for secondary text, #2E292A as an accent and #3F4040 for hover and pressed states. For a palette, the analogous pair #2B2C2C and #2B2C2C stays calm, while #2C2B2B is the loudest partner.

What is #2b2c2c in CMYK for printing?

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

Is #2b2c2c warm or cool?

Neutral — it scores 51 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #38302A; nudged cooler, #21262C.

Work with #2b2c2c in the Color Lab