Skip to content

#ccc1c3

a light, muted red · neutral · closest name: Silver

RGB
204, 193, 195
HSL
349°, 10%, 78%
CMYK
0, 5, 4, 20
Luminance
0.5492

At a glance

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

Hex
#ccc1c3
Hue
349°
red
Saturation
10%
muted
Lightness
78%
light
Brightness
80%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5492
WCAG relative
Temperature
Neutral
42/100 cool
Color family
Red
Tone
Muted
Best ink
Black
11.98:1
Closest name
Silver
ΔE2000 5.6
Where it sits
Hue349° of 360°
Saturation10%
Lightness78%
Temperature
Warm ← → Cool42% 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#ccc1c3
RGBrgb(204, 193, 195)
HSLhsl(349, 10%, 78%)
CMYKcmyk(0%, 5%, 4%, 20%)
LABlab(79.0 4.2 0.4)
LCHlch(79.0 4.2 5.2)
OKLCHoklch(0.821 0.013 4.8)
Decimal13418947
Display P3color(display-p3 0.800 0.757 0.765)

Copy-ready code

/* CSS */
color: #ccc1c3;
background-color: #ccc1c3;
/* Tailwind (arbitrary) */
class="text-[#ccc1c3] bg-[#ccc1c3]"
/* SCSS */
$brand: #ccc1c3;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.765)
/* Android */
Color.parseColor("#ccc1c3")
/* Flutter */
Color(0xFFCCC1C3)
/* Python / OpenCV (BGR) */
(195, 193, 204)

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

Accessibility — WCAG contrast

Aa
#ccc1c3 on white: 1.75:1
AA ✗ fail · AA-large · AAA
Aa
#ccc1c3 on black: 11.98:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C2C2C3
deuteranopia · #C5C4C3
tritanopia · #CEC0C2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ccc1c3 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
#E1DBDC
#ccc1c3
#B3A3A6
#9A8488
#866F73
#705C60
#5A4A4D
#43383A
#2A2324
Base = 300Lightest = 50 · #F8F7F7Darkest = 950 · #2A2324
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EFEF;
  --brand-200: #E1DBDC;
  --brand-300: #ccc1c3;
  --brand-400: #B3A3A6;
  --brand-500: #9A8488;
  --brand-600: #866F73;
  --brand-700: #705C60;
  --brand-800: #5A4A4D;
  --brand-900: #43383A;
  --brand-950: #2A2324;
  --brand: #ccc1c3;
  --brand-ink: #000000;
}

Colors that work with #ccc1c3

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#DAD2D4
Hairlines and dividers
Muted text#7E686C
Captions on the surface
Accent#587467
Second voice, not a rival
Dark variant#463A3C
Hover, pressed, headers
Light variant#F3F1F1
Selected rows, tints
Dark surface#1F191A
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 #ccc1c3

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#C1CCCA
Analogous left#CCC1C8
Analogous right#CCC4C1
Split-complement 1#C1CCC4
Split-complement 2#C1C8CC
Triadic 1#C3CCC1
Triadic 2#C1C3CC
Tetradic#C8CCC1

RGB percentages

Red80.0%
Green75.7%
Blue76.5%

CMYK percentages

Cyan0.0%
Magenta5.4%
Yellow4.4%
Key (black)20.0%

Color previews

#ccc1c3 text on a black background

contrast 11.98:1

Card sample

#ccc1c3 text on a white background

contrast 1.75:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(204, 193, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1c3;
background: linear-gradient(135deg, #ccc1c3, #CCC6C1);

Monochromatic scale

Palettes built from #ccc1c3

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.

#ccc1c3 in the real world

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

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#ccc1c3, answered

What color is #ccc1c3?

#ccc1c3 is a light muted red, closest to Silver (ΔE2000 5.6). It sits at 349° on the hue wheel with 10% saturation and 78% lightness, which reads as neutral.

What is the RGB value of #ccc1c3?

rgb(204, 193, 195) — 204 red, 193 green and 195 blue out of 255, or 80% / 75.7% / 76.5% by channel.

Is #ccc1c3 a light or a dark color?

It is a light color. Relative luminance is 0.5492 and perceived brightness is 77%, so black text on it reaches 11.98:1.

Should I use black or white text on #ccc1c3?

Black. It scores 11.98:1 against #ccc1c3, versus 1.75:1 for white — AAA at any size.

What is the complementary color of #ccc1c3?

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

What colors go well with #ccc1c3?

For interface work: #F8F7F7 as the surface, #DAD2D4 for borders, #7E686C for secondary text, #587467 as an accent and #463A3C for hover and pressed states. For a palette, the analogous pair #CCC1C8 and #CCC4C1 stays calm, while #C1CCCA is the loudest partner.

What is #ccc1c3 in CMYK for printing?

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

Is #ccc1c3 warm or cool?

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

Work with #ccc1c3 in the Color Lab