Skip to content

#dbb1e4

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

RGB
219, 177, 228
HSL
289°, 49%, 79%
CMYK
4, 22, 0, 11
Luminance
0.5211

At a glance

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

Hex
#dbb1e4
Hue
289°
violet
Saturation
49%
vivid
Lightness
79%
light
Brightness
89%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5211
WCAG relative
Temperature
Neutral
56/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
11.42:1
Closest name
Plum
ΔE2000 4.8
Where it sits
Hue289° of 360°
Saturation49%
Lightness79%
Temperature
Warm ← → Cool56% 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#dbb1e4
RGBrgb(219, 177, 228)
HSLhsl(289, 49%, 79%)
CMYKcmyk(4%, 22%, 0%, 11%)
LABlab(77.3 24.0 -19.8)
LCHlch(77.3 31.1 320.5)
OKLCHoklch(0.814 0.084 320.3)
Decimal14397924
Display P3color(display-p3 0.859 0.694 0.894)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dbb1e4 on white: 1.84:1
AA ✗ fail · AA-large · AAA
Aa
#dbb1e4 on black: 11.42:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ACBCE6
deuteranopia · #B5C1E2
tritanopia · #DCB6C3

Color scale — 50 to 950

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

#F9F4FA
#F3EAF5
#E7D0EC
#dbb1e4
#C582D4
#B258C5
#A13FB6
#863498
#6B2A79
#4F2259
#311537
Base = 300Lightest = 50 · #F9F4FADarkest = 950 · #311537
:root {
  --brand-50: #F9F4FA;
  --brand-100: #F3EAF5;
  --brand-200: #E7D0EC;
  --brand-300: #dbb1e4;
  --brand-400: #C582D4;
  --brand-500: #B258C5;
  --brand-600: #A13FB6;
  --brand-700: #863498;
  --brand-800: #6B2A79;
  --brand-900: #4F2259;
  --brand-950: #311537;
  --brand: #dbb1e4;
  --brand-ink: #000000;
}

Colors that work with #dbb1e4

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#E3C2EA
Hairlines and dividers
Muted text#8D4B9B
Captions on the surface
Accent#5D9B31
Second voice, not a rival
Dark variant#54215F
Hover, pressed, headers
Light variant#F6ECF8
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 #dbb1e4

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#BAE4B1
Analogous left#C1B1E4
Analogous right#E4B1D3
Split-complement 1#D3E4B1
Split-complement 2#B1E4C1
Triadic 1#E4DBB1
Triadic 2#B1E4DB
Tetradic#E4C1B1

RGB percentages

Red85.9%
Green69.4%
Blue89.4%

CMYK percentages

Cyan3.9%
Magenta22.4%
Yellow0.0%
Key (black)10.6%

Color previews

#dbb1e4 text on a black background

contrast 11.42:1

Card sample

#dbb1e4 text on a white background

contrast 1.84:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dbb1e4

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.

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

#dbb1e4, answered

What color is #dbb1e4?

#dbb1e4 is a light vivid violet, closest to Plum (ΔE2000 4.8). It sits at 289° on the hue wheel with 49% saturation and 79% lightness, which reads as neutral.

What is the RGB value of #dbb1e4?

rgb(219, 177, 228) — 219 red, 177 green and 228 blue out of 255, or 85.9% / 69.4% / 89.4% by channel.

Is #dbb1e4 a light or a dark color?

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

Should I use black or white text on #dbb1e4?

Black. It scores 11.42:1 against #dbb1e4, versus 1.84:1 for white — AAA at any size.

What is the complementary color of #dbb1e4?

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

What colors go well with #dbb1e4?

For interface work: #F9F4FA as the surface, #E3C2EA for borders, #8D4B9B for secondary text, #5D9B31 as an accent and #54215F for hover and pressed states. For a palette, the analogous pair #C1B1E4 and #E4B1D3 stays calm, while #BAE4B1 is the loudest partner.

What is #dbb1e4 in CMYK for printing?

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

Is #dbb1e4 warm or cool?

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

Work with #dbb1e4 in the Color Lab