Skip to content

#d0afd0

a light, soft magenta / pink · neutral · closest name: Thistle

RGB
208, 175, 208
HSL
300°, 26%, 75%
CMYK
0, 16, 0, 18
Luminance
0.4862

At a glance

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

Hex
#d0afd0
Hue
300°
magenta / pink
Saturation
26%
soft
Lightness
75%
light
Brightness
82%
HSV value
Perceived
74%
weighted brightness
Luminance
0.4862
WCAG relative
Temperature
Neutral
50/100 cool
Color family
Magenta / pink
Tone
Soft
Best ink
Black
10.72:1
Closest name
Thistle
ΔE2000 4.7
Where it sits
Hue300° of 360°
Saturation26%
Lightness75%
Temperature
Warm ← → Cool50% 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#d0afd0
RGBrgb(208, 175, 208)
HSLhsl(300, 26%, 75%)
CMYKcmyk(0%, 16%, 0%, 18%)
LABlab(75.2 17.7 -12.2)
LCHlch(75.2 21.5 325.3)
OKLCHoklch(0.793 0.059 326.1)
Decimal13676496
Display P3color(display-p3 0.816 0.686 0.816)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d0afd0 on white: 1.96:1
AA ✗ fail · AA-large · AAA
Aa
#d0afd0 on black: 10.72:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ADB7D1
deuteranopia · #B4BBCF
tritanopia · #D2B2BA

Color scale — 50 to 950

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

#F9F6F9
#F3EDF3
#E5D6E5
#d0afd0
#C195C1
#AC72AC
#9A5B9A
#814B81
#673C67
#4C2F4C
#2F1D2F
Base = 300Lightest = 50 · #F9F6F9Darkest = 950 · #2F1D2F
:root {
  --brand-50: #F9F6F9;
  --brand-100: #F3EDF3;
  --brand-200: #E5D6E5;
  --brand-300: #d0afd0;
  --brand-400: #C195C1;
  --brand-500: #AC72AC;
  --brand-600: #9A5B9A;
  --brand-700: #814B81;
  --brand-800: #673C67;
  --brand-900: #4C2F4C;
  --brand-950: #2F1D2F;
  --brand: #d0afd0;
  --brand-ink: #000000;
}

Colors that work with #d0afd0

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#F9F5F9
Tinted page background
Border#E1CCE1
Hairlines and dividers
Muted text#915591
Captions on the surface
Accent#578547
Second voice, not a rival
Dark variant#502F50
Hover, pressed, headers
Light variant#F6EFF6
Selected rows, tints
Dark surface#231523
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 #d0afd0

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#AFD0AF
Analogous left#C0AFD0
Analogous right#D0AFC0
Split-complement 1#C0D0AF
Split-complement 2#AFD0C0
Triadic 1#D0D0AF
Triadic 2#AFD0D0
Tetradic#D0C0AF

RGB percentages

Red81.6%
Green68.6%
Blue81.6%

CMYK percentages

Cyan0.0%
Magenta15.9%
Yellow0.0%
Key (black)18.4%

Color previews

#d0afd0 text on a black background

contrast 10.72:1

Card sample

#d0afd0 text on a white background

contrast 1.96:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d0afd0

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.

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

#d0afd0, answered

What color is #d0afd0?

#d0afd0 is a light soft magenta / pink, closest to Thistle (ΔE2000 4.7). It sits at 300° on the hue wheel with 26% saturation and 75% lightness, which reads as neutral.

What is the RGB value of #d0afd0?

rgb(208, 175, 208) — 208 red, 175 green and 208 blue out of 255, or 81.6% / 68.6% / 81.6% by channel.

Is #d0afd0 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4862 and perceived brightness is 74%, so black text on it reaches 10.72:1.

Should I use black or white text on #d0afd0?

Black. It scores 10.72:1 against #d0afd0, versus 1.96:1 for white — AAA at any size.

What is the complementary color of #d0afd0?

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

What colors go well with #d0afd0?

For interface work: #F9F5F9 as the surface, #E1CCE1 for borders, #915591 for secondary text, #578547 as an accent and #502F50 for hover and pressed states. For a palette, the analogous pair #C0AFD0 and #D0AFC0 stays calm, while #AFD0AF is the loudest partner.

What is #d0afd0 in CMYK for printing?

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

Is #d0afd0 warm or cool?

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

Work with #d0afd0 in the Color Lab