Skip to content

#dbb3e8

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

RGB
219, 179, 232
HSL
285°, 54%, 81%
CMYK
6, 23, 0, 9
Luminance
0.5313

At a glance

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

Hex
#dbb3e8
Hue
285°
violet
Saturation
54%
vivid
Lightness
81%
light
Brightness
91%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5313
WCAG relative
Temperature
Cool
58/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
11.63:1
Closest name
Plum
ΔE2000 5.3
Where it sits
Hue285° of 360°
Saturation54%
Lightness81%
Temperature
Warm ← → Cool58% 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#dbb3e8
RGBrgb(219, 179, 232)
HSLhsl(285, 54%, 81%)
CMYKcmyk(6%, 23%, 0%, 9%)
LABlab(78.0 23.7 -21.0)
LCHlch(78.0 31.7 318.4)
OKLCHoklch(0.819 0.085 317.8)
Decimal14398440
Display P3color(display-p3 0.859 0.702 0.910)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dbb3e8 on white: 1.81:1
AA ✗ fail · AA-large · AAA
Aa
#dbb3e8 on black: 11.63:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ADBEEA
deuteranopia · #B5C2E6
tritanopia · #DBB9C5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dbb3e8 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
#E6CEED
#dbb3e8
#C27ED8
#AD53CB
#9C39BC
#822F9D
#68267D
#4D1F5B
#301339
Base = 300Lightest = 50 · #F9F4FBDarkest = 950 · #301339
:root {
  --brand-50: #F9F4FB;
  --brand-100: #F3E9F6;
  --brand-200: #E6CEED;
  --brand-300: #dbb3e8;
  --brand-400: #C27ED8;
  --brand-500: #AD53CB;
  --brand-600: #9C39BC;
  --brand-700: #822F9D;
  --brand-800: #68267D;
  --brand-900: #4D1F5B;
  --brand-950: #301339;
  --brand: #dbb3e8;
  --brand-ink: #000000;
}

Colors that work with #dbb3e8

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#E1C0EC
Hairlines and dividers
Muted text#874B9B
Captions on the surface
Accent#65A12B
Second voice, not a rival
Dark variant#511E62
Hover, pressed, headers
Light variant#F6EBF9
Selected rows, tints
Dark surface#201424
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 #dbb3e8

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#C0E8B3
Analogous left#C1B3E8
Analogous right#E8B3DA
Split-complement 1#DAE8B3
Split-complement 2#B3E8C1
Triadic 1#E8DBB3
Triadic 2#B3E8DB
Tetradic#E8C1B3

RGB percentages

Red85.9%
Green70.2%
Blue91.0%

CMYK percentages

Cyan5.6%
Magenta22.8%
Yellow0.0%
Key (black)9.0%

Color previews

#dbb3e8 text on a black background

contrast 11.63:1

Card sample

#dbb3e8 text on a white background

contrast 1.81:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dbb3e8

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.

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

#dbb3e8, answered

What color is #dbb3e8?

#dbb3e8 is a light vivid violet, closest to Plum (ΔE2000 5.3). It sits at 285° on the hue wheel with 54% saturation and 81% lightness, which reads as cool.

What is the RGB value of #dbb3e8?

rgb(219, 179, 232) — 219 red, 179 green and 232 blue out of 255, or 85.9% / 70.2% / 91% by channel.

Is #dbb3e8 a light or a dark color?

It is a light color. Relative luminance is 0.5313 and perceived brightness is 78%, so black text on it reaches 11.63:1.

Should I use black or white text on #dbb3e8?

Black. It scores 11.63:1 against #dbb3e8, versus 1.81:1 for white — AAA at any size.

What is the complementary color of #dbb3e8?

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

What colors go well with #dbb3e8?

For interface work: #F9F4FA as the surface, #E1C0EC for borders, #874B9B for secondary text, #65A12B as an accent and #511E62 for hover and pressed states. For a palette, the analogous pair #C1B3E8 and #E8B3DA stays calm, while #C0E8B3 is the loudest partner.

What is #dbb3e8 in CMYK for printing?

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

Is #dbb3e8 warm or cool?

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

Work with #dbb3e8 in the Color Lab