Skip to content

#db2ba2

a balanced, vivid magenta / pink · warm · closest name: Medium Violet Red

RGB
219, 43, 162
HSL
319°, 71%, 51%
CMYK
0, 80, 26, 14
Luminance
0.1940

At a glance

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

Hex
#db2ba2
Hue
319°
magenta / pink
Saturation
71%
vivid
Lightness
51%
balanced
Brightness
86%
HSV value
Perceived
53%
weighted brightness
Luminance
0.1940
WCAG relative
Temperature
Warm
39/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
4.88:1
Closest name
Medium Violet Red
ΔE2000 6.8
Where it sits
Hue319° of 360°
Saturation71%
Lightness51%
Temperature
Warm ← → Cool39% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#db2ba2
RGBrgb(219, 43, 162)
HSLhsl(319, 71%, 51%)
CMYKcmyk(0%, 80%, 26%, 14%)
LABlab(51.1 74.3 -22.5)
LCHlch(51.1 77.6 343.1)
OKLCHoklch(0.610 0.234 345.1)
Decimal14363554
Display P3color(display-p3 0.859 0.169 0.635)

Copy-ready code

/* CSS */
color: #db2ba2;
background-color: #db2ba2;
/* Tailwind (arbitrary) */
class="text-[#db2ba2] bg-[#db2ba2]"
/* SCSS */
$brand: #db2ba2;
/* SwiftUI */
Color(red: 0.859, green: 0.169, blue: 0.635)
/* Android */
Color.parseColor("#db2ba2")
/* Flutter */
Color(0xFFDB2BA2)
/* Python / OpenCV (BGR) */
(162, 43, 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 #db2ba2 · 4.88:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 4.30:1
AA fail · AA large pass · AAA fail
Aa
Black text · 4.88:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #db2ba2 as text scores 4.30:1 on white and 4.88:1 on black.

Accessibility — WCAG contrast

Aa
#db2ba2 on white: 4.30:1
AA ✗ fail · AA-large · AAA
Aa
#db2ba2 on black: 4.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #4567A5
deuteranopia · #7B849E
tritanopia · #EA2765

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #db2ba2 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FCF3F9
#F8E7F3
#F3C9E5
#EF9FD5
#E76FC0
#DE3FAB
#db2ba2
#AE1E80
#8C1866
#65154B
#3F0D2F
Base = 600Lightest = 50 · #FCF3F9Darkest = 950 · #3F0D2F
:root {
  --brand-50: #FCF3F9;
  --brand-100: #F8E7F3;
  --brand-200: #F3C9E5;
  --brand-300: #EF9FD5;
  --brand-400: #E76FC0;
  --brand-500: #DE3FAB;
  --brand-600: #db2ba2;
  --brand-700: #AE1E80;
  --brand-800: #8C1866;
  --brand-900: #65154B;
  --brand-950: #3F0D2F;
  --brand: #db2ba2;
  --brand-ink: #000000;
}

Colors that work with #db2ba2

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#FAF4F8
Tinted page background
Border#EDC0DE
Hairlines and dividers
Muted text#9B4B81
Captions on the surface
Accent#19B325
Second voice, not a rival
Dark variant#6D1250
Hover, pressed, headers
Light variant#FBE9F5
Selected rows, tints
Dark surface#24141F
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 #db2ba2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#2BDB64
Analogous left#BC2BDB
Analogous right#DB2B4A
Split-complement 1#4ADB2B
Split-complement 2#2BDBBC
Triadic 1#A2DB2B
Triadic 2#2BA2DB
Tetradic#DBBC2B

RGB percentages

Red85.9%
Green16.9%
Blue63.5%

CMYK percentages

Cyan0.0%
Magenta80.4%
Yellow26.0%
Key (black)14.1%

Color previews

#db2ba2 text on a black background

contrast 4.88:1

Card sample

#db2ba2 text on a white background

contrast 4.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #db2ba2

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.

#db2ba2 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#db2ba2, answered

What color is #db2ba2?

#db2ba2 is a balanced vivid magenta / pink, closest to Medium Violet Red (ΔE2000 6.8). It sits at 319° on the hue wheel with 71% saturation and 51% lightness, which reads as warm.

What is the RGB value of #db2ba2?

rgb(219, 43, 162) — 219 red, 43 green and 162 blue out of 255, or 85.9% / 16.9% / 63.5% by channel.

Is #db2ba2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.1940 and perceived brightness is 53%, so black text on it reaches 4.88:1.

Should I use black or white text on #db2ba2?

Black. It scores 4.88:1 against #db2ba2, versus 4.30:1 for white — AA at any size.

What is the complementary color of #db2ba2?

#2BDB64 sits directly opposite on the wheel. Softer options are the split-complements #4ADB2B and #2BDBBC, which give the same contrast with far less vibration.

What colors go well with #db2ba2?

For interface work: #FAF4F8 as the surface, #EDC0DE for borders, #9B4B81 for secondary text, #19B325 as an accent and #6D1250 for hover and pressed states. For a palette, the analogous pair #BC2BDB and #DB2B4A stays calm, while #2BDB64 is the loudest partner.

What is #db2ba2 in CMYK for printing?

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

Is #db2ba2 warm or cool?

Warm — it scores 39 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DB2B62; nudged cooler, #D629DE.

Work with #db2ba2 in the Color Lab