Skip to content

#cdc6c2

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

RGB
205, 198, 194
HSL
22°, 10%, 78%
CMYK
0, 3, 5, 20
Luminance
0.5726

At a glance

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

Hex
#cdc6c2
Hue
22°
orange
Saturation
10%
muted
Lightness
78%
light
Brightness
80%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5726
WCAG relative
Temperature
Warm
37/100 cool
Color family
Orange
Tone
Muted
Best ink
Black
12.45:1
Closest name
Silver
ΔE2000 4
Where it sits
Hue22° of 360°
Saturation10%
Lightness78%
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#cdc6c2
RGBrgb(205, 198, 194)
HSLhsl(22, 10%, 78%)
CMYKcmyk(0%, 3%, 5%, 20%)
LABlab(80.3 1.7 2.9)
LCHlch(80.3 3.3 59.0)
OKLCHoklch(0.831 0.010 52.1)
Decimal13485762
Display P3color(display-p3 0.804 0.776 0.761)

Copy-ready code

/* CSS */
color: #cdc6c2;
background-color: #cdc6c2;
/* Tailwind (arbitrary) */
class="text-[#cdc6c2] bg-[#cdc6c2]"
/* SCSS */
$brand: #cdc6c2;
/* SwiftUI */
Color(red: 0.804, green: 0.776, blue: 0.761)
/* Android */
Color.parseColor("#cdc6c2")
/* Flutter */
Color(0xFFCDC6C2)
/* Python / OpenCV (BGR) */
(194, 198, 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 #cdc6c2 · 12.45:1
Use #000000AAA at every size.
Aa
White text · 1.69:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.45:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cdc6c2 as text scores 1.69:1 on white and 12.45:1 on black.

Accessibility — WCAG contrast

Aa
#cdc6c2 on white: 1.69:1
AA ✗ fail · AA-large · AAA
Aa
#cdc6c2 on black: 12.45:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C8C6C2
deuteranopia · #C9C8C2
tritanopia · #CFC5C5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cdc6c2 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
#F1EFEF
#E1DDDB
#cdc6c2
#B3A9A3
#9A8C84
#87776E
#70635C
#5A4F4A
#433C38
#2A2523
Base = 300Lightest = 50 · #F8F7F7Darkest = 950 · #2A2523
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EFEF;
  --brand-200: #E1DDDB;
  --brand-300: #cdc6c2;
  --brand-400: #B3A9A3;
  --brand-500: #9A8C84;
  --brand-600: #87776E;
  --brand-700: #70635C;
  --brand-800: #5A4F4A;
  --brand-900: #433C38;
  --brand-950: #2A2523;
  --brand: #cdc6c2;
  --brand-ink: #000000;
}

Colors that work with #cdc6c2

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#DAD5D2
Hairlines and dividers
Muted text#7E7067
Captions on the surface
Accent#587074
Second voice, not a rival
Dark variant#463E39
Hover, pressed, headers
Light variant#F4F2F1
Selected rows, tints
Dark surface#1F1B19
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 #cdc6c2

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#C2C9CD
Analogous left#CDC2C3
Analogous right#CDCBC2
Split-complement 1#C2CDCB
Split-complement 2#C2C3CD
Triadic 1#C2CDC6
Triadic 2#C6C2CD
Tetradic#C3CDC2

RGB percentages

Red80.4%
Green77.6%
Blue76.1%

CMYK percentages

Cyan0.0%
Magenta3.4%
Yellow5.4%
Key (black)19.6%

Color previews

#cdc6c2 text on a black background

contrast 12.45:1

Card sample

#cdc6c2 text on a white background

contrast 1.69:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cdc6c2

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.

#cdc6c2 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.

#cdc6c2, answered

What color is #cdc6c2?

#cdc6c2 is a light muted orange, closest to Silver (ΔE2000 4). It sits at 22° on the hue wheel with 10% saturation and 78% lightness, which reads as warm.

What is the RGB value of #cdc6c2?

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

Is #cdc6c2 a light or a dark color?

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

Should I use black or white text on #cdc6c2?

Black. It scores 12.45:1 against #cdc6c2, versus 1.69:1 for white — AAA at any size.

What is the complementary color of #cdc6c2?

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

What colors go well with #cdc6c2?

For interface work: #F8F7F7 as the surface, #DAD5D2 for borders, #7E7067 for secondary text, #587074 as an accent and #463E39 for hover and pressed states. For a palette, the analogous pair #CDC2C3 and #CDCBC2 stays calm, while #C2C9CD is the loudest partner.

What is #cdc6c2 in CMYK for printing?

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

Is #cdc6c2 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 #D4CCC5; nudged cooler, #BAC2CB.

Work with #cdc6c2 in the Color Lab