Skip to content

#dbb0e7

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

RGB
219, 176, 231
HSL
287°, 53%, 80%
CMYK
5, 24, 0, 9
Luminance
0.5188

At a glance

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

Hex
#dbb0e7
Hue
287°
violet
Saturation
53%
vivid
Lightness
80%
light
Brightness
91%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5188
WCAG relative
Temperature
Neutral
57/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
11.38:1
Closest name
Plum
ΔE2000 4.5
Where it sits
Hue287° of 360°
Saturation53%
Lightness80%
Temperature
Warm ← → Cool57% 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#dbb0e7
RGBrgb(219, 176, 231)
HSLhsl(287, 53%, 80%)
CMYKcmyk(5%, 24%, 0%, 9%)
LABlab(77.2 25.1 -21.6)
LCHlch(77.2 33.1 319.3)
OKLCHoklch(0.813 0.089 318.8)
Decimal14397671
Display P3color(display-p3 0.859 0.690 0.906)

Copy-ready code

/* CSS */
color: #dbb0e7;
background-color: #dbb0e7;
/* Tailwind (arbitrary) */
class="text-[#dbb0e7] bg-[#dbb0e7]"
/* SCSS */
$brand: #dbb0e7;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.906)
/* Android */
Color.parseColor("#dbb0e7")
/* Flutter */
Color(0xFFDBB0E7)
/* Python / OpenCV (BGR) */
(231, 176, 219)

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

Accessibility — WCAG contrast

Aa
#dbb0e7 on white: 1.85:1
AA ✗ fail · AA-large · AAA
Aa
#dbb0e7 on black: 11.38:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AABCE9
deuteranopia · #B3C0E5
tritanopia · #DCB6C3

Color scale — 50 to 950

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

#F9F4FB
#F3E9F6
#E7CEED
#dbb0e7
#C47ED8
#B153CB
#9F39BC
#85309C
#6A267D
#4E1F5B
#311339
Base = 300Lightest = 50 · #F9F4FBDarkest = 950 · #311339
:root {
  --brand-50: #F9F4FB;
  --brand-100: #F3E9F6;
  --brand-200: #E7CEED;
  --brand-300: #dbb0e7;
  --brand-400: #C47ED8;
  --brand-500: #B153CB;
  --brand-600: #9F39BC;
  --brand-700: #85309C;
  --brand-800: #6A267D;
  --brand-900: #4E1F5B;
  --brand-950: #311339;
  --brand: #dbb0e7;
  --brand-ink: #000000;
}

Colors that work with #dbb0e7

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#F9F4FA
Tinted page background
Border#E2C0EC
Hairlines and dividers
Muted text#894B9B
Captions on the surface
Accent#63A02C
Second voice, not a rival
Dark variant#531E62
Hover, pressed, headers
Light variant#F6EBF9
Selected rows, tints
Dark surface#211424
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 #dbb0e7

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#BCE7B0
Analogous left#BFB0E7
Analogous right#E7B0D8
Split-complement 1#D8E7B0
Split-complement 2#B0E7BF
Triadic 1#E7DBB0
Triadic 2#B0E7DB
Tetradic#E7BFB0

RGB percentages

Red85.9%
Green69.0%
Blue90.6%

CMYK percentages

Cyan5.2%
Magenta23.8%
Yellow0.0%
Key (black)9.4%

Color previews

#dbb0e7 text on a black background

contrast 11.38:1

Card sample

#dbb0e7 text on a white background

contrast 1.85:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(219, 176, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0e7;
background: linear-gradient(135deg, #dbb0e7, #E7B0CE);

Monochromatic scale

Palettes built from #dbb0e7

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.

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

#dbb0e7, answered

What color is #dbb0e7?

#dbb0e7 is a light vivid violet, closest to Plum (ΔE2000 4.5). It sits at 287° on the hue wheel with 53% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #dbb0e7?

rgb(219, 176, 231) — 219 red, 176 green and 231 blue out of 255, or 85.9% / 69% / 90.6% by channel.

Is #dbb0e7 a light or a dark color?

It is a light color. Relative luminance is 0.5188 and perceived brightness is 77%, so black text on it reaches 11.38:1.

Should I use black or white text on #dbb0e7?

Black. It scores 11.38:1 against #dbb0e7, versus 1.85:1 for white — AAA at any size.

What is the complementary color of #dbb0e7?

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

What colors go well with #dbb0e7?

For interface work: #F9F4FA as the surface, #E2C0EC for borders, #894B9B for secondary text, #63A02C as an accent and #531E62 for hover and pressed states. For a palette, the analogous pair #BFB0E7 and #E7B0D8 stays calm, while #BCE7B0 is the loudest partner.

What is #dbb0e7 in CMYK for printing?

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

Is #dbb0e7 warm or cool?

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

Work with #dbb0e7 in the Color Lab