Skip to content

#ccc5d2

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

RGB
204, 197, 210
HSL
272°, 13%, 80%
CMYK
3, 6, 0, 18
Luminance
0.5742

At a glance

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

Hex
#ccc5d2
Hue
272°
violet
Saturation
13%
muted
Lightness
80%
light
Brightness
82%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5742
WCAG relative
Temperature
Neutral
56/100 cool
Color family
Violet
Tone
Muted
Best ink
Black
12.48:1
Closest name
Thistle
ΔE2000 7.8
Where it sits
Hue272° of 360°
Saturation13%
Lightness80%
Temperature
Warm ← → Cool56% 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#ccc5d2
RGBrgb(204, 197, 210)
HSLhsl(272, 13%, 80%)
CMYKcmyk(3%, 6%, 0%, 18%)
LABlab(80.4 4.8 -5.6)
LCHlch(80.4 7.4 310.7)
OKLCHoklch(0.833 0.019 309.8)
Decimal13419986
Display P3color(display-p3 0.800 0.773 0.824)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#ccc5d2 on white: 1.68:1
AA ✗ fail · AA-large · AAA
Aa
#ccc5d2 on black: 12.48:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C3C7D3
deuteranopia · #C5C8D2
tritanopia · #CBC6C9

Color scale — 50 to 950

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

#F7F7F8
#F0EEF1
#DEDAE2
#ccc5d2
#ACA0B5
#90819D
#7C6B8A
#675973
#52475C
#3E3644
#27222B
Base = 300Lightest = 50 · #F7F7F8Darkest = 950 · #27222B
:root {
  --brand-50: #F7F7F8;
  --brand-100: #F0EEF1;
  --brand-200: #DEDAE2;
  --brand-300: #ccc5d2;
  --brand-400: #ACA0B5;
  --brand-500: #90819D;
  --brand-600: #7C6B8A;
  --brand-700: #675973;
  --brand-800: #52475C;
  --brand-900: #3E3644;
  --brand-950: #27222B;
  --brand: #ccc5d2;
  --brand-ink: #000000;
}

Colors that work with #ccc5d2

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#F7F6F8
Tinted page background
Border#D7D1DB
Hairlines and dividers
Muted text#746481
Captions on the surface
Accent#6D7755
Second voice, not a rival
Dark variant#403848
Hover, pressed, headers
Light variant#F2F1F4
Selected rows, tints
Dark surface#1C1920
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 #ccc5d2

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#CBD2C5
Analogous left#C5C5D2
Analogous right#D2C5D1
Split-complement 1#D1D2C5
Split-complement 2#C5D2C5
Triadic 1#D2CCC5
Triadic 2#C5D2CC
Tetradic#D2C5C5

RGB percentages

Red80.0%
Green77.3%
Blue82.4%

CMYK percentages

Cyan2.9%
Magenta6.2%
Yellow0.0%
Key (black)17.6%

Color previews

#ccc5d2 text on a black background

contrast 12.48:1

Card sample

#ccc5d2 text on a white background

contrast 1.68:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ccc5d2

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.

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

#ccc5d2, answered

What color is #ccc5d2?

#ccc5d2 is a light muted violet, closest to Thistle (ΔE2000 7.8). It sits at 272° on the hue wheel with 13% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #ccc5d2?

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

Is #ccc5d2 a light or a dark color?

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

Should I use black or white text on #ccc5d2?

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

What is the complementary color of #ccc5d2?

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

What colors go well with #ccc5d2?

For interface work: #F7F6F8 as the surface, #D7D1DB for borders, #746481 for secondary text, #6D7755 as an accent and #403848 for hover and pressed states. For a palette, the analogous pair #C5C5D2 and #D2C5D1 stays calm, while #CBD2C5 is the loudest partner.

What is #ccc5d2 in CMYK for printing?

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

Is #ccc5d2 warm or cool?

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

Work with #ccc5d2 in the Color Lab