Skip to content

#d0bdf5

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

RGB
208, 189, 245
HSL
260°, 74%, 85%
CMYK
15, 23, 0, 4
Luminance
0.5640

At a glance

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

Hex
#d0bdf5
Hue
260°
violet
Saturation
74%
vivid
Lightness
85%
pale
Brightness
96%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5640
WCAG relative
Temperature
Cool
72/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
12.28:1
Closest name
Thistle
ΔE2000 9.3
Where it sits
Hue260° of 360°
Saturation74%
Lightness85%
Temperature
Warm ← → Cool72% 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#d0bdf5
RGBrgb(208, 189, 245)
HSLhsl(260, 74%, 85%)
CMYKcmyk(15%, 23%, 0%, 4%)
LABlab(79.8 17.4 -25.2)
LCHlch(79.8 30.7 304.7)
OKLCHoklch(0.833 0.080 300.2)
Decimal13680117
Display P3color(display-p3 0.816 0.741 0.961)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d0bdf5 on white: 1.71:1
AA ✗ fail · AA-large · AAA
Aa
#d0bdf5 on black: 12.28:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B2C6F7
deuteranopia · #B5C6F3
tritanopia · #CAC5D0

Color scale — 50 to 950

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

#F6F3FC
#EDE7F8
#d0bdf5
#BA9EF0
#976DE9
#743CE1
#5E20D5
#4E1BB1
#3E158E
#301467
#1E0C40
Base = 200Lightest = 50 · #F6F3FCDarkest = 950 · #1E0C40
:root {
  --brand-50: #F6F3FC;
  --brand-100: #EDE7F8;
  --brand-200: #d0bdf5;
  --brand-300: #BA9EF0;
  --brand-400: #976DE9;
  --brand-500: #743CE1;
  --brand-600: #5E20D5;
  --brand-700: #4E1BB1;
  --brand-800: #3E158E;
  --brand-900: #301467;
  --brand-950: #1E0C40;
  --brand: #d0bdf5;
  --brand-ink: #000000;
}

Colors that work with #d0bdf5

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#F6F4FA
Tinted page background
Border#CFC0ED
Hairlines and dividers
Muted text#664B9B
Captions on the surface
Accent#A6B616
Second voice, not a rival
Dark variant#31116F
Hover, pressed, headers
Light variant#EFE9FC
Selected rows, tints
Dark surface#191424
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 #d0bdf5

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#E2F5BD
Analogous left#BDC6F5
Analogous right#ECBDF5
Split-complement 1#F5ECBD
Split-complement 2#C6F5BD
Triadic 1#F5D0BD
Triadic 2#BDF5D0
Tetradic#F5BDC6

RGB percentages

Red81.6%
Green74.1%
Blue96.1%

CMYK percentages

Cyan15.1%
Magenta22.9%
Yellow0.0%
Key (black)3.9%

Color previews

#d0bdf5 text on a black background

contrast 12.28:1

Card sample

#d0bdf5 text on a white background

contrast 1.71:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d0bdf5

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.

#d0bdf5 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#d0bdf5, answered

What color is #d0bdf5?

#d0bdf5 is a pale vivid violet, closest to Thistle (ΔE2000 9.3). It sits at 260° on the hue wheel with 74% saturation and 85% lightness, which reads as cool.

What is the RGB value of #d0bdf5?

rgb(208, 189, 245) — 208 red, 189 green and 245 blue out of 255, or 81.6% / 74.1% / 96.1% by channel.

Is #d0bdf5 a light or a dark color?

It is a light color. Relative luminance is 0.5640 and perceived brightness is 79%, so black text on it reaches 12.28:1.

Should I use black or white text on #d0bdf5?

Black. It scores 12.28:1 against #d0bdf5, versus 1.71:1 for white — AAA at any size.

What is the complementary color of #d0bdf5?

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

What colors go well with #d0bdf5?

For interface work: #F6F4FA as the surface, #CFC0ED for borders, #664B9B for secondary text, #A6B616 as an accent and #31116F for hover and pressed states. For a palette, the analogous pair #BDC6F5 and #ECBDF5 stays calm, while #E2F5BD is the loudest partner.

What is #d0bdf5 in CMYK for printing?

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

Is #d0bdf5 warm or cool?

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

Work with #d0bdf5 in the Color Lab