Skip to content

#df1d9b

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

RGB
223, 29, 155
HSL
321°, 77%, 49%
CMYK
0, 87, 31, 13
Luminance
0.1893

At a glance

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

Hex
#df1d9b
Hue
321°
magenta / pink
Saturation
77%
electric
Lightness
49%
balanced
Brightness
87%
HSV value
Perceived
53%
weighted brightness
Luminance
0.1893
WCAG relative
Temperature
Warm
38/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
4.79:1
Closest name
Medium Violet Red
ΔE2000 6
Where it sits
Hue321° of 360°
Saturation77%
Lightness49%
Temperature
Warm ← → Cool38% 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#df1d9b
RGBrgb(223, 29, 155)
HSLhsl(321, 77%, 49%)
CMYKcmyk(0%, 87%, 31%, 13%)
LABlab(50.6 77.3 -19.1)
LCHlch(50.6 79.6 346.1)
OKLCHoklch(0.607 0.242 348.0)
Decimal14622107
Display P3color(display-p3 0.875 0.114 0.608)

Copy-ready code

/* CSS */
color: #df1d9b;
background-color: #df1d9b;
/* Tailwind (arbitrary) */
class="text-[#df1d9b] bg-[#df1d9b]"
/* SCSS */
$brand: #df1d9b;
/* SwiftUI */
Color(red: 0.875, green: 0.114, blue: 0.608)
/* Android */
Color.parseColor("#df1d9b")
/* Flutter */
Color(0xFFDF1D9B)
/* Python / OpenCV (BGR) */
(155, 29, 223)

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 #df1d9b · 4.79:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 4.39:1
AA fail · AA large pass · AAA fail
Aa
Black text · 4.79:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #df1d9b as text scores 4.39:1 on white and 4.79:1 on black.

Accessibility — WCAG contrast

Aa
#df1d9b on white: 4.39:1
AA ✗ fail · AA-large · AAA
Aa
#df1d9b on black: 4.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #44649E
deuteranopia · #7E8497
tritanopia · #EF065E

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #df1d9b 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
#F9E7F2
#F4C7E5
#F29CD4
#EC6ABE
#E538A9
#df1d9b
#B5177E
#901364
#69124A
#410B2E
Base = 600Lightest = 50 · #FCF3F9Darkest = 950 · #410B2E
:root {
  --brand-50: #FCF3F9;
  --brand-100: #F9E7F2;
  --brand-200: #F4C7E5;
  --brand-300: #F29CD4;
  --brand-400: #EC6ABE;
  --brand-500: #E538A9;
  --brand-600: #df1d9b;
  --brand-700: #B5177E;
  --brand-800: #901364;
  --brand-900: #69124A;
  --brand-950: #410B2E;
  --brand: #df1d9b;
  --brand-ink: #000000;
}

Colors that work with #df1d9b

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#EDC0DD
Hairlines and dividers
Muted text#9B4B7F
Captions on the surface
Accent#13B924
Second voice, not a rival
Dark variant#710F4E
Hover, pressed, headers
Light variant#FCE8F5
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 #df1d9b

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#1DDF61
Analogous left#C21DDF
Analogous right#DF1D3A
Split-complement 1#3ADF1D
Split-complement 2#1DDFC2
Triadic 1#9BDF1D
Triadic 2#1D9BDF
Tetradic#DFC21D

RGB percentages

Red87.5%
Green11.4%
Blue60.8%

CMYK percentages

Cyan0.0%
Magenta87.0%
Yellow30.5%
Key (black)12.5%

Color previews

#df1d9b text on a black background

contrast 4.79:1

Card sample

#df1d9b text on a white background

contrast 4.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(223, 29, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 29, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1d9b;
background: linear-gradient(135deg, #df1d9b, #DF201D);

Monochromatic scale

Palettes built from #df1d9b

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.

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

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

#df1d9b, answered

What color is #df1d9b?

#df1d9b is a balanced electric magenta / pink, closest to Medium Violet Red (ΔE2000 6). It sits at 321° on the hue wheel with 77% saturation and 49% lightness, which reads as warm.

What is the RGB value of #df1d9b?

rgb(223, 29, 155) — 223 red, 29 green and 155 blue out of 255, or 87.5% / 11.4% / 60.8% by channel.

Is #df1d9b a light or a dark color?

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

Should I use black or white text on #df1d9b?

Black. It scores 4.79:1 against #df1d9b, versus 4.39:1 for white — AA at any size.

What is the complementary color of #df1d9b?

#1DDF61 sits directly opposite on the wheel. Softer options are the split-complements #3ADF1D and #1DDFC2, which give the same contrast with far less vibration.

What colors go well with #df1d9b?

For interface work: #FAF4F8 as the surface, #EDC0DD for borders, #9B4B7F for secondary text, #13B924 as an accent and #710F4E for hover and pressed states. For a palette, the analogous pair #C21DDF and #DF1D3A stays calm, while #1DDF61 is the loudest partner.

What is #df1d9b in CMYK for printing?

cmyk(0%, 87%, 31%, 13%). 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 #df1d9b warm or cool?

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

Work with #df1d9b in the Color Lab