Skip to content

#f4acf6

a light, electric magenta / pink · neutral · closest name: Plum

RGB
244, 172, 246
HSL
298°, 80%, 82%
CMYK
1, 30, 0, 4
Luminance
0.5539

At a glance

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

Hex
#f4acf6
Hue
298°
magenta / pink
Saturation
80%
electric
Lightness
82%
light
Brightness
96%
HSV value
Perceived
80%
weighted brightness
Luminance
0.5539
WCAG relative
Temperature
Neutral
51/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
12.08:1
Closest name
Plum
ΔE2000 4.9
Where it sits
Hue298° of 360°
Saturation80%
Lightness82%
Temperature
Warm ← → Cool51% 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#f4acf6
RGBrgb(244, 172, 246)
HSLhsl(298, 80%, 82%)
CMYKcmyk(1%, 30%, 0%, 4%)
LABlab(79.3 38.1 -26.4)
LCHlch(79.3 46.3 325.3)
OKLCHoklch(0.836 0.127 325.7)
Decimal16035062
Display P3color(display-p3 0.957 0.675 0.965)

Copy-ready code

/* CSS */
color: #f4acf6;
background-color: #f4acf6;
/* Tailwind (arbitrary) */
class="text-[#f4acf6] bg-[#f4acf6]"
/* SCSS */
$brand: #f4acf6;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#f4acf6")
/* Flutter */
Color(0xFFF4ACF6)
/* Python / OpenCV (BGR) */
(246, 172, 244)

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

Accessibility — WCAG contrast

Aa
#f4acf6 on white: 1.74:1
AA ✗ fail · AA-large · AAA
Aa
#f4acf6 on black: 12.08:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A6BFF9
deuteranopia · #B8C8F3
tritanopia · #F8B3C7

Color scale — 50 to 950

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

#FCF3FC
#F9E6F9
#F4C6F5
#f4acf6
#EB67EF
#E435E9
#D818DD
#B414B8
#901093
#68106A
#410A43
Base = 300Lightest = 50 · #FCF3FCDarkest = 950 · #410A43
:root {
  --brand-50: #FCF3FC;
  --brand-100: #F9E6F9;
  --brand-200: #F4C6F5;
  --brand-300: #f4acf6;
  --brand-400: #EB67EF;
  --brand-500: #E435E9;
  --brand-600: #D818DD;
  --brand-700: #B414B8;
  --brand-800: #901093;
  --brand-900: #68106A;
  --brand-950: #410A43;
  --brand: #f4acf6;
  --brand-ink: #000000;
}

Colors that work with #f4acf6

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#FAF4FA
Tinted page background
Border#EBC0ED
Hairlines and dividers
Muted text#994B9B
Captions on the surface
Accent#40BC10
Second voice, not a rival
Dark variant#700C73
Hover, pressed, headers
Light variant#FCE8FD
Selected rows, tints
Dark surface#241424
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 #f4acf6

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • 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
  • Text of any size on white — fails WCAG AA
  • 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#AEF6AC
Analogous left#CFACF6
Analogous right#F6ACD3
Split-complement 1#D3F6AC
Split-complement 2#ACF6CF
Triadic 1#F6F4AC
Triadic 2#ACF6F4
Tetradic#F6CFAC

RGB percentages

Red95.7%
Green67.5%
Blue96.5%

CMYK percentages

Cyan0.8%
Magenta30.1%
Yellow0.0%
Key (black)3.5%

Color previews

#f4acf6 text on a black background

contrast 12.08:1

Card sample

#f4acf6 text on a white background

contrast 1.74:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(244, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4acf6;
background: linear-gradient(135deg, #f4acf6, #F6ACC7);

Monochromatic scale

Palettes built from #f4acf6

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.

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

#f4acf6, answered

What color is #f4acf6?

#f4acf6 is a light electric magenta / pink, closest to Plum (ΔE2000 4.9). It sits at 298° on the hue wheel with 80% saturation and 82% lightness, which reads as neutral.

What is the RGB value of #f4acf6?

rgb(244, 172, 246) — 244 red, 172 green and 246 blue out of 255, or 95.7% / 67.5% / 96.5% by channel.

Is #f4acf6 a light or a dark color?

It is a light color. Relative luminance is 0.5539 and perceived brightness is 80%, so black text on it reaches 12.08:1.

Should I use black or white text on #f4acf6?

Black. It scores 12.08:1 against #f4acf6, versus 1.74:1 for white — AAA at any size.

What is the complementary color of #f4acf6?

#AEF6AC sits directly opposite on the wheel. Softer options are the split-complements #D3F6AC and #ACF6CF, which give the same contrast with far less vibration.

What colors go well with #f4acf6?

For interface work: #FAF4FA as the surface, #EBC0ED for borders, #994B9B for secondary text, #40BC10 as an accent and #700C73 for hover and pressed states. For a palette, the analogous pair #CFACF6 and #F6ACD3 stays calm, while #AEF6AC is the loudest partner.

What is #f4acf6 in CMYK for printing?

cmyk(1%, 30%, 0%, 4%). 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 #f4acf6 warm or cool?

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

Work with #f4acf6 in the Color Lab