Skip to content

#ccc2c0

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

RGB
204, 194, 192
HSL
10°, 11%, 78%
CMYK
0, 5, 6, 20
Luminance
0.5523

At a glance

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

Hex
#ccc2c0
Hue
10°
red
Saturation
11%
muted
Lightness
78%
light
Brightness
80%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5523
WCAG relative
Temperature
Warm
38/100 cool
Color family
Red
Tone
Muted
Best ink
Black
12.05:1
Closest name
Silver
ΔE2000 4.8
Where it sits
Hue10° of 360°
Saturation11%
Lightness78%
Temperature
Warm ← → Cool38% 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#ccc2c0
RGBrgb(204, 194, 192)
HSLhsl(10, 11%, 78%)
CMYKcmyk(0%, 5%, 6%, 20%)
LABlab(79.2 3.1 2.3)
LCHlch(79.2 3.9 35.6)
OKLCHoklch(0.822 0.012 31.1)
Decimal13419200
Display P3color(display-p3 0.800 0.761 0.753)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#ccc2c0 on white: 1.74:1
AA ✗ fail · AA-large · AAA
Aa
#ccc2c0 on black: 12.05:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C4C3C0
deuteranopia · #C6C5C0
tritanopia · #CFC1C1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ccc2c0 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
#E1DCDB
#ccc2c0
#B4A5A2
#9B8783
#87726E
#715F5B
#5A4C49
#433937
#2A2423
Base = 300Lightest = 50 · #F8F7F7Darkest = 950 · #2A2423
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EFEE;
  --brand-200: #E1DCDB;
  --brand-300: #ccc2c0;
  --brand-400: #B4A5A2;
  --brand-500: #9B8783;
  --brand-600: #87726E;
  --brand-700: #715F5B;
  --brand-800: #5A4C49;
  --brand-900: #433937;
  --brand-950: #2A2423;
  --brand: #ccc2c0;
  --brand-ink: #000000;
}

Colors that work with #ccc2c0

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#DAD3D2
Hairlines and dividers
Muted text#7F6B67
Captions on the surface
Accent#587473
Second voice, not a rival
Dark variant#463B39
Hover, pressed, headers
Light variant#F4F1F1
Selected rows, tints
Dark surface#1F1A19
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 #ccc2c0

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#C0CACC
Analogous left#CCC0C4
Analogous right#CCC8C0
Split-complement 1#C0CCC8
Split-complement 2#C0C4CC
Triadic 1#C0CCC2
Triadic 2#C2C0CC
Tetradic#C4CCC0

RGB percentages

Red80.0%
Green76.1%
Blue75.3%

CMYK percentages

Cyan0.0%
Magenta4.9%
Yellow5.9%
Key (black)20.0%

Color previews

#ccc2c0 text on a black background

contrast 12.05:1

Card sample

#ccc2c0 text on a white background

contrast 1.74:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ccc2c0

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.

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

#ccc2c0, answered

What color is #ccc2c0?

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

What is the RGB value of #ccc2c0?

rgb(204, 194, 192) — 204 red, 194 green and 192 blue out of 255, or 80% / 76.1% / 75.3% by channel.

Is #ccc2c0 a light or a dark color?

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

Should I use black or white text on #ccc2c0?

Black. It scores 12.05:1 against #ccc2c0, versus 1.74:1 for white — AAA at any size.

What is the complementary color of #ccc2c0?

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

What colors go well with #ccc2c0?

For interface work: #F8F7F7 as the surface, #DAD3D2 for borders, #7F6B67 for secondary text, #587473 as an accent and #463B39 for hover and pressed states. For a palette, the analogous pair #CCC0C4 and #CCC8C0 stays calm, while #C0CACC is the loudest partner.

What is #ccc2c0 in CMYK for printing?

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

Is #ccc2c0 warm or cool?

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

Work with #ccc2c0 in the Color Lab