Skip to content

#d2ccd8

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

RGB
210, 204, 216
HSL
270°, 13%, 82%
CMYK
3, 6, 0, 15
Luminance
0.6185

At a glance

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

Hex
#d2ccd8
Hue
270°
violet
Saturation
13%
muted
Lightness
82%
light
Brightness
85%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6185
WCAG relative
Temperature
Neutral
56/100 cool
Color family
Violet
Tone
Muted
Best ink
Black
13.37:1
Closest name
Lavender
ΔE2000 6.9
Where it sits
Hue270° of 360°
Saturation13%
Lightness82%
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#d2ccd8
RGBrgb(210, 204, 216)
HSLhsl(270, 13%, 82%)
CMYKcmyk(3%, 6%, 0%, 15%)
LABlab(82.8 4.3 -5.2)
LCHlch(82.8 6.7 309.3)
OKLCHoklch(0.854 0.018 308.2)
Decimal13815000
Display P3color(display-p3 0.824 0.800 0.847)

Copy-ready code

/* CSS */
color: #d2ccd8;
background-color: #d2ccd8;
/* Tailwind (arbitrary) */
class="text-[#d2ccd8] bg-[#d2ccd8]"
/* SCSS */
$brand: #d2ccd8;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.847)
/* Android */
Color.parseColor("#d2ccd8")
/* Flutter */
Color(0xFFD2CCD8)
/* Python / OpenCV (BGR) */
(216, 204, 210)

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

Accessibility — WCAG contrast

Aa
#d2ccd8 on white: 1.57:1
AA ✗ fail · AA-large · AAA
Aa
#d2ccd8 on black: 13.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CACED9
deuteranopia · #CBCED8
tritanopia · #D1CDD0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d2ccd8 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
#d2ccd8
#ABA0B6
#8F809E
#7A6A8B
#665874
#52475C
#3D3645
#26222B
Base = 300Lightest = 50 · #F7F7F8Darkest = 950 · #26222B
:root {
  --brand-50: #F7F7F8;
  --brand-100: #F0EEF1;
  --brand-200: #DEDAE2;
  --brand-300: #d2ccd8;
  --brand-400: #ABA0B6;
  --brand-500: #8F809E;
  --brand-600: #7A6A8B;
  --brand-700: #665874;
  --brand-800: #52475C;
  --brand-900: #3D3645;
  --brand-950: #26222B;
  --brand: #d2ccd8;
  --brand-ink: #000000;
}

Colors that work with #d2ccd8

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#D6D1DC
Hairlines and dividers
Muted text#736382
Captions on the surface
Accent#6F7854
Second voice, not a rival
Dark variant#403748
Hover, pressed, headers
Light variant#F2F1F4
Selected rows, tints
Dark surface#1C1820
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 #d2ccd8

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#D2D8CC
Analogous left#CCCCD8
Analogous right#D8CCD8
Split-complement 1#D8D8CC
Split-complement 2#CCD8CC
Triadic 1#D8D2CC
Triadic 2#CCD8D2
Tetradic#D8CCCC

RGB percentages

Red82.4%
Green80.0%
Blue84.7%

CMYK percentages

Cyan2.8%
Magenta5.6%
Yellow0.0%
Key (black)15.3%

Color previews

#d2ccd8 text on a black background

contrast 13.37:1

Card sample

#d2ccd8 text on a white background

contrast 1.57:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2ccd8

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.

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

#d2ccd8, answered

What color is #d2ccd8?

#d2ccd8 is a light muted violet, closest to Lavender (ΔE2000 6.9). It sits at 270° on the hue wheel with 13% saturation and 82% lightness, which reads as neutral.

What is the RGB value of #d2ccd8?

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

Is #d2ccd8 a light or a dark color?

It is a light color. Relative luminance is 0.6185 and perceived brightness is 81%, so black text on it reaches 13.37:1.

Should I use black or white text on #d2ccd8?

Black. It scores 13.37:1 against #d2ccd8, versus 1.57:1 for white — AAA at any size.

What is the complementary color of #d2ccd8?

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

What colors go well with #d2ccd8?

For interface work: #F7F6F8 as the surface, #D6D1DC for borders, #736382 for secondary text, #6F7854 as an accent and #403748 for hover and pressed states. For a palette, the analogous pair #CCCCD8 and #D8CCD8 stays calm, while #D2D8CC is the loudest partner.

What is #d2ccd8 in CMYK for printing?

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

Is #d2ccd8 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 #D6CCD8; nudged cooler, #CDCBD9.

Work with #d2ccd8 in the Color Lab