Skip to content

#dfd2e5

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

RGB
223, 210, 229
HSL
281°, 27%, 86%
CMYK
3, 8, 0, 10
Luminance
0.6744

At a glance

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

Hex
#dfd2e5
Hue
281°
violet
Saturation
27%
soft
Lightness
86%
pale
Brightness
90%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6744
WCAG relative
Temperature
Cool
58/100 cool
Color family
Violet
Tone
Soft
Best ink
Black
14.49:1
Closest name
Thistle
ΔE2000 5.9
Where it sits
Hue281° of 360°
Saturation27%
Lightness86%
Temperature
Warm ← → Cool58% 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#dfd2e5
RGBrgb(223, 210, 229)
HSLhsl(281, 27%, 86%)
CMYKcmyk(3%, 8%, 0%, 10%)
LABlab(85.7 7.9 -7.7)
LCHlch(85.7 11.0 315.6)
OKLCHoklch(0.880 0.029 315.3)
Decimal14668517
Display P3color(display-p3 0.875 0.824 0.898)

Copy-ready code

/* CSS */
color: #dfd2e5;
background-color: #dfd2e5;
/* Tailwind (arbitrary) */
class="text-[#dfd2e5] bg-[#dfd2e5]"
/* SCSS */
$brand: #dfd2e5;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.898)
/* Android */
Color.parseColor("#dfd2e5")
/* Flutter */
Color(0xFFDFD2E5)
/* Python / OpenCV (BGR) */
(229, 210, 223)

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

Accessibility — WCAG contrast

Aa
#dfd2e5 on white: 1.45:1
AA ✗ fail · AA-large · AAA
Aa
#dfd2e5 on black: 14.49:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0D6E6
deuteranopia · #D2D7E4
tritanopia · #DFD4D8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfd2e5 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F8F6F9
#F1EDF3
#dfd2e5
#CCB8D6
#B394C1
#9A71AD
#875A9B
#704B81
#5A3C67
#432E4C
#2A1D30
Base = 200Lightest = 50 · #F8F6F9Darkest = 950 · #2A1D30
:root {
  --brand-50: #F8F6F9;
  --brand-100: #F1EDF3;
  --brand-200: #dfd2e5;
  --brand-300: #CCB8D6;
  --brand-400: #B394C1;
  --brand-500: #9A71AD;
  --brand-600: #875A9B;
  --brand-700: #704B81;
  --brand-800: #5A3C67;
  --brand-900: #432E4C;
  --brand-950: #2A1D30;
  --brand: #dfd2e5;
  --brand-ink: #000000;
}

Colors that work with #dfd2e5

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#F8F5F9
Tinted page background
Border#DACBE1
Hairlines and dividers
Muted text#7E5492
Captions on the surface
Accent#6A8448
Second voice, not a rival
Dark variant#462F51
Hover, pressed, headers
Light variant#F4EFF6
Selected rows, tints
Dark surface#1F1524
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 #dfd2e5

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#D8E5D2
Analogous left#D6D2E5
Analogous right#E5D2E2
Split-complement 1#E2E5D2
Split-complement 2#D2E5D6
Triadic 1#E5DFD2
Triadic 2#D2E5DF
Tetradic#E5D6D2

RGB percentages

Red87.5%
Green82.4%
Blue89.8%

CMYK percentages

Cyan2.6%
Magenta8.3%
Yellow0.0%
Key (black)10.2%

Color previews

#dfd2e5 text on a black background

contrast 14.49:1

Card sample

#dfd2e5 text on a white background

contrast 1.45:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfd2e5

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.

#dfd2e5 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#dfd2e5, answered

What color is #dfd2e5?

#dfd2e5 is a pale soft violet, closest to Thistle (ΔE2000 5.9). It sits at 281° on the hue wheel with 27% saturation and 86% lightness, which reads as cool.

What is the RGB value of #dfd2e5?

rgb(223, 210, 229) — 223 red, 210 green and 229 blue out of 255, or 87.5% / 82.4% / 89.8% by channel.

Is #dfd2e5 a light or a dark color?

It is a light color. Relative luminance is 0.6744 and perceived brightness is 85%, so black text on it reaches 14.49:1.

Should I use black or white text on #dfd2e5?

Black. It scores 14.49:1 against #dfd2e5, versus 1.45:1 for white — AAA at any size.

What is the complementary color of #dfd2e5?

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

What colors go well with #dfd2e5?

For interface work: #F8F5F9 as the surface, #DACBE1 for borders, #7E5492 for secondary text, #6A8448 as an accent and #462F51 for hover and pressed states. For a palette, the analogous pair #D6D2E5 and #E5D2E2 stays calm, while #D8E5D2 is the loudest partner.

What is #dfd2e5 in CMYK for printing?

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

Is #dfd2e5 warm or cool?

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

Work with #dfd2e5 in the Color Lab