Skip to content

#ccc5d0

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

RGB
204, 197, 208
HSL
278°, 11%, 79%
CMYK
2, 5, 0, 18
Luminance
0.5732

At a glance

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

Hex
#ccc5d0
Hue
278°
violet
Saturation
11%
muted
Lightness
79%
light
Brightness
82%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5732
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Violet
Tone
Muted
Best ink
Black
12.46:1
Closest name
Silver
ΔE2000 7.1
Where it sits
Hue278° of 360°
Saturation11%
Lightness79%
Temperature
Warm ← → Cool54% 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#ccc5d0
RGBrgb(204, 197, 208)
HSLhsl(278, 11%, 79%)
CMYKcmyk(2%, 5%, 0%, 18%)
LABlab(80.4 4.4 -4.6)
LCHlch(80.4 6.4 313.9)
OKLCHoklch(0.832 0.017 313.6)
Decimal13419984
Display P3color(display-p3 0.800 0.773 0.816)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#ccc5d0 on white: 1.68:1
AA ✗ fail · AA-large · AAA
Aa
#ccc5d0 on black: 12.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C4C7D1
deuteranopia · #C5C8D0
tritanopia · #CCC6C8

Color scale — 50 to 950

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

#F8F7F8
#F0EEF1
#DFDBE1
#ccc5d0
#ADA2B4
#92839B
#7E6E87
#695B71
#54495A
#3F3743
#27232A
Base = 300Lightest = 50 · #F8F7F8Darkest = 950 · #27232A
:root {
  --brand-50: #F8F7F8;
  --brand-100: #F0EEF1;
  --brand-200: #DFDBE1;
  --brand-300: #ccc5d0;
  --brand-400: #ADA2B4;
  --brand-500: #92839B;
  --brand-600: #7E6E87;
  --brand-700: #695B71;
  --brand-800: #54495A;
  --brand-900: #3F3743;
  --brand-950: #27232A;
  --brand: #ccc5d0;
  --brand-ink: #000000;
}

Colors that work with #ccc5d0

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#F8F7F8
Tinted page background
Border#D7D2DA
Hairlines and dividers
Muted text#76677F
Captions on the surface
Accent#697557
Second voice, not a rival
Dark variant#423946
Hover, pressed, headers
Light variant#F3F1F4
Selected rows, tints
Dark surface#1D191F
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 #ccc5d0

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#C9D0C5
Analogous left#C6C5D0
Analogous right#D0C5CE
Split-complement 1#CED0C5
Split-complement 2#C5D0C6
Triadic 1#D0CCC5
Triadic 2#C5D0CC
Tetradic#D0C6C5

RGB percentages

Red80.0%
Green77.3%
Blue81.6%

CMYK percentages

Cyan1.9%
Magenta5.3%
Yellow0.0%
Key (black)18.4%

Color previews

#ccc5d0 text on a black background

contrast 12.46:1

Card sample

#ccc5d0 text on a white background

contrast 1.68:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ccc5d0

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.

#ccc5d0 in the real world

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

Industries
Creative toolsFintechBeautyLuxury
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#ccc5d0, answered

What color is #ccc5d0?

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

What is the RGB value of #ccc5d0?

rgb(204, 197, 208) — 204 red, 197 green and 208 blue out of 255, or 80% / 77.3% / 81.6% by channel.

Is #ccc5d0 a light or a dark color?

It is a light color. Relative luminance is 0.5732 and perceived brightness is 79%, so black text on it reaches 12.46:1.

Should I use black or white text on #ccc5d0?

Black. It scores 12.46:1 against #ccc5d0, versus 1.68:1 for white — AAA at any size.

What is the complementary color of #ccc5d0?

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

What colors go well with #ccc5d0?

For interface work: #F8F7F8 as the surface, #D7D2DA for borders, #76677F for secondary text, #697557 as an accent and #423946 for hover and pressed states. For a palette, the analogous pair #C6C5D0 and #D0C5CE stays calm, while #C9D0C5 is the loudest partner.

What is #ccc5d0 in CMYK for printing?

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

Is #ccc5d0 warm or cool?

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

Work with #ccc5d0 in the Color Lab