Skip to content

#cdc2c8

a light, muted magenta / pink · neutral · closest name: Silver

RGB
205, 194, 200
HSL
327°, 10%, 78%
CMYK
0, 5, 2, 20
Luminance
0.5573

At a glance

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

Hex
#cdc2c8
Hue
327°
magenta / pink
Saturation
10%
muted
Lightness
78%
light
Brightness
80%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5573
WCAG relative
Temperature
Neutral
46/100 cool
Color family
Magenta / pink
Tone
Muted
Best ink
Black
12.15:1
Closest name
Silver
ΔE2000 6.6
Where it sits
Hue327° of 360°
Saturation10%
Lightness78%
Temperature
Warm ← → Cool46% 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#cdc2c8
RGBrgb(205, 194, 200)
HSLhsl(327, 10%, 78%)
CMYKcmyk(0%, 5%, 2%, 20%)
LABlab(79.5 4.9 -1.6)
LCHlch(79.5 5.2 341.7)
OKLCHoklch(0.825 0.015 343.3)
Decimal13484744
Display P3color(display-p3 0.804 0.761 0.784)

Copy-ready code

/* CSS */
color: #cdc2c8;
background-color: #cdc2c8;
/* Tailwind (arbitrary) */
class="text-[#cdc2c8] bg-[#cdc2c8]"
/* SCSS */
$brand: #cdc2c8;
/* SwiftUI */
Color(red: 0.804, green: 0.761, blue: 0.784)
/* Android */
Color.parseColor("#cdc2c8")
/* Flutter */
Color(0xFFCDC2C8)
/* Python / OpenCV (BGR) */
(200, 194, 205)

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

Accessibility — WCAG contrast

Aa
#cdc2c8 on white: 1.73:1
AA ✗ fail · AA-large · AAA
Aa
#cdc2c8 on black: 12.15:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C2C4C8
deuteranopia · #C5C5C8
tritanopia · #CFC2C4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cdc2c8 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
#F1EFF0
#E1DBDE
#cdc2c8
#B3A3AC
#9A8490
#876E7B
#705C67
#5A4A52
#43383E
#2A2327
Base = 300Lightest = 50 · #F8F7F7Darkest = 950 · #2A2327
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EFF0;
  --brand-200: #E1DBDE;
  --brand-300: #cdc2c8;
  --brand-400: #B3A3AC;
  --brand-500: #9A8490;
  --brand-600: #876E7B;
  --brand-700: #705C67;
  --brand-800: #5A4A52;
  --brand-900: #43383E;
  --brand-950: #2A2327;
  --brand: #cdc2c8;
  --brand-ink: #000000;
}

Colors that work with #cdc2c8

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#F8F7F7
Tinted page background
Border#DAD2D7
Hairlines and dividers
Muted text#7E6774
Captions on the surface
Accent#58745E
Second voice, not a rival
Dark variant#463940
Hover, pressed, headers
Light variant#F4F1F2
Selected rows, tints
Dark surface#1F191C
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 #cdc2c8

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#C2CDC7
Analogous left#CCC2CD
Analogous right#CDC2C2
Split-complement 1#C2CDC2
Split-complement 2#C2CDCC
Triadic 1#C8CDC2
Triadic 2#C2C8CD
Tetradic#CDCCC2

RGB percentages

Red80.4%
Green76.1%
Blue78.4%

CMYK percentages

Cyan0.0%
Magenta5.4%
Yellow2.4%
Key (black)19.6%

Color previews

#cdc2c8 text on a black background

contrast 12.15:1

Card sample

#cdc2c8 text on a white background

contrast 1.73:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cdc2c8

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.

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

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

#cdc2c8, answered

What color is #cdc2c8?

#cdc2c8 is a light muted magenta / pink, closest to Silver (ΔE2000 6.6). It sits at 327° on the hue wheel with 10% saturation and 78% lightness, which reads as neutral.

What is the RGB value of #cdc2c8?

rgb(205, 194, 200) — 205 red, 194 green and 200 blue out of 255, or 80.4% / 76.1% / 78.4% by channel.

Is #cdc2c8 a light or a dark color?

It is a light color. Relative luminance is 0.5573 and perceived brightness is 78%, so black text on it reaches 12.15:1.

Should I use black or white text on #cdc2c8?

Black. It scores 12.15:1 against #cdc2c8, versus 1.73:1 for white — AAA at any size.

What is the complementary color of #cdc2c8?

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

What colors go well with #cdc2c8?

For interface work: #F8F7F7 as the surface, #DAD2D7 for borders, #7E6774 for secondary text, #58745E as an accent and #463940 for hover and pressed states. For a palette, the analogous pair #CCC2CD and #CDC2C2 stays calm, while #C2CDC7 is the loudest partner.

What is #cdc2c8 in CMYK for printing?

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

Is #cdc2c8 warm or cool?

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

Work with #cdc2c8 in the Color Lab