Skip to content

#c0ccc6

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

RGB
192, 204, 198
HSL
150°, 11%, 78%
CMYK
6, 0, 3, 20
Luminance
0.5847

At a glance

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

Hex
#c0ccc6
Hue
150°
green
Saturation
11%
muted
Lightness
78%
light
Brightness
80%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5847
WCAG relative
Temperature
Neutral
58/100 cool
Color family
Green
Tone
Muted
Best ink
Black
12.69:1
Closest name
Silver
ΔE2000 7.1
Where it sits
Hue150° of 360°
Saturation11%
Lightness78%
Temperature
Warm ← → Cool58% 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#c0ccc6
RGBrgb(192, 204, 198)
HSLhsl(150, 11%, 78%)
CMYKcmyk(6%, 0%, 3%, 20%)
LABlab(81.0 -5.2 1.6)
LCHlch(81.0 5.4 163.2)
OKLCHoklch(0.834 0.015 164.6)
Decimal12635334
Display P3color(display-p3 0.753 0.800 0.776)

Copy-ready code

/* CSS */
color: #c0ccc6;
background-color: #c0ccc6;
/* Tailwind (arbitrary) */
class="text-[#c0ccc6] bg-[#c0ccc6]"
/* SCSS */
$brand: #c0ccc6;
/* SwiftUI */
Color(red: 0.753, green: 0.800, blue: 0.776)
/* Android */
Color.parseColor("#c0ccc6")
/* Flutter */
Color(0xFFC0CCC6)
/* Python / OpenCV (BGR) */
(198, 204, 192)

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

Accessibility — WCAG contrast

Aa
#c0ccc6 on white: 1.65:1
AA ✗ fail · AA-large · AAA
Aa
#c0ccc6 on black: 12.69:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CBCAC6
deuteranopia · #C9C8C6
tritanopia · #BECCCA

Color scale — 50 to 950

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

#F7F8F7
#EEF1F0
#DBE1DE
#c0ccc6
#A2B4AB
#839B8F
#6E877A
#5B7166
#495A52
#37433D
#232A26
Base = 300Lightest = 50 · #F7F8F7Darkest = 950 · #232A26
:root {
  --brand-50: #F7F8F7;
  --brand-100: #EEF1F0;
  --brand-200: #DBE1DE;
  --brand-300: #c0ccc6;
  --brand-400: #A2B4AB;
  --brand-500: #839B8F;
  --brand-600: #6E877A;
  --brand-700: #5B7166;
  --brand-800: #495A52;
  --brand-900: #37433D;
  --brand-950: #232A26;
  --brand: #c0ccc6;
  --brand-ink: #000000;
}

Colors that work with #c0ccc6

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#F7F8F7
Tinted page background
Border#D2DAD6
Hairlines and dividers
Muted text#677F73
Captions on the surface
Accent#74586D
Second voice, not a rival
Dark variant#394640
Hover, pressed, headers
Light variant#F1F4F2
Selected rows, tints
Dark surface#191F1C
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 #c0ccc6

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#CCC0C6
Analogous left#C0CCC0
Analogous right#C0CCCC
Split-complement 1#CCC0CC
Split-complement 2#CCC0C0
Triadic 1#C6C0CC
Triadic 2#CCC6C0
Tetradic#C0C0CC

RGB percentages

Red75.3%
Green80.0%
Blue77.6%

CMYK percentages

Cyan5.9%
Magenta0.0%
Yellow2.9%
Key (black)20.0%

Color previews

#c0ccc6 text on a black background

contrast 12.69:1

Card sample

#c0ccc6 text on a white background

contrast 1.65:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c0ccc6

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.

#c0ccc6 in the real world

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

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#c0ccc6, answered

What color is #c0ccc6?

#c0ccc6 is a light muted green, closest to Silver (ΔE2000 7.1). It sits at 150° on the hue wheel with 11% saturation and 78% lightness, which reads as neutral.

What is the RGB value of #c0ccc6?

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

Is #c0ccc6 a light or a dark color?

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

Should I use black or white text on #c0ccc6?

Black. It scores 12.69:1 against #c0ccc6, versus 1.65:1 for white — AAA at any size.

What is the complementary color of #c0ccc6?

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

What colors go well with #c0ccc6?

For interface work: #F7F8F7 as the surface, #D2DAD6 for borders, #677F73 for secondary text, #74586D as an accent and #394640 for hover and pressed states. For a palette, the analogous pair #C0CCC0 and #C0CCCC stays calm, while #CCC0C6 is the loudest partner.

What is #c0ccc6 in CMYK for printing?

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

Is #c0ccc6 warm or cool?

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

Work with #c0ccc6 in the Color Lab