Skip to content

#df4d7a

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

RGB
223, 77, 122
HSL
342°, 70%, 59%
CMYK
0, 66, 45, 13
Luminance
0.2240

At a glance

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

Hex
#df4d7a
Hue
342°
magenta / pink
Saturation
70%
vivid
Lightness
59%
balanced
Brightness
87%
HSV value
Perceived
56%
weighted brightness
Luminance
0.2240
WCAG relative
Temperature
Warm
27/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
5.48:1
Closest name
Pale Violet Red
ΔE2000 7.5
Where it sits
Hue342° of 360°
Saturation70%
Lightness59%
Temperature
Warm ← → Cool27% 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#df4d7a
RGBrgb(223, 77, 122)
HSLhsl(342, 70%, 59%)
CMYKcmyk(0%, 66%, 45%, 13%)
LABlab(54.5 60.1 6.3)
LCHlch(54.5 60.4 6.0)
OKLCHoklch(0.631 0.184 5.2)
Decimal14634362
Display P3color(display-p3 0.875 0.302 0.478)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#df4d7a on white: 3.83:1
AA ✗ fail · AA-large · AAA
Aa
#df4d7a on black: 5.48:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #6C707B
deuteranopia · #938D77
tritanopia · #F2385F

Color scale — 50 to 950

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

#FBF3F6
#F8E7ED
#F2CAD6
#EEA0B8
#E57094
#df4d7a
#CF255A
#AD1F4B
#8A193C
#64162E
#3F0E1D
Base = 500Lightest = 50 · #FBF3F6Darkest = 950 · #3F0E1D
:root {
  --brand-50: #FBF3F6;
  --brand-100: #F8E7ED;
  --brand-200: #F2CAD6;
  --brand-300: #EEA0B8;
  --brand-400: #E57094;
  --brand-500: #df4d7a;
  --brand-600: #CF255A;
  --brand-700: #AD1F4B;
  --brand-800: #8A193C;
  --brand-900: #64162E;
  --brand-950: #3F0E1D;
  --brand: #df4d7a;
  --brand-ink: #000000;
}

Colors that work with #df4d7a

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#FAF4F6
Tinted page background
Border#EDC0CE
Hairlines and dividers
Muted text#9B4B63
Captions on the surface
Accent#1BB15D
Second voice, not a rival
Dark variant#6C132F
Hover, pressed, headers
Light variant#FBE9EF
Selected rows, tints
Dark surface#241419
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 #df4d7a

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#4DDFB2
Analogous left#DF4DC3
Analogous right#DF694D
Split-complement 1#4DDF69
Split-complement 2#4DC3DF
Triadic 1#7ADF4D
Triadic 2#4D7ADF
Tetradic#C3DF4D

RGB percentages

Red87.5%
Green30.2%
Blue47.8%

CMYK percentages

Cyan0.0%
Magenta65.5%
Yellow45.3%
Key (black)12.5%

Color previews

#df4d7a text on a black background

contrast 5.48:1

Card sample

#df4d7a text on a white background

contrast 3.83:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #df4d7a

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.

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

#df4d7a, answered

What color is #df4d7a?

#df4d7a is a balanced vivid magenta / pink, closest to Pale Violet Red (ΔE2000 7.5). It sits at 342° on the hue wheel with 70% saturation and 59% lightness, which reads as warm.

What is the RGB value of #df4d7a?

rgb(223, 77, 122) — 223 red, 77 green and 122 blue out of 255, or 87.5% / 30.2% / 47.8% by channel.

Is #df4d7a a light or a dark color?

It is a mid-tone. Relative luminance is 0.2240 and perceived brightness is 56%, so black text on it reaches 5.48:1.

Should I use black or white text on #df4d7a?

Black. It scores 5.48:1 against #df4d7a, versus 3.83:1 for white — AA at any size.

What is the complementary color of #df4d7a?

#4DDFB2 sits directly opposite on the wheel. Softer options are the split-complements #4DDF69 and #4DC3DF, which give the same contrast with far less vibration.

What colors go well with #df4d7a?

For interface work: #FAF4F6 as the surface, #EDC0CE for borders, #9B4B63 for secondary text, #1BB15D as an accent and #6C132F for hover and pressed states. For a palette, the analogous pair #DF4DC3 and #DF694D stays calm, while #4DDFB2 is the loudest partner.

What is #df4d7a in CMYK for printing?

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

Is #df4d7a warm or cool?

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

Work with #df4d7a in the Color Lab