Skip to content

#fc2f8c

a balanced, electric magenta / pink · warm · closest name: Deep Pink

RGB
252, 47, 140
HSL
333°, 97%, 59%
CMYK
0, 81, 44, 1
Luminance
0.2462

At a glance

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

Hex
#fc2f8c
Hue
333°
magenta / pink
Saturation
97%
electric
Lightness
59%
balanced
Brightness
99%
HSV value
Perceived
59%
weighted brightness
Luminance
0.2462
WCAG relative
Temperature
Warm
32/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
5.92:1
Closest name
Deep Pink
ΔE2000 2.4
Where it sits
Hue333° of 360°
Saturation97%
Lightness59%
Temperature
Warm ← → Cool32% 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#fc2f8c
RGBrgb(252, 47, 140)
HSLhsl(333, 97%, 59%)
CMYKcmyk(0%, 81%, 44%, 1%)
LABlab(56.7 78.9 -0.5)
LCHlch(56.7 78.9 359.6)
OKLCHoklch(0.659 0.243 359.9)
Decimal16527244
Display P3color(display-p3 0.988 0.184 0.549)

Copy-ready code

/* CSS */
color: #fc2f8c;
background-color: #fc2f8c;
/* Tailwind (arbitrary) */
class="text-[#fc2f8c] bg-[#fc2f8c]"
/* SCSS */
$brand: #fc2f8c;
/* SwiftUI */
Color(red: 0.988, green: 0.184, blue: 0.549)
/* Android */
Color.parseColor("#fc2f8c")
/* Flutter */
Color(0xFFFC2F8C)
/* Python / OpenCV (BGR) */
(140, 47, 252)

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

Accessibility — WCAG contrast

Aa
#fc2f8c on white: 3.54:1
AA ✗ fail · AA-large · AAA
Aa
#fc2f8c on black: 5.92:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #636F8E
deuteranopia · #9A9687
tritanopia · #FF005B

Color scale — 50 to 950

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

#FDF1F7
#FCE4EF
#FBC1DB
#FD90C2
#FD59A3
#fc2f8c
#F1036F
#C9035D
#A1024A
#740638
#480423
Base = 500Lightest = 50 · #FDF1F7Darkest = 950 · #480423
:root {
  --brand-50: #FDF1F7;
  --brand-100: #FCE4EF;
  --brand-200: #FBC1DB;
  --brand-300: #FD90C2;
  --brand-400: #FD59A3;
  --brand-500: #fc2f8c;
  --brand-600: #F1036F;
  --brand-700: #C9035D;
  --brand-800: #A1024A;
  --brand-900: #740638;
  --brand-950: #480423;
  --brand: #fc2f8c;
  --brand-ink: #000000;
}

Colors that work with #fc2f8c

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#FAF4F7
Tinted page background
Border#EDC0D4
Hairlines and dividers
Muted text#9B4B6F
Captions on the surface
Accent#00CC3C
Second voice, not a rival
Dark variant#7E023A
Hover, pressed, headers
Light variant#FFE6F1
Selected rows, tints
Dark surface#24141B
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 #fc2f8c

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#2FFC9F
Analogous left#FC2FF2
Analogous right#FC382F
Split-complement 1#2FFC38
Split-complement 2#2FF2FC
Triadic 1#8CFC2F
Triadic 2#2F8CFC
Tetradic#F2FC2F

RGB percentages

Red98.8%
Green18.4%
Blue54.9%

CMYK percentages

Cyan0.0%
Magenta81.3%
Yellow44.4%
Key (black)1.2%

Color previews

#fc2f8c text on a black background

contrast 5.92:1

Card sample

#fc2f8c text on a white background

contrast 3.54:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(252, 47, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 47, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2f8c;
background: linear-gradient(135deg, #fc2f8c, #FC5B2F);

Monochromatic scale

Palettes built from #fc2f8c

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.

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

#fc2f8c, answered

What color is #fc2f8c?

#fc2f8c is a balanced electric magenta / pink, closest to Deep Pink (ΔE2000 2.4). It sits at 333° on the hue wheel with 97% saturation and 59% lightness, which reads as warm.

What is the RGB value of #fc2f8c?

rgb(252, 47, 140) — 252 red, 47 green and 140 blue out of 255, or 98.8% / 18.4% / 54.9% by channel.

Is #fc2f8c a light or a dark color?

It is a mid-tone. Relative luminance is 0.2462 and perceived brightness is 59%, so black text on it reaches 5.92:1.

Should I use black or white text on #fc2f8c?

Black. It scores 5.92:1 against #fc2f8c, versus 3.54:1 for white — AA at any size.

What is the complementary color of #fc2f8c?

#2FFC9F sits directly opposite on the wheel. Softer options are the split-complements #2FFC38 and #2FF2FC, which give the same contrast with far less vibration.

What colors go well with #fc2f8c?

For interface work: #FAF4F7 as the surface, #EDC0D4 for borders, #9B4B6F for secondary text, #00CC3C as an accent and #7E023A for hover and pressed states. For a palette, the analogous pair #FC2FF2 and #FC382F stays calm, while #2FFC9F is the loudest partner.

What is #fc2f8c in CMYK for printing?

cmyk(0%, 81%, 44%, 1%). 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 #fc2f8c warm or cool?

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

Work with #fc2f8c in the Color Lab