Skip to content

#d0a7df

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

RGB
208, 167, 223
HSL
284°, 47%, 77%
CMYK
7, 25, 0, 13
Luminance
0.4638

At a glance

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

Hex
#d0a7df
Hue
284°
violet
Saturation
47%
vivid
Lightness
77%
light
Brightness
87%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4638
WCAG relative
Temperature
Cool
59/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
10.28:1
Closest name
Plum
ΔE2000 3.9
Where it sits
Hue284° of 360°
Saturation47%
Lightness77%
Temperature
Warm ← → Cool59% 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#d0a7df
RGBrgb(208, 167, 223)
HSLhsl(284, 47%, 77%)
CMYKcmyk(7%, 25%, 0%, 13%)
LABlab(73.8 24.9 -22.6)
LCHlch(73.8 33.6 317.8)
OKLCHoklch(0.784 0.090 316.9)
Decimal13674463
Display P3color(display-p3 0.816 0.655 0.875)

Copy-ready code

/* CSS */
color: #d0a7df;
background-color: #d0a7df;
/* Tailwind (arbitrary) */
class="text-[#d0a7df] bg-[#d0a7df]"
/* SCSS */
$brand: #d0a7df;
/* SwiftUI */
Color(red: 0.816, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#d0a7df")
/* Flutter */
Color(0xFFD0A7DF)
/* Python / OpenCV (BGR) */
(223, 167, 208)

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

Accessibility — WCAG contrast

Aa
#d0a7df on white: 2.04:1
AA ✗ fail · AA-large · AAA
Aa
#d0a7df on black: 10.28:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A0B3E1
deuteranopia · #A9B7DD
tritanopia · #D0ADBB

Color scale — 50 to 950

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

#F9F5FA
#F2EAF5
#E4D0EB
#d0a7df
#BD84D2
#A75AC3
#9541B4
#7C3696
#632B78
#492357
#2E1637
Base = 300Lightest = 50 · #F9F5FADarkest = 950 · #2E1637
:root {
  --brand-50: #F9F5FA;
  --brand-100: #F2EAF5;
  --brand-200: #E4D0EB;
  --brand-300: #d0a7df;
  --brand-400: #BD84D2;
  --brand-500: #A75AC3;
  --brand-600: #9541B4;
  --brand-700: #7C3696;
  --brand-800: #632B78;
  --brand-900: #492357;
  --brand-950: #2E1637;
  --brand: #d0a7df;
  --brand-ink: #000000;
}

Colors that work with #d0a7df

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#DFC3E9
Hairlines and dividers
Muted text#854B9B
Captions on the surface
Accent#689933
Second voice, not a rival
Dark variant#4E225E
Hover, pressed, headers
Light variant#F5ECF8
Selected rows, tints
Dark surface#201424
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 #d0a7df

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#B6DFA7
Analogous left#B4A7DF
Analogous right#DFA7D2
Split-complement 1#D2DFA7
Split-complement 2#A7DFB4
Triadic 1#DFD0A7
Triadic 2#A7DFD0
Tetradic#DFB4A7

RGB percentages

Red81.6%
Green65.5%
Blue87.5%

CMYK percentages

Cyan6.7%
Magenta25.1%
Yellow0.0%
Key (black)12.5%

Color previews

#d0a7df text on a black background

contrast 10.28:1

Card sample

#d0a7df text on a white background

contrast 2.04:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d0a7df

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.

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

#d0a7df, answered

What color is #d0a7df?

#d0a7df is a light vivid violet, closest to Plum (ΔE2000 3.9). It sits at 284° on the hue wheel with 47% saturation and 77% lightness, which reads as cool.

What is the RGB value of #d0a7df?

rgb(208, 167, 223) — 208 red, 167 green and 223 blue out of 255, or 81.6% / 65.5% / 87.5% by channel.

Is #d0a7df a light or a dark color?

It is a mid-tone. Relative luminance is 0.4638 and perceived brightness is 73%, so black text on it reaches 10.28:1.

Should I use black or white text on #d0a7df?

Black. It scores 10.28:1 against #d0a7df, versus 2.04:1 for white — AAA at any size.

What is the complementary color of #d0a7df?

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

What colors go well with #d0a7df?

For interface work: #F9F4FA as the surface, #DFC3E9 for borders, #854B9B for secondary text, #689933 as an accent and #4E225E for hover and pressed states. For a palette, the analogous pair #B4A7DF and #DFA7D2 stays calm, while #B6DFA7 is the loudest partner.

What is #d0a7df in CMYK for printing?

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

Is #d0a7df warm or cool?

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

Work with #d0a7df in the Color Lab