Skip to content

#ff4d7f

a light, electric magenta / pink · warm · closest name: Pale Violet Red

RGB
255, 77, 127
HSL
343°, 100%, 65%
CMYK
0, 70, 50, 0
Luminance
0.2810

At a glance

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

Hex
#ff4d7f
Hue
343°
magenta / pink
Saturation
100%
electric
Lightness
65%
light
Brightness
100%
HSV value
Perceived
62%
weighted brightness
Luminance
0.2810
WCAG relative
Temperature
Warm
26/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
6.62:1
Closest name
Pale Violet Red
ΔE2000 8.3
Where it sits
Hue343° of 360°
Saturation100%
Lightness65%
Temperature
Warm ← → Cool26% 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#ff4d7f
RGBrgb(255, 77, 127)
HSLhsl(343, 100%, 65%)
CMYKcmyk(0%, 70%, 50%, 0%)
LABlab(60.0 69.9 11.9)
LCHlch(60.0 70.9 9.7)
OKLCHoklch(0.683 0.215 8.2)
Decimal16731519
Display P3color(display-p3 1.000 0.302 0.498)

Copy-ready code

/* CSS */
color: #ff4d7f;
background-color: #ff4d7f;
/* Tailwind (arbitrary) */
class="text-[#ff4d7f] bg-[#ff4d7f]"
/* SCSS */
$brand: #ff4d7f;
/* SwiftUI */
Color(red: 1.000, green: 0.302, blue: 0.498)
/* Android */
Color.parseColor("#ff4d7f")
/* Flutter */
Color(0xFFFF4D7F)
/* Python / OpenCV (BGR) */
(127, 77, 255)

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

Accessibility — WCAG contrast

Aa
#ff4d7f on white: 3.17:1
AA ✗ fail · AA-large · AAA
Aa
#ff4d7f on black: 6.62:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #787A80
deuteranopia · #A69E7B
tritanopia · #FF2961

Color scale — 50 to 950

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

#FEF1F5
#FCE3EA
#FCC0D1
#FF8FAE
#ff4d7f
#FF1F5E
#F50045
#CC0039
#A3002E
#760525
#490317
Base = 400Lightest = 50 · #FEF1F5Darkest = 950 · #490317
:root {
  --brand-50: #FEF1F5;
  --brand-100: #FCE3EA;
  --brand-200: #FCC0D1;
  --brand-300: #FF8FAE;
  --brand-400: #ff4d7f;
  --brand-500: #FF1F5E;
  --brand-600: #F50045;
  --brand-700: #CC0039;
  --brand-800: #A3002E;
  --brand-900: #760525;
  --brand-950: #490317;
  --brand: #ff4d7f;
  --brand-ink: #000000;
}

Colors that work with #ff4d7f

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#EDC0CC
Hairlines and dividers
Muted text#9B4B61
Captions on the surface
Accent#00CC5F
Second voice, not a rival
Dark variant#800024
Hover, pressed, headers
Light variant#FFE5ED
Selected rows, tints
Dark surface#241418
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 #ff4d7f

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
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • 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#4DFFCD
Analogous left#FF4DD8
Analogous right#FF744D
Split-complement 1#4DFF74
Split-complement 2#4DD8FF
Triadic 1#7FFF4D
Triadic 2#4D7FFF
Tetradic#D8FF4D

RGB percentages

Red100.0%
Green30.2%
Blue49.8%

CMYK percentages

Cyan0.0%
Magenta69.8%
Yellow50.2%
Key (black)0.0%

Color previews

#ff4d7f text on a black background

contrast 6.62:1

Card sample

#ff4d7f text on a white background

contrast 3.17:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ff4d7f

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.

#ff4d7f 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#ff4d7f, answered

What color is #ff4d7f?

#ff4d7f is a light electric magenta / pink, closest to Pale Violet Red (ΔE2000 8.3). It sits at 343° on the hue wheel with 100% saturation and 65% lightness, which reads as warm.

What is the RGB value of #ff4d7f?

rgb(255, 77, 127) — 255 red, 77 green and 127 blue out of 255, or 100% / 30.2% / 49.8% by channel.

Is #ff4d7f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2810 and perceived brightness is 62%, so black text on it reaches 6.62:1.

Should I use black or white text on #ff4d7f?

Black. It scores 6.62:1 against #ff4d7f, versus 3.17:1 for white — AA at any size.

What is the complementary color of #ff4d7f?

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

What colors go well with #ff4d7f?

For interface work: #FAF4F6 as the surface, #EDC0CC for borders, #9B4B61 for secondary text, #00CC5F as an accent and #800024 for hover and pressed states. For a palette, the analogous pair #FF4DD8 and #FF744D stays calm, while #4DFFCD is the loudest partner.

What is #ff4d7f in CMYK for printing?

cmyk(0%, 70%, 50%, 0%). 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 #ff4d7f warm or cool?

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

Work with #ff4d7f in the Color Lab