Skip to content

#c9b0c2

a light, soft magenta / pink · neutral · closest name: Thistle

RGB
201, 176, 194
HSL
317°, 19%, 74%
CMYK
0, 12, 4, 21
Luminance
0.4736

At a glance

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

Hex
#c9b0c2
Hue
317°
magenta / pink
Saturation
19%
soft
Lightness
74%
light
Brightness
79%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4736
WCAG relative
Temperature
Neutral
45/100 cool
Color family
Magenta / pink
Tone
Soft
Best ink
Black
10.47:1
Closest name
Thistle
ΔE2000 4.7
Where it sits
Hue317° of 360°
Saturation19%
Lightness74%
Temperature
Warm ← → Cool45% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#c9b0c2
RGBrgb(201, 176, 194)
HSLhsl(317, 19%, 74%)
CMYKcmyk(0%, 12%, 4%, 21%)
LABlab(74.4 12.1 -5.8)
LCHlch(74.4 13.4 334.3)
OKLCHoklch(0.784 0.038 335.9)
Decimal13217986
Display P3color(display-p3 0.788 0.690 0.761)

Copy-ready code

/* CSS */
color: #c9b0c2;
background-color: #c9b0c2;
/* Tailwind (arbitrary) */
class="text-[#c9b0c2] bg-[#c9b0c2]"
/* SCSS */
$brand: #c9b0c2;
/* SwiftUI */
Color(red: 0.788, green: 0.690, blue: 0.761)
/* Android */
Color.parseColor("#c9b0c2")
/* Flutter */
Color(0xFFC9B0C2)
/* Python / OpenCV (BGR) */
(194, 176, 201)

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

Accessibility — WCAG contrast

Aa
#c9b0c2 on white: 2.01:1
AA ✗ fail · AA-large · AAA
Aa
#c9b0c2 on black: 10.47:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B0B5C3
deuteranopia · #B6B8C1
tritanopia · #CCB1B6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c9b0c2 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.

#F8F6F8
#F2EDF1
#E3D8E0
#c9b0c2
#BB9BB2
#A47A98
#916385
#79536E
#614258
#483342
#2D2029
Base = 300Lightest = 50 · #F8F6F8Darkest = 950 · #2D2029
:root {
  --brand-50: #F8F6F8;
  --brand-100: #F2EDF1;
  --brand-200: #E3D8E0;
  --brand-300: #c9b0c2;
  --brand-400: #BB9BB2;
  --brand-500: #A47A98;
  --brand-600: #916385;
  --brand-700: #79536E;
  --brand-800: #614258;
  --brand-900: #483342;
  --brand-950: #2D2029;
  --brand: #c9b0c2;
  --brand-ink: #000000;
}

Colors that work with #c9b0c2

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#F9F6F8
Tinted page background
Border#DECFDA
Hairlines and dividers
Muted text#885D7C
Captions on the surface
Accent#4E7E50
Second voice, not a rival
Dark variant#4C3445
Hover, pressed, headers
Light variant#F5F0F3
Selected rows, tints
Dark surface#21171E
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 #c9b0c2

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

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary 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#B0C9B7
Analogous left#C3B0C9
Analogous right#C9B0B5
Split-complement 1#B5C9B0
Split-complement 2#B0C9C3
Triadic 1#C2C9B0
Triadic 2#B0C2C9
Tetradic#C9C3B0

RGB percentages

Red78.8%
Green69.0%
Blue76.1%

CMYK percentages

Cyan0.0%
Magenta12.4%
Yellow3.5%
Key (black)21.2%

Color previews

#c9b0c2 text on a black background

contrast 10.47:1

Card sample

#c9b0c2 text on a white background

contrast 2.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(201, 176, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 176, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b0c2;
background: linear-gradient(135deg, #c9b0c2, #C9B0B1);

Monochromatic scale

Palettes built from #c9b0c2

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.

#c9b0c2 in the real world

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

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#c9b0c2, answered

What color is #c9b0c2?

#c9b0c2 is a light soft magenta / pink, closest to Thistle (ΔE2000 4.7). It sits at 317° on the hue wheel with 19% saturation and 74% lightness, which reads as neutral.

What is the RGB value of #c9b0c2?

rgb(201, 176, 194) — 201 red, 176 green and 194 blue out of 255, or 78.8% / 69% / 76.1% by channel.

Is #c9b0c2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4736 and perceived brightness is 73%, so black text on it reaches 10.47:1.

Should I use black or white text on #c9b0c2?

Black. It scores 10.47:1 against #c9b0c2, versus 2.01:1 for white — AAA at any size.

What is the complementary color of #c9b0c2?

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

What colors go well with #c9b0c2?

For interface work: #F9F6F8 as the surface, #DECFDA for borders, #885D7C for secondary text, #4E7E50 as an accent and #4C3445 for hover and pressed states. For a palette, the analogous pair #C3B0C9 and #C9B0B5 stays calm, while #B0C9B7 is the loudest partner.

What is #c9b0c2 in CMYK for printing?

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

Is #c9b0c2 warm or cool?

Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C9B0B9; nudged cooler, #C8AFCA.

Work with #c9b0c2 in the Color Lab