Skip to content

#dbb4f7

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

RGB
219, 180, 247
HSL
275°, 81%, 84%
CMYK
11, 27, 0, 3
Luminance
0.5442

At a glance

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

Hex
#dbb4f7
Hue
275°
violet
Saturation
81%
electric
Lightness
84%
light
Brightness
97%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5442
WCAG relative
Temperature
Cool
64/100 cool
Color family
Violet
Tone
Electric
Best ink
Black
11.88:1
Closest name
Plum
ΔE2000 6.7
Where it sits
Hue275° of 360°
Saturation81%
Lightness84%
Temperature
Warm ← → Cool64% 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#dbb4f7
RGBrgb(219, 180, 247)
HSLhsl(275, 81%, 84%)
CMYKcmyk(11%, 27%, 0%, 3%)
LABlab(78.7 26.2 -28.0)
LCHlch(78.7 38.3 313.1)
OKLCHoklch(0.827 0.101 310.7)
Decimal14398711
Display P3color(display-p3 0.859 0.706 0.969)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dbb4f7 on white: 1.77:1
AA ✗ fail · AA-large · AAA
Aa
#dbb4f7 on black: 11.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A9C1FA
deuteranopia · #B1C4F5
tritanopia · #D8BDCC

Color scale — 50 to 950

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

#F8F3FC
#F1E6F9
#dbb4f7
#CE9AF4
#B667EF
#9E34E9
#8B18DD
#7314B8
#5C1093
#45106B
#2B0A43
Base = 200Lightest = 50 · #F8F3FCDarkest = 950 · #2B0A43
:root {
  --brand-50: #F8F3FC;
  --brand-100: #F1E6F9;
  --brand-200: #dbb4f7;
  --brand-300: #CE9AF4;
  --brand-400: #B667EF;
  --brand-500: #9E34E9;
  --brand-600: #8B18DD;
  --brand-700: #7314B8;
  --brand-800: #5C1093;
  --brand-900: #45106B;
  --brand-950: #2B0A43;
  --brand: #dbb4f7;
  --brand-ink: #000000;
}

Colors that work with #dbb4f7

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#F8F4FA
Tinted page background
Border#DAC0ED
Hairlines and dividers
Muted text#794B9B
Captions on the surface
Accent#82BD0F
Second voice, not a rival
Dark variant#480C73
Hover, pressed, headers
Light variant#F4E8FD
Selected rows, tints
Dark surface#1D1424
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 #dbb4f7

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#D0F7B4
Analogous left#B9B4F7
Analogous right#F7B4F1
Split-complement 1#F1F7B4
Split-complement 2#B4F7B9
Triadic 1#F7DBB4
Triadic 2#B4F7DB
Tetradic#F7B9B4

RGB percentages

Red85.9%
Green70.6%
Blue96.9%

CMYK percentages

Cyan11.3%
Magenta27.1%
Yellow0.0%
Key (black)3.1%

Color previews

#dbb4f7 text on a black background

contrast 11.88:1

Card sample

#dbb4f7 text on a white background

contrast 1.77:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dbb4f7

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.

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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#dbb4f7, answered

What color is #dbb4f7?

#dbb4f7 is a light electric violet, closest to Plum (ΔE2000 6.7). It sits at 275° on the hue wheel with 81% saturation and 84% lightness, which reads as cool.

What is the RGB value of #dbb4f7?

rgb(219, 180, 247) — 219 red, 180 green and 247 blue out of 255, or 85.9% / 70.6% / 96.9% by channel.

Is #dbb4f7 a light or a dark color?

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

Should I use black or white text on #dbb4f7?

Black. It scores 11.88:1 against #dbb4f7, versus 1.77:1 for white — AAA at any size.

What is the complementary color of #dbb4f7?

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

What colors go well with #dbb4f7?

For interface work: #F8F4FA as the surface, #DAC0ED for borders, #794B9B for secondary text, #82BD0F as an accent and #480C73 for hover and pressed states. For a palette, the analogous pair #B9B4F7 and #F7B4F1 stays calm, while #D0F7B4 is the loudest partner.

What is #dbb4f7 in CMYK for printing?

cmyk(11%, 27%, 0%, 3%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #dbb4f7 warm or cool?

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

Work with #dbb4f7 in the Color Lab