Skip to content

#d6c3eb

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

RGB
214, 195, 235
HSL
269°, 50%, 84%
CMYK
9, 17, 0, 8
Luminance
0.5932

At a glance

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

Hex
#d6c3eb
Hue
269°
violet
Saturation
50%
vivid
Lightness
84%
light
Brightness
92%
HSV value
Perceived
81%
weighted brightness
Luminance
0.5932
WCAG relative
Temperature
Cool
68/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
12.86:1
Closest name
Thistle
ΔE2000 5.2
Where it sits
Hue269° of 360°
Saturation50%
Lightness84%
Temperature
Warm ← → Cool68% 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#d6c3eb
RGBrgb(214, 195, 235)
HSLhsl(269, 50%, 84%)
CMYKcmyk(9%, 17%, 0%, 8%)
LABlab(81.5 14.1 -17.4)
LCHlch(81.5 22.3 309.0)
OKLCHoklch(0.846 0.058 306.6)
Decimal14074859
Display P3color(display-p3 0.839 0.765 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d6c3eb on white: 1.63:1
AA ✗ fail · AA-large · AAA
Aa
#d6c3eb on black: 12.86:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BDCAED
deuteranopia · #C0CBEA
tritanopia · #D3C8D0

Color scale — 50 to 950

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

#F7F4FA
#EFEAF6
#d6c3eb
#C5ABE3
#A981D5
#8C57C7
#773DB8
#633399
#50297A
#3C2159
#251538
Base = 200Lightest = 50 · #F7F4FADarkest = 950 · #251538
:root {
  --brand-50: #F7F4FA;
  --brand-100: #EFEAF6;
  --brand-200: #d6c3eb;
  --brand-300: #C5ABE3;
  --brand-400: #A981D5;
  --brand-500: #8C57C7;
  --brand-600: #773DB8;
  --brand-700: #633399;
  --brand-800: #50297A;
  --brand-900: #3C2159;
  --brand-950: #251538;
  --brand: #d6c3eb;
  --brand-ink: #000000;
}

Colors that work with #d6c3eb

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#F7F4FA
Tinted page background
Border#D5C2EB
Hairlines and dividers
Muted text#714B9B
Captions on the surface
Accent#859E2E
Second voice, not a rival
Dark variant#3E2060
Hover, pressed, headers
Light variant#F2ECF9
Selected rows, tints
Dark surface#1C1424
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 #d6c3eb

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#D8EBC3
Analogous left#C3C4EB
Analogous right#EAC3EB
Split-complement 1#EBEAC3
Split-complement 2#C4EBC3
Triadic 1#EBD6C3
Triadic 2#C3EBD6
Tetradic#EBC3C4

RGB percentages

Red83.9%
Green76.5%
Blue92.2%

CMYK percentages

Cyan8.9%
Magenta17.0%
Yellow0.0%
Key (black)7.8%

Color previews

#d6c3eb text on a black background

contrast 12.86:1

Card sample

#d6c3eb text on a white background

contrast 1.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d6c3eb

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.

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

#d6c3eb, answered

What color is #d6c3eb?

#d6c3eb is a light vivid violet, closest to Thistle (ΔE2000 5.2). It sits at 269° on the hue wheel with 50% saturation and 84% lightness, which reads as cool.

What is the RGB value of #d6c3eb?

rgb(214, 195, 235) — 214 red, 195 green and 235 blue out of 255, or 83.9% / 76.5% / 92.2% by channel.

Is #d6c3eb a light or a dark color?

It is a light color. Relative luminance is 0.5932 and perceived brightness is 81%, so black text on it reaches 12.86:1.

Should I use black or white text on #d6c3eb?

Black. It scores 12.86:1 against #d6c3eb, versus 1.63:1 for white — AAA at any size.

What is the complementary color of #d6c3eb?

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

What colors go well with #d6c3eb?

For interface work: #F7F4FA as the surface, #D5C2EB for borders, #714B9B for secondary text, #859E2E as an accent and #3E2060 for hover and pressed states. For a palette, the analogous pair #C3C4EB and #EAC3EB stays calm, while #D8EBC3 is the loudest partner.

What is #d6c3eb in CMYK for printing?

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

Is #d6c3eb warm or cool?

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

Work with #d6c3eb in the Color Lab