Skip to content

#c5bab2

a light, muted orange · warm · closest name: Silver

RGB
197, 186, 178
HSL
25°, 14%, 74%
CMYK
0, 6, 10, 23
Luminance
0.5020

At a glance

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

Hex
#c5bab2
Hue
25°
orange
Saturation
14%
muted
Lightness
74%
light
Brightness
77%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5020
WCAG relative
Temperature
Warm
31/100 cool
Color family
Orange
Tone
Muted
Best ink
Black
11.04:1
Closest name
Silver
ΔE2000 5.8
Where it sits
Hue25° of 360°
Saturation14%
Lightness74%
Temperature
Warm ← → Cool31% 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#c5bab2
RGBrgb(197, 186, 178)
HSLhsl(25, 14%, 74%)
CMYKcmyk(0%, 6%, 10%, 23%)
LABlab(76.2 2.5 5.4)
LCHlch(76.2 6.0 65.4)
OKLCHoklch(0.796 0.017 58.6)
Decimal12958386
Display P3color(display-p3 0.773 0.729 0.698)

Copy-ready code

/* CSS */
color: #c5bab2;
background-color: #c5bab2;
/* Tailwind (arbitrary) */
class="text-[#c5bab2] bg-[#c5bab2]"
/* SCSS */
$brand: #c5bab2;
/* SwiftUI */
Color(red: 0.773, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#c5bab2")
/* Flutter */
Color(0xFFC5BAB2)
/* Python / OpenCV (BGR) */
(178, 186, 197)

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

Accessibility — WCAG contrast

Aa
#c5bab2 on white: 1.90:1
AA ✗ fail · AA-large · AAA
Aa
#c5bab2 on black: 11.04:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BDBBB2
deuteranopia · #C0BDB2
tritanopia · #C9B8B8

Color scale — 50 to 950

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

#F8F7F7
#F1EFEE
#E2DDDA
#c5bab2
#B7A99F
#9F8C7F
#8C7869
#746458
#5D5046
#453C35
#2B2521
Base = 300Lightest = 50 · #F8F7F7Darkest = 950 · #2B2521
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EFEE;
  --brand-200: #E2DDDA;
  --brand-300: #c5bab2;
  --brand-400: #B7A99F;
  --brand-500: #9F8C7F;
  --brand-600: #8C7869;
  --brand-700: #746458;
  --brand-800: #5D5046;
  --brand-900: #453C35;
  --brand-950: #2B2521;
  --brand: #c5bab2;
  --brand-ink: #000000;
}

Colors that work with #c5bab2

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#F8F7F6
Tinted page background
Border#DCD5D0
Hairlines and dividers
Muted text#837063
Captions on the surface
Accent#537179
Second voice, not a rival
Dark variant#493E37
Hover, pressed, headers
Light variant#F4F2F0
Selected rows, tints
Dark surface#201B18
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 #c5bab2

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

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • White 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#B2BDC5
Analogous left#C5B2B3
Analogous right#C5C3B2
Split-complement 1#B2C5C3
Split-complement 2#B2B3C5
Triadic 1#B2C5BA
Triadic 2#BAB2C5
Tetradic#B3C5B2

RGB percentages

Red77.3%
Green72.9%
Blue69.8%

CMYK percentages

Cyan0.0%
Magenta5.6%
Yellow9.6%
Key (black)22.7%

Color previews

#c5bab2 text on a black background

contrast 11.04:1

Card sample

#c5bab2 text on a white background

contrast 1.90:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(197, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bab2;
background: linear-gradient(135deg, #c5bab2, #C3C5B2);

Monochromatic scale

Palettes built from #c5bab2

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.

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

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

#c5bab2, answered

What color is #c5bab2?

#c5bab2 is a light muted orange, closest to Silver (ΔE2000 5.8). It sits at 25° on the hue wheel with 14% saturation and 74% lightness, which reads as warm.

What is the RGB value of #c5bab2?

rgb(197, 186, 178) — 197 red, 186 green and 178 blue out of 255, or 77.3% / 72.9% / 69.8% by channel.

Is #c5bab2 a light or a dark color?

It is a light color. Relative luminance is 0.5020 and perceived brightness is 74%, so black text on it reaches 11.04:1.

Should I use black or white text on #c5bab2?

Black. It scores 11.04:1 against #c5bab2, versus 1.90:1 for white — AAA at any size.

What is the complementary color of #c5bab2?

#B2BDC5 sits directly opposite on the wheel. Softer options are the split-complements #B2C5C3 and #B2B3C5, which give the same contrast with far less vibration.

What colors go well with #c5bab2?

For interface work: #F8F7F6 as the surface, #DCD5D0 for borders, #837063 for secondary text, #537179 as an accent and #493E37 for hover and pressed states. For a palette, the analogous pair #C5B2B3 and #C5C3B2 stays calm, while #B2BDC5 is the loudest partner.

What is #c5bab2 in CMYK for printing?

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

Is #c5bab2 warm or cool?

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

Work with #c5bab2 in the Color Lab