Skip to content

#f7c7c0

a pale, electric red · warm · closest name: Pink

RGB
247, 199, 192
HSL
8°, 78%, 86%
CMYK
0, 19, 22, 3
Luminance
0.6443

At a glance

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

Hex
#f7c7c0
Hue
red
Saturation
78%
electric
Lightness
86%
pale
Brightness
97%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6443
WCAG relative
Temperature
Warm
12/100 cool
Color family
Red
Tone
Electric
Best ink
Black
13.89:1
Closest name
Pink
ΔE2000 7.5
Where it sits
Hue8° of 360°
Saturation78%
Lightness86%
Temperature
Warm ← → Cool12% 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#f7c7c0
RGBrgb(247, 199, 192)
HSLhsl(8, 78%, 86%)
CMYKcmyk(0%, 19%, 22%, 3%)
LABlab(84.2 16.0 10.0)
LCHlch(84.2 18.8 31.9)
OKLCHoklch(0.870 0.056 27.9)
Decimal16238528
Display P3color(display-p3 0.969 0.780 0.753)

Copy-ready code

/* CSS */
color: #f7c7c0;
background-color: #f7c7c0;
/* Tailwind (arbitrary) */
class="text-[#f7c7c0] bg-[#f7c7c0]"
/* SCSS */
$brand: #f7c7c0;
/* SwiftUI */
Color(red: 0.969, green: 0.780, blue: 0.753)
/* Android */
Color.parseColor("#f7c7c0")
/* Flutter */
Color(0xFFF7C7C0)
/* Python / OpenCV (BGR) */
(192, 199, 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 #f7c7c0 · 13.89:1
Use #000000AAA at every size.
Aa
White text · 1.51:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.89:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f7c7c0 as text scores 1.51:1 on white and 13.89:1 on black.

Accessibility — WCAG contrast

Aa
#f7c7c0 on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#f7c7c0 on black: 13.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D1CDBF
deuteranopia · #DCD6C0
tritanopia · #FFC2C5

Color scale — 50 to 950

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

#FCF4F3
#F9E9E6
#f7c7c0
#F2A69B
#EC7A6A
#E64E38
#D9341C
#B52B17
#912212
#691D12
#42120B
Base = 200Lightest = 50 · #FCF4F3Darkest = 950 · #42120B
:root {
  --brand-50: #FCF4F3;
  --brand-100: #F9E9E6;
  --brand-200: #f7c7c0;
  --brand-300: #F2A69B;
  --brand-400: #EC7A6A;
  --brand-500: #E64E38;
  --brand-600: #D9341C;
  --brand-700: #B52B17;
  --brand-800: #912212;
  --brand-900: #691D12;
  --brand-950: #42120B;
  --brand: #f7c7c0;
  --brand-ink: #000000;
}

Colors that work with #f7c7c0

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#FAF5F4
Tinted page background
Border#EDC5C0
Hairlines and dividers
Muted text#9B554B
Captions on the surface
Accent#14B8A4
Second voice, not a rival
Dark variant#711B0E
Hover, pressed, headers
Light variant#FCEBE8
Selected rows, tints
Dark surface#241614
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 #f7c7c0

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#C0F0F7
Analogous left#F7C0D5
Analogous right#F7E3C0
Split-complement 1#C0F7E3
Split-complement 2#C0D5F7
Triadic 1#C0F7C7
Triadic 2#C7C0F7
Tetradic#D5F7C0

RGB percentages

Red96.9%
Green78.0%
Blue75.3%

CMYK percentages

Cyan0.0%
Magenta19.4%
Yellow22.3%
Key (black)3.1%

Color previews

#f7c7c0 text on a black background

contrast 13.89:1

Card sample

#f7c7c0 text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f7c7c0

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.

#f7c7c0 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#f7c7c0, answered

What color is #f7c7c0?

#f7c7c0 is a pale electric red, closest to Pink (ΔE2000 7.5). It sits at 8° on the hue wheel with 78% saturation and 86% lightness, which reads as warm.

What is the RGB value of #f7c7c0?

rgb(247, 199, 192) — 247 red, 199 green and 192 blue out of 255, or 96.9% / 78% / 75.3% by channel.

Is #f7c7c0 a light or a dark color?

It is a light color. Relative luminance is 0.6443 and perceived brightness is 84%, so black text on it reaches 13.89:1.

Should I use black or white text on #f7c7c0?

Black. It scores 13.89:1 against #f7c7c0, versus 1.51:1 for white — AAA at any size.

What is the complementary color of #f7c7c0?

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

What colors go well with #f7c7c0?

For interface work: #FAF5F4 as the surface, #EDC5C0 for borders, #9B554B for secondary text, #14B8A4 as an accent and #711B0E for hover and pressed states. For a palette, the analogous pair #F7C0D5 and #F7E3C0 stays calm, while #C0F0F7 is the loudest partner.

What is #f7c7c0 in CMYK for printing?

cmyk(0%, 19%, 22%, 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 #f7c7c0 warm or cool?

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

Work with #f7c7c0 in the Color Lab