Skip to content

#cf7c8c

a balanced, vivid red · warm · closest name: Pale Violet Red

RGB
207, 124, 140
HSL
348°, 46%, 65%
CMYK
0, 40, 32, 19
Luminance
0.2957

At a glance

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

Hex
#cf7c8c
Hue
348°
red
Saturation
46%
vivid
Lightness
65%
balanced
Brightness
81%
HSV value
Perceived
61%
weighted brightness
Luminance
0.2957
WCAG relative
Temperature
Warm
23/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
6.91:1
Closest name
Pale Violet Red
ΔE2000 5.1
Where it sits
Hue348° of 360°
Saturation46%
Lightness65%
Temperature
Warm ← → Cool23% 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#cf7c8c
RGBrgb(207, 124, 140)
HSLhsl(348, 46%, 65%)
CMYKcmyk(0%, 40%, 32%, 19%)
LABlab(61.3 34.1 5.3)
LCHlch(61.3 34.5 8.8)
OKLCHoklch(0.679 0.104 7.8)
Decimal13597836
Display P3color(display-p3 0.812 0.486 0.549)

Copy-ready code

/* CSS */
color: #cf7c8c;
background-color: #cf7c8c;
/* Tailwind (arbitrary) */
class="text-[#cf7c8c] bg-[#cf7c8c]"
/* SCSS */
$brand: #cf7c8c;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.549)
/* Android */
Color.parseColor("#cf7c8c")
/* Flutter */
Color(0xFFCF7C8C)
/* Python / OpenCV (BGR) */
(140, 124, 207)

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

Accessibility — WCAG contrast

Aa
#cf7c8c on white: 3.04:1
AA ✗ fail · AA-large · AAA
Aa
#cf7c8c on black: 6.91:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8A8A8C
deuteranopia · #9E9A8A
tritanopia · #DD7582

Color scale — 50 to 950

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

#FAF5F6
#F5EAEC
#EBD0D6
#E1ADB7
#cf7c8c
#C35B6F
#B34258
#953749
#772C3A
#57232D
#37161C
Base = 400Lightest = 50 · #FAF5F6Darkest = 950 · #37161C
:root {
  --brand-50: #FAF5F6;
  --brand-100: #F5EAEC;
  --brand-200: #EBD0D6;
  --brand-300: #E1ADB7;
  --brand-400: #cf7c8c;
  --brand-500: #C35B6F;
  --brand-600: #B34258;
  --brand-700: #953749;
  --brand-800: #772C3A;
  --brand-900: #57232D;
  --brand-950: #37161C;
  --brand: #cf7c8c;
  --brand-ink: #000000;
}

Colors that work with #cf7c8c

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#FAF4F5
Tinted page background
Border#E9C3CB
Hairlines and dividers
Muted text#9B4B5A
Captions on the surface
Accent#329A6C
Second voice, not a rival
Dark variant#5D222E
Hover, pressed, headers
Light variant#F8ECEF
Selected rows, tints
Dark surface#241417
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 #cf7c8c

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#7CCFBF
Analogous left#CF7CB6
Analogous right#CF957C
Split-complement 1#7CCF95
Split-complement 2#7CB6CF
Triadic 1#8CCF7C
Triadic 2#7C8CCF
Tetradic#B6CF7C

RGB percentages

Red81.2%
Green48.6%
Blue54.9%

CMYK percentages

Cyan0.0%
Magenta40.1%
Yellow32.4%
Key (black)18.8%

Color previews

#cf7c8c text on a black background

contrast 6.91:1

Card sample

#cf7c8c text on a white background

contrast 3.04:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cf7c8c

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.

#cf7c8c 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
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#cf7c8c, answered

What color is #cf7c8c?

#cf7c8c is a balanced vivid red, closest to Pale Violet Red (ΔE2000 5.1). It sits at 348° on the hue wheel with 46% saturation and 65% lightness, which reads as warm.

What is the RGB value of #cf7c8c?

rgb(207, 124, 140) — 207 red, 124 green and 140 blue out of 255, or 81.2% / 48.6% / 54.9% by channel.

Is #cf7c8c a light or a dark color?

It is a mid-tone. Relative luminance is 0.2957 and perceived brightness is 61%, so black text on it reaches 6.91:1.

Should I use black or white text on #cf7c8c?

Black. It scores 6.91:1 against #cf7c8c, versus 3.04:1 for white — AA at any size.

What is the complementary color of #cf7c8c?

#7CCFBF sits directly opposite on the wheel. Softer options are the split-complements #7CCF95 and #7CB6CF, which give the same contrast with far less vibration.

What colors go well with #cf7c8c?

For interface work: #FAF4F5 as the surface, #E9C3CB for borders, #9B4B5A for secondary text, #329A6C as an accent and #5D222E for hover and pressed states. For a palette, the analogous pair #CF7CB6 and #CF957C stays calm, while #7CCFBF is the loudest partner.

What is #cf7c8c in CMYK for printing?

cmyk(0%, 40%, 32%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #cf7c8c warm or cool?

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

Work with #cf7c8c in the Color Lab