Skip to content

#ccc4d8

a light, soft violet · cool · closest name: Thistle

RGB
204, 196, 216
HSL
264°, 20%, 81%
CMYK
6, 9, 0, 15
Luminance
0.5728

At a glance

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

Hex
#ccc4d8
Hue
264°
violet
Saturation
20%
soft
Lightness
81%
light
Brightness
85%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5728
WCAG relative
Temperature
Cool
62/100 cool
Color family
Violet
Tone
Soft
Best ink
Black
12.46:1
Closest name
Thistle
ΔE2000 6.1
Where it sits
Hue264° of 360°
Saturation20%
Lightness81%
Temperature
Warm ← → Cool62% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#ccc4d8
RGBrgb(204, 196, 216)
HSLhsl(264, 20%, 81%)
CMYKcmyk(6%, 9%, 0%, 15%)
LABlab(80.3 6.5 -8.9)
LCHlch(80.3 11.1 306.0)
OKLCHoklch(0.833 0.029 303.8)
Decimal13419736
Display P3color(display-p3 0.800 0.769 0.847)

Copy-ready code

/* CSS */
color: #ccc4d8;
background-color: #ccc4d8;
/* Tailwind (arbitrary) */
class="text-[#ccc4d8] bg-[#ccc4d8]"
/* SCSS */
$brand: #ccc4d8;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.847)
/* Android */
Color.parseColor("#ccc4d8")
/* Flutter */
Color(0xFFCCC4D8)
/* Python / OpenCV (BGR) */
(216, 196, 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 #ccc4d8 · 12.46:1
Use #000000AAA at every size.
Aa
White text · 1.69: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: #ccc4d8 as text scores 1.69:1 on white and 12.46:1 on black.

Accessibility — WCAG contrast

Aa
#ccc4d8 on white: 1.69:1
AA ✗ fail · AA-large · AAA
Aa
#ccc4d8 on black: 12.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C1C7D9
deuteranopia · #C2C7D7
tritanopia · #CAC6CA

Color scale — 50 to 950

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

#F7F6F9
#EFEDF2
#DDD8E4
#ccc4d8
#A79ABC
#8A78A6
#756193
#62517B
#4E4162
#3B3249
#251F2D
Base = 300Lightest = 50 · #F7F6F9Darkest = 950 · #251F2D
:root {
  --brand-50: #F7F6F9;
  --brand-100: #EFEDF2;
  --brand-200: #DDD8E4;
  --brand-300: #ccc4d8;
  --brand-400: #A79ABC;
  --brand-500: #8A78A6;
  --brand-600: #756193;
  --brand-700: #62517B;
  --brand-800: #4E4162;
  --brand-900: #3B3249;
  --brand-950: #251F2D;
  --brand: #ccc4d8;
  --brand-ink: #000000;
}

Colors that work with #ccc4d8

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#F7F6F9
Tinted page background
Border#D5CEDF
Hairlines and dividers
Muted text#6E5B8A
Captions on the surface
Accent#777F4D
Second voice, not a rival
Dark variant#3D334D
Hover, pressed, headers
Light variant#F2F0F5
Selected rows, tints
Dark surface#1B1622
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 #ccc4d8

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary 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#D0D8C4
Analogous left#C4C6D8
Analogous right#D6C4D8
Split-complement 1#D8D6C4
Split-complement 2#C6D8C4
Triadic 1#D8CCC4
Triadic 2#C4D8CC
Tetradic#D8C4C6

RGB percentages

Red80.0%
Green76.9%
Blue84.7%

CMYK percentages

Cyan5.6%
Magenta9.3%
Yellow0.0%
Key (black)15.3%

Color previews

#ccc4d8 text on a black background

contrast 12.46:1

Card sample

#ccc4d8 text on a white background

contrast 1.69:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ccc4d8

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.

#ccc4d8 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#ccc4d8, answered

What color is #ccc4d8?

#ccc4d8 is a light soft violet, closest to Thistle (ΔE2000 6.1). It sits at 264° on the hue wheel with 20% saturation and 81% lightness, which reads as cool.

What is the RGB value of #ccc4d8?

rgb(204, 196, 216) — 204 red, 196 green and 216 blue out of 255, or 80% / 76.9% / 84.7% by channel.

Is #ccc4d8 a light or a dark color?

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

Should I use black or white text on #ccc4d8?

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

What is the complementary color of #ccc4d8?

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

What colors go well with #ccc4d8?

For interface work: #F7F6F9 as the surface, #D5CEDF for borders, #6E5B8A for secondary text, #777F4D as an accent and #3D334D for hover and pressed states. For a palette, the analogous pair #C4C6D8 and #D6C4D8 stays calm, while #D0D8C4 is the loudest partner.

What is #ccc4d8 in CMYK for printing?

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

Is #ccc4d8 warm or cool?

Cool — it scores 62 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D3C4D8; nudged cooler, #C4C3D9.

Work with #ccc4d8 in the Color Lab