Skip to content

#fac7e0

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

RGB
250, 199, 224
HSL
331°, 84%, 88%
CMYK
0, 20, 10, 2
Luminance
0.6655

At a glance

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

Hex
#fac7e0
Hue
331°
magenta / pink
Saturation
84%
electric
Lightness
88%
pale
Brightness
98%
HSV value
Perceived
86%
weighted brightness
Luminance
0.6655
WCAG relative
Temperature
Warm
33/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
14.31:1
Closest name
Pink
ΔE2000 5.9
Where it sits
Hue331° of 360°
Saturation84%
Lightness88%
Temperature
Warm ← → Cool33% 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#fac7e0
RGBrgb(250, 199, 224)
HSLhsl(331, 84%, 88%)
CMYKcmyk(0%, 20%, 10%, 2%)
LABlab(85.3 22.0 -5.5)
LCHlch(85.3 22.6 346.0)
OKLCHoklch(0.881 0.066 347.5)
Decimal16435168
Display P3color(display-p3 0.980 0.780 0.878)

Copy-ready code

/* CSS */
color: #fac7e0;
background-color: #fac7e0;
/* Tailwind (arbitrary) */
class="text-[#fac7e0] bg-[#fac7e0]"
/* SCSS */
$brand: #fac7e0;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.878)
/* Android */
Color.parseColor("#fac7e0")
/* Flutter */
Color(0xFFFAC7E0)
/* Python / OpenCV (BGR) */
(224, 199, 250)

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

Accessibility — WCAG contrast

Aa
#fac7e0 on white: 1.47:1
AA ✗ fail · AA-large · AAA
Aa
#fac7e0 on black: 14.31:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CBD0E1
deuteranopia · #D6D8DF
tritanopia · #FFC6CF

Color scale — 50 to 950

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

#FCF2F7
#FAE6EF
#fac7e0
#F698C6
#F165A9
#ED318D
#E11478
#BB1164
#960D50
#6C0E3C
#440926
Base = 200Lightest = 50 · #FCF2F7Darkest = 950 · #440926
:root {
  --brand-50: #FCF2F7;
  --brand-100: #FAE6EF;
  --brand-200: #fac7e0;
  --brand-300: #F698C6;
  --brand-400: #F165A9;
  --brand-500: #ED318D;
  --brand-600: #E11478;
  --brand-700: #BB1164;
  --brand-800: #960D50;
  --brand-900: #6C0E3C;
  --brand-950: #440926;
  --brand: #fac7e0;
  --brand-ink: #000000;
}

Colors that work with #fac7e0

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#EDC0D6
Hairlines and dividers
Muted text#9B4B72
Captions on the surface
Accent#0DBF3C
Second voice, not a rival
Dark variant#750A3F
Hover, pressed, headers
Light variant#FDE8F2
Selected rows, tints
Dark surface#24141C
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 #fac7e0

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#C7FAE1
Analogous left#FAC7F9
Analogous right#FAC7C7
Split-complement 1#C7FAC7
Split-complement 2#C7F9FA
Triadic 1#E0FAC7
Triadic 2#C7E0FA
Tetradic#F9FAC7

RGB percentages

Red98.0%
Green78.0%
Blue87.8%

CMYK percentages

Cyan0.0%
Magenta20.4%
Yellow10.4%
Key (black)2.0%

Color previews

#fac7e0 text on a black background

contrast 14.31:1

Card sample

#fac7e0 text on a white background

contrast 1.47:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(250, 199, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7e0;
background: linear-gradient(135deg, #fac7e0, #FAD0C7);

Monochromatic scale

Palettes built from #fac7e0

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.

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

#fac7e0, answered

What color is #fac7e0?

#fac7e0 is a pale electric magenta / pink, closest to Pink (ΔE2000 5.9). It sits at 331° on the hue wheel with 84% saturation and 88% lightness, which reads as warm.

What is the RGB value of #fac7e0?

rgb(250, 199, 224) — 250 red, 199 green and 224 blue out of 255, or 98% / 78% / 87.8% by channel.

Is #fac7e0 a light or a dark color?

It is a light color. Relative luminance is 0.6655 and perceived brightness is 86%, so black text on it reaches 14.31:1.

Should I use black or white text on #fac7e0?

Black. It scores 14.31:1 against #fac7e0, versus 1.47:1 for white — AAA at any size.

What is the complementary color of #fac7e0?

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

What colors go well with #fac7e0?

For interface work: #FAF4F7 as the surface, #EDC0D6 for borders, #9B4B72 for secondary text, #0DBF3C as an accent and #750A3F for hover and pressed states. For a palette, the analogous pair #FAC7F9 and #FAC7C7 stays calm, while #C7FAE1 is the loudest partner.

What is #fac7e0 in CMYK for printing?

cmyk(0%, 20%, 10%, 2%). 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 #fac7e0 warm or cool?

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

Work with #fac7e0 in the Color Lab