Skip to content

#dfd1e2

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

RGB
223, 209, 226
HSL
289°, 23%, 85%
CMYK
1, 8, 0, 11
Luminance
0.6678

At a glance

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

Hex
#dfd1e2
Hue
289°
violet
Saturation
23%
soft
Lightness
85%
pale
Brightness
89%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6678
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Violet
Tone
Soft
Best ink
Black
14.36:1
Closest name
Thistle
ΔE2000 5.9
Where it sits
Hue289° of 360°
Saturation23%
Lightness85%
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#dfd1e2
RGBrgb(223, 209, 226)
HSLhsl(289, 23%, 85%)
CMYKcmyk(1%, 8%, 0%, 11%)
LABlab(85.4 7.9 -6.6)
LCHlch(85.4 10.3 319.9)
OKLCHoklch(0.877 0.028 320.3)
Decimal14668258
Display P3color(display-p3 0.875 0.820 0.886)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dfd1e2 on white: 1.46:1
AA ✗ fail · AA-large · AAA
Aa
#dfd1e2 on black: 14.36:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0D4E3
deuteranopia · #D2D6E1
tritanopia · #DFD2D6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfd1e2 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
#F1EDF2
#dfd1e2
#CFBAD4
#B798BE
#9F75A8
#8C5F96
#754F7D
#5E3F64
#45304A
#2B1E2E
Base = 200Lightest = 50 · #F8F6F9Darkest = 950 · #2B1E2E
:root {
  --brand-50: #F8F6F9;
  --brand-100: #F1EDF2;
  --brand-200: #dfd1e2;
  --brand-300: #CFBAD4;
  --brand-400: #B798BE;
  --brand-500: #9F75A8;
  --brand-600: #8C5F96;
  --brand-700: #754F7D;
  --brand-800: #5E3F64;
  --brand-900: #45304A;
  --brand-950: #2B1E2E;
  --brand: #dfd1e2;
  --brand-ink: #000000;
}

Colors that work with #dfd1e2

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#F8F6F9
Tinted page background
Border#DCCDDF
Hairlines and dividers
Muted text#84598D
Captions on the surface
Accent#60824A
Second voice, not a rival
Dark variant#49314E
Hover, pressed, headers
Light variant#F4EFF5
Selected rows, tints
Dark surface#201622
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 #dfd1e2

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#D4E2D1
Analogous left#D7D1E2
Analogous right#E2D1DD
Split-complement 1#DDE2D1
Split-complement 2#D1E2D7
Triadic 1#E2DFD1
Triadic 2#D1E2DF
Tetradic#E2D7D1

RGB percentages

Red87.5%
Green82.0%
Blue88.6%

CMYK percentages

Cyan1.3%
Magenta7.5%
Yellow0.0%
Key (black)11.4%

Color previews

#dfd1e2 text on a black background

contrast 14.36:1

Card sample

#dfd1e2 text on a white background

contrast 1.46:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfd1e2

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.

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

#dfd1e2, answered

What color is #dfd1e2?

#dfd1e2 is a pale soft violet, closest to Thistle (ΔE2000 5.9). It sits at 289° on the hue wheel with 23% saturation and 85% lightness, which reads as neutral.

What is the RGB value of #dfd1e2?

rgb(223, 209, 226) — 223 red, 209 green and 226 blue out of 255, or 87.5% / 82% / 88.6% by channel.

Is #dfd1e2 a light or a dark color?

It is a light color. Relative luminance is 0.6678 and perceived brightness is 84%, so black text on it reaches 14.36:1.

Should I use black or white text on #dfd1e2?

Black. It scores 14.36:1 against #dfd1e2, versus 1.46:1 for white — AAA at any size.

What is the complementary color of #dfd1e2?

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

What colors go well with #dfd1e2?

For interface work: #F8F6F9 as the surface, #DCCDDF for borders, #84598D for secondary text, #60824A as an accent and #49314E for hover and pressed states. For a palette, the analogous pair #D7D1E2 and #E2D1DD stays calm, while #D4E2D1 is the loudest partner.

What is #dfd1e2 in CMYK for printing?

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

Is #dfd1e2 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 #E2D1DF; nudged cooler, #D9D0E3.

Work with #dfd1e2 in the Color Lab