Skip to content

#f7c6dc

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

RGB
247, 198, 220
HSL
333°, 75%, 87%
CMYK
0, 20, 11, 3
Luminance
0.6533

At a glance

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

Hex
#f7c6dc
Hue
333°
magenta / pink
Saturation
75%
electric
Lightness
87%
pale
Brightness
97%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6533
WCAG relative
Temperature
Warm
32/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
14.07:1
Closest name
Pink
ΔE2000 5.3
Where it sits
Hue333° of 360°
Saturation75%
Lightness87%
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#f7c6dc
RGBrgb(247, 198, 220)
HSLhsl(333, 75%, 87%)
CMYKcmyk(0%, 20%, 11%, 3%)
LABlab(84.7 20.8 -4.3)
LCHlch(84.7 21.3 348.4)
OKLCHoklch(0.876 0.062 349.7)
Decimal16238300
Display P3color(display-p3 0.969 0.776 0.863)

Copy-ready code

/* CSS */
color: #f7c6dc;
background-color: #f7c6dc;
/* Tailwind (arbitrary) */
class="text-[#f7c6dc] bg-[#f7c6dc]"
/* SCSS */
$brand: #f7c6dc;
/* SwiftUI */
Color(red: 0.969, green: 0.776, blue: 0.863)
/* Android */
Color.parseColor("#f7c6dc")
/* Flutter */
Color(0xFFF7C6DC)
/* Python / OpenCV (BGR) */
(220, 198, 247)

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

Accessibility — WCAG contrast

Aa
#f7c6dc on white: 1.49:1
AA ✗ fail · AA-large · AAA
Aa
#f7c6dc on black: 14.07:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CACFDD
deuteranopia · #D5D6DB
tritanopia · #FFC5CD

Color scale — 50 to 950

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

#FCF3F7
#F9E7EF
#f7c6dc
#F19DC3
#EA6BA4
#E33A86
#D71E71
#B3195E
#8F144B
#681339
#410C24
Base = 200Lightest = 50 · #FCF3F7Darkest = 950 · #410C24
:root {
  --brand-50: #FCF3F7;
  --brand-100: #F9E7EF;
  --brand-200: #f7c6dc;
  --brand-300: #F19DC3;
  --brand-400: #EA6BA4;
  --brand-500: #E33A86;
  --brand-600: #D71E71;
  --brand-700: #B3195E;
  --brand-800: #8F144B;
  --brand-900: #681339;
  --brand-950: #410C24;
  --brand: #f7c6dc;
  --brand-ink: #000000;
}

Colors that work with #f7c6dc

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#16B645
Second voice, not a rival
Dark variant#70103B
Hover, pressed, headers
Light variant#FCE9F1
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 #f7c6dc

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#C6F7E1
Analogous left#F7C6F5
Analogous right#F7C9C6
Split-complement 1#C6F7C9
Split-complement 2#C6F5F7
Triadic 1#DCF7C6
Triadic 2#C6DCF7
Tetradic#F5F7C6

RGB percentages

Red96.9%
Green77.6%
Blue86.3%

CMYK percentages

Cyan0.0%
Magenta19.8%
Yellow10.9%
Key (black)3.1%

Color previews

#f7c6dc text on a black background

contrast 14.07:1

Card sample

#f7c6dc text on a white background

contrast 1.49:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(247, 198, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 198, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c6dc;
background: linear-gradient(135deg, #f7c6dc, #F7D1C6);

Monochromatic scale

Palettes built from #f7c6dc

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.

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

#f7c6dc, answered

What color is #f7c6dc?

#f7c6dc is a pale electric magenta / pink, closest to Pink (ΔE2000 5.3). It sits at 333° on the hue wheel with 75% saturation and 87% lightness, which reads as warm.

What is the RGB value of #f7c6dc?

rgb(247, 198, 220) — 247 red, 198 green and 220 blue out of 255, or 96.9% / 77.6% / 86.3% by channel.

Is #f7c6dc a light or a dark color?

It is a light color. Relative luminance is 0.6533 and perceived brightness is 85%, so black text on it reaches 14.07:1.

Should I use black or white text on #f7c6dc?

Black. It scores 14.07:1 against #f7c6dc, versus 1.49:1 for white — AAA at any size.

What is the complementary color of #f7c6dc?

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

What colors go well with #f7c6dc?

For interface work: #FAF4F7 as the surface, #EDC0D4 for borders, #9B4B6F for secondary text, #16B645 as an accent and #70103B for hover and pressed states. For a palette, the analogous pair #F7C6F5 and #F7C9C6 stays calm, while #C6F7E1 is the loudest partner.

What is #f7c6dc in CMYK for printing?

cmyk(0%, 20%, 11%, 3%). 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 #f7c6dc 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 #F7C6CA; nudged cooler, #F8C6EE.

Work with #f7c6dc in the Color Lab