Skip to content

#d6a2df

a light, vivid magenta / pink · neutral · closest name: Plum

RGB
214, 162, 223
HSL
291°, 49%, 76%
CMYK
4, 27, 0, 13
Luminance
0.4546

At a glance

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

Hex
#d6a2df
Hue
291°
magenta / pink
Saturation
49%
vivid
Lightness
76%
light
Brightness
87%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4546
WCAG relative
Temperature
Neutral
55/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
10.09:1
Closest name
Plum
ΔE2000 1.8
Where it sits
Hue291° of 360°
Saturation49%
Lightness76%
Temperature
Warm ← → Cool55% 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#d6a2df
RGBrgb(214, 162, 223)
HSLhsl(291, 49%, 76%)
CMYKcmyk(4%, 27%, 0%, 13%)
LABlab(73.2 29.6 -23.4)
LCHlch(73.2 37.7 321.6)
OKLCHoklch(0.781 0.102 321.4)
Decimal14066399
Display P3color(display-p3 0.839 0.635 0.875)

Copy-ready code

/* CSS */
color: #d6a2df;
background-color: #d6a2df;
/* Tailwind (arbitrary) */
class="text-[#d6a2df] bg-[#d6a2df]"
/* SCSS */
$brand: #d6a2df;
/* SwiftUI */
Color(red: 0.839, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#d6a2df")
/* Flutter */
Color(0xFFD6A2DF)
/* Python / OpenCV (BGR) */
(223, 162, 214)

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

Accessibility — WCAG contrast

Aa
#d6a2df on white: 2.08:1
AA ✗ fail · AA-large · AAA
Aa
#d6a2df on black: 10.09:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9CB0E1
deuteranopia · #A8B6DD
tritanopia · #D8A8B8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d6a2df 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
#F4EAF6
#E8D0EC
#d6a2df
#C882D4
#B558C6
#A43FB6
#893498
#6E2A79
#512259
#321537
Base = 300Lightest = 50 · #F9F4FADarkest = 950 · #321537
:root {
  --brand-50: #F9F4FA;
  --brand-100: #F4EAF6;
  --brand-200: #E8D0EC;
  --brand-300: #d6a2df;
  --brand-400: #C882D4;
  --brand-500: #B558C6;
  --brand-600: #A43FB6;
  --brand-700: #893498;
  --brand-800: #6E2A79;
  --brand-900: #512259;
  --brand-950: #321537;
  --brand: #d6a2df;
  --brand-ink: #000000;
}

Colors that work with #d6a2df

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#FAF4FA
Tinted page background
Border#E4C2EA
Hairlines and dividers
Muted text#8F4B9B
Captions on the surface
Accent#5A9C30
Second voice, not a rival
Dark variant#56215F
Hover, pressed, headers
Light variant#F7ECF8
Selected rows, tints
Dark surface#221424
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 #d6a2df

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#ABDFA2
Analogous left#B7A2DF
Analogous right#DFA2CA
Split-complement 1#CADFA2
Split-complement 2#A2DFB7
Triadic 1#DFD6A2
Triadic 2#A2DFD6
Tetradic#DFB7A2

RGB percentages

Red83.9%
Green63.5%
Blue87.5%

CMYK percentages

Cyan4.0%
Magenta27.4%
Yellow0.0%
Key (black)12.5%

Color previews

#d6a2df text on a black background

contrast 10.09:1

Card sample

#d6a2df text on a white background

contrast 2.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d6a2df

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.

#d6a2df in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#d6a2df, answered

What color is #d6a2df?

#d6a2df is a light vivid magenta / pink, closest to Plum (ΔE2000 1.8). It sits at 291° on the hue wheel with 49% saturation and 76% lightness, which reads as neutral.

What is the RGB value of #d6a2df?

rgb(214, 162, 223) — 214 red, 162 green and 223 blue out of 255, or 83.9% / 63.5% / 87.5% by channel.

Is #d6a2df a light or a dark color?

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

Should I use black or white text on #d6a2df?

Black. It scores 10.09:1 against #d6a2df, versus 2.08:1 for white — AAA at any size.

What is the complementary color of #d6a2df?

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

What colors go well with #d6a2df?

For interface work: #FAF4FA as the surface, #E4C2EA for borders, #8F4B9B for secondary text, #5A9C30 as an accent and #56215F for hover and pressed states. For a palette, the analogous pair #B7A2DF and #DFA2CA stays calm, while #ABDFA2 is the loudest partner.

What is #d6a2df in CMYK for printing?

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

Is #d6a2df warm or cool?

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

Work with #d6a2df in the Color Lab