Skip to content

#d0b2ee

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

RGB
208, 178, 238
HSL
270°, 64%, 82%
CMYK
13, 25, 0, 7
Luminance
0.5142

At a glance

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

Hex
#d0b2ee
Hue
270°
violet
Saturation
64%
vivid
Lightness
82%
light
Brightness
93%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5142
WCAG relative
Temperature
Cool
67/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
11.28:1
Closest name
Plum
ΔE2000 7.3
Where it sits
Hue270° of 360°
Saturation64%
Lightness82%
Temperature
Warm ← → Cool67% 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#d0b2ee
RGBrgb(208, 178, 238)
HSLhsl(270, 64%, 82%)
CMYKcmyk(13%, 25%, 0%, 7%)
LABlab(76.9 22.0 -25.9)
LCHlch(76.9 34.0 310.3)
OKLCHoklch(0.810 0.089 307.2)
Decimal13677294
Display P3color(display-p3 0.816 0.698 0.933)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d0b2ee on white: 1.86:1
AA ✗ fail · AA-large · AAA
Aa
#d0b2ee on black: 11.28:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A8BDF1
deuteranopia · #ADBEEC
tritanopia · #CCBAC7

Color scale — 50 to 950

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

#F7F4FB
#F0E8F7
#DECBF0
#d0b2ee
#AB75E1
#8F47D6
#7A2CC8
#6625A7
#521E86
#3D1961
#26103D
Base = 300Lightest = 50 · #F7F4FBDarkest = 950 · #26103D
:root {
  --brand-50: #F7F4FB;
  --brand-100: #F0E8F7;
  --brand-200: #DECBF0;
  --brand-300: #d0b2ee;
  --brand-400: #AB75E1;
  --brand-500: #8F47D6;
  --brand-600: #7A2CC8;
  --brand-700: #6625A7;
  --brand-800: #521E86;
  --brand-900: #3D1961;
  --brand-950: #26103D;
  --brand: #d0b2ee;
  --brand-ink: #000000;
}

Colors that work with #d0b2ee

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#D6C0ED
Hairlines and dividers
Muted text#734B9B
Captions on the surface
Accent#89AB21
Second voice, not a rival
Dark variant#401768
Hover, pressed, headers
Light variant#F2EAFA
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 #d0b2ee

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#D0EEB2
Analogous left#B2B2EE
Analogous right#EEB2EE
Split-complement 1#EEEEB2
Split-complement 2#B2EEB2
Triadic 1#EED0B2
Triadic 2#B2EED0
Tetradic#EEB2B2

RGB percentages

Red81.6%
Green69.8%
Blue93.3%

CMYK percentages

Cyan12.6%
Magenta25.2%
Yellow0.0%
Key (black)6.7%

Color previews

#d0b2ee text on a black background

contrast 11.28:1

Card sample

#d0b2ee text on a white background

contrast 1.86:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d0b2ee

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.

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

#d0b2ee, answered

What color is #d0b2ee?

#d0b2ee is a light vivid violet, closest to Plum (ΔE2000 7.3). It sits at 270° on the hue wheel with 64% saturation and 82% lightness, which reads as cool.

What is the RGB value of #d0b2ee?

rgb(208, 178, 238) — 208 red, 178 green and 238 blue out of 255, or 81.6% / 69.8% / 93.3% by channel.

Is #d0b2ee a light or a dark color?

It is a light color. Relative luminance is 0.5142 and perceived brightness is 76%, so black text on it reaches 11.28:1.

Should I use black or white text on #d0b2ee?

Black. It scores 11.28:1 against #d0b2ee, versus 1.86:1 for white — AAA at any size.

What is the complementary color of #d0b2ee?

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

What colors go well with #d0b2ee?

For interface work: #F7F4FA as the surface, #D6C0ED for borders, #734B9B for secondary text, #89AB21 as an accent and #401768 for hover and pressed states. For a palette, the analogous pair #B2B2EE and #EEB2EE stays calm, while #D0EEB2 is the loudest partner.

What is #d0b2ee in CMYK for printing?

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

Is #d0b2ee warm or cool?

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

Work with #d0b2ee in the Color Lab