Skip to content

#db2dbc

a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid

RGB
219, 45, 188
HSL
311°, 71%, 52%
CMYK
0, 80, 14, 14
Luminance
0.2057

At a glance

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

Hex
#db2dbc
Hue
311°
magenta / pink
Saturation
71%
vivid
Lightness
52%
balanced
Brightness
86%
HSV value
Perceived
55%
weighted brightness
Luminance
0.2057
WCAG relative
Temperature
Neutral
44/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
5.11:1
Closest name
Medium Orchid
ΔE2000 8.1
Where it sits
Hue311° of 360°
Saturation71%
Lightness52%
Temperature
Warm ← → Cool44% 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#db2dbc
RGBrgb(219, 45, 188)
HSLhsl(311, 71%, 52%)
CMYKcmyk(0%, 80%, 14%, 14%)
LABlab(52.5 77.1 -35.7)
LCHlch(52.5 85.0 335.2)
OKLCHoklch(0.623 0.247 336.8)
Decimal14364092
Display P3color(display-p3 0.859 0.176 0.737)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#db2dbc on white: 4.11:1
AA ✗ fail · AA-large · AAA
Aa
#db2dbc on black: 5.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #326DC0
deuteranopia · #7286B8
tritanopia · #E73B74

Color scale — 50 to 950

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

#FCF3FA
#F8E7F5
#F2C9EB
#EF9FE0
#E66FD1
#DE3FC2
#db2dbc
#AE1E94
#8B1877
#651557
#3F0D36
Base = 600Lightest = 50 · #FCF3FADarkest = 950 · #3F0D36
:root {
  --brand-50: #FCF3FA;
  --brand-100: #F8E7F5;
  --brand-200: #F2C9EB;
  --brand-300: #EF9FE0;
  --brand-400: #E66FD1;
  --brand-500: #DE3FC2;
  --brand-600: #db2dbc;
  --brand-700: #AE1E94;
  --brand-800: #8B1877;
  --brand-900: #651557;
  --brand-950: #3F0D36;
  --brand: #db2dbc;
  --brand-ink: #000000;
}

Colors that work with #db2dbc

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#FAF4F9
Tinted page background
Border#EDC0E5
Hairlines and dividers
Muted text#9B4B8D
Captions on the surface
Accent#24B21A
Second voice, not a rival
Dark variant#6D135D
Hover, pressed, headers
Light variant#FBE9F8
Selected rows, tints
Dark surface#241421
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 #db2dbc

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#2DDB4C
Analogous left#A32DDB
Analogous right#DB2D65
Split-complement 1#65DB2D
Split-complement 2#2DDBA3
Triadic 1#BCDB2D
Triadic 2#2DBCDB
Tetradic#DBA32D

RGB percentages

Red85.9%
Green17.6%
Blue73.7%

CMYK percentages

Cyan0.0%
Magenta79.5%
Yellow14.2%
Key (black)14.1%

Color previews

#db2dbc text on a black background

contrast 5.11:1

Card sample

#db2dbc text on a white background

contrast 4.11:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #db2dbc

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.

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

#db2dbc, answered

What color is #db2dbc?

#db2dbc is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 8.1). It sits at 311° on the hue wheel with 71% saturation and 52% lightness, which reads as neutral.

What is the RGB value of #db2dbc?

rgb(219, 45, 188) — 219 red, 45 green and 188 blue out of 255, or 85.9% / 17.6% / 73.7% by channel.

Is #db2dbc a light or a dark color?

It is a mid-tone. Relative luminance is 0.2057 and perceived brightness is 55%, so black text on it reaches 5.11:1.

Should I use black or white text on #db2dbc?

Black. It scores 5.11:1 against #db2dbc, versus 4.11:1 for white — AA at any size.

What is the complementary color of #db2dbc?

#2DDB4C sits directly opposite on the wheel. Softer options are the split-complements #65DB2D and #2DDBA3, which give the same contrast with far less vibration.

What colors go well with #db2dbc?

For interface work: #FAF4F9 as the surface, #EDC0E5 for borders, #9B4B8D for secondary text, #24B21A as an accent and #6D135D for hover and pressed states. For a palette, the analogous pair #A32DDB and #DB2D65 stays calm, while #2DDB4C is the loudest partner.

What is #db2dbc in CMYK for printing?

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

Is #db2dbc warm or cool?

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

Work with #db2dbc in the Color Lab