Skip to content

#d2a0df

a light, vivid violet · neutral · closest name: Plum

RGB
210, 160, 223
HSL
288°, 50%, 75%
CMYK
6, 28, 0, 13
Luminance
0.4417

At a glance

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

Hex
#d2a0df
Hue
288°
violet
Saturation
50%
vivid
Lightness
75%
light
Brightness
87%
HSV value
Perceived
72%
weighted brightness
Luminance
0.4417
WCAG relative
Temperature
Neutral
57/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
9.83:1
Closest name
Plum
ΔE2000 2.6
Where it sits
Hue288° of 360°
Saturation50%
Lightness75%
Temperature
Warm ← → Cool57% 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#d2a0df
RGBrgb(210, 160, 223)
HSLhsl(288, 50%, 75%)
CMYKcmyk(6%, 28%, 0%, 13%)
LABlab(72.3 29.4 -24.8)
LCHlch(72.3 38.4 319.9)
OKLCHoklch(0.773 0.103 319.2)
Decimal13803743
Display P3color(display-p3 0.824 0.627 0.875)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2a0df on white: 2.14:1
AA ✗ fail · AA-large · AAA
Aa
#d2a0df on black: 9.83:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #99AEE2
deuteranopia · #A4B3DD
tritanopia · #D3A7B6

Color scale — 50 to 950

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

#F9F4FA
#F3EAF6
#E6CFEC
#d2a0df
#C381D5
#AF57C6
#9E3EB7
#843399
#69297A
#4E2159
#301538
Base = 300Lightest = 50 · #F9F4FADarkest = 950 · #301538
:root {
  --brand-50: #F9F4FA;
  --brand-100: #F3EAF6;
  --brand-200: #E6CFEC;
  --brand-300: #d2a0df;
  --brand-400: #C381D5;
  --brand-500: #AF57C6;
  --brand-600: #9E3EB7;
  --brand-700: #843399;
  --brand-800: #69297A;
  --brand-900: #4E2159;
  --brand-950: #301538;
  --brand: #d2a0df;
  --brand-ink: #000000;
}

Colors that work with #d2a0df

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#F9F4FA
Tinted page background
Border#E2C2EA
Hairlines and dividers
Muted text#8A4B9B
Captions on the surface
Accent#629D2F
Second voice, not a rival
Dark variant#52205F
Hover, pressed, headers
Light variant#F6ECF9
Selected rows, tints
Dark surface#211424
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 #d2a0df

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

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#ADDFA0
Analogous left#B2A0DF
Analogous right#DFA0CD
Split-complement 1#CDDFA0
Split-complement 2#A0DFB2
Triadic 1#DFD2A0
Triadic 2#A0DFD2
Tetradic#DFB2A0

RGB percentages

Red82.4%
Green62.7%
Blue87.5%

CMYK percentages

Cyan5.8%
Magenta28.3%
Yellow0.0%
Key (black)12.5%

Color previews

#d2a0df text on a black background

contrast 9.83:1

Card sample

#d2a0df text on a white background

contrast 2.14:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2a0df

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.

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

#d2a0df, answered

What color is #d2a0df?

#d2a0df is a light vivid violet, closest to Plum (ΔE2000 2.6). It sits at 288° on the hue wheel with 50% saturation and 75% lightness, which reads as neutral.

What is the RGB value of #d2a0df?

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

Is #d2a0df a light or a dark color?

It is a mid-tone. Relative luminance is 0.4417 and perceived brightness is 72%, so black text on it reaches 9.83:1.

Should I use black or white text on #d2a0df?

Black. It scores 9.83:1 against #d2a0df, versus 2.14:1 for white — AAA at any size.

What is the complementary color of #d2a0df?

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

What colors go well with #d2a0df?

For interface work: #F9F4FA as the surface, #E2C2EA for borders, #8A4B9B for secondary text, #629D2F as an accent and #52205F for hover and pressed states. For a palette, the analogous pair #B2A0DF and #DFA0CD stays calm, while #ADDFA0 is the loudest partner.

What is #d2a0df in CMYK for printing?

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

Is #d2a0df warm or cool?

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

Work with #d2a0df in the Color Lab