Skip to content

#cf5b93

a balanced, vivid magenta / pink · warm · closest name: Pale Violet Red

RGB
207, 91, 147
HSL
331°, 55%, 58%
CMYK
0, 56, 29, 19
Luminance
0.2285

At a glance

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

Hex
#cf5b93
Hue
331°
magenta / pink
Saturation
55%
vivid
Lightness
58%
balanced
Brightness
81%
HSV value
Perceived
56%
weighted brightness
Luminance
0.2285
WCAG relative
Temperature
Warm
33/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
5.57:1
Closest name
Pale Violet Red
ΔE2000 6.8
Where it sits
Hue331° of 360°
Saturation55%
Lightness58%
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#cf5b93
RGBrgb(207, 91, 147)
HSLhsl(331, 55%, 58%)
CMYKcmyk(0%, 56%, 29%, 19%)
LABlab(54.9 51.8 -8.1)
LCHlch(54.9 52.4 351.1)
OKLCHoklch(0.632 0.158 352.4)
Decimal13589395
Display P3color(display-p3 0.812 0.357 0.576)

Copy-ready code

/* CSS */
color: #cf5b93;
background-color: #cf5b93;
/* Tailwind (arbitrary) */
class="text-[#cf5b93] bg-[#cf5b93]"
/* SCSS */
$brand: #cf5b93;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.576)
/* Android */
Color.parseColor("#cf5b93")
/* Flutter */
Color(0xFFCF5B93)
/* Python / OpenCV (BGR) */
(147, 91, 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 #cf5b93 · 5.57:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.77:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.57:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #cf5b93 as text scores 3.77:1 on white and 5.57:1 on black.

Accessibility — WCAG contrast

Aa
#cf5b93 on white: 3.77:1
AA ✗ fail · AA-large · AAA
Aa
#cf5b93 on black: 5.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #6A7695
deuteranopia · #8A8B90
tritanopia · #DD5571

Color scale — 50 to 950

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

#FBF4F7
#F6E9EF
#EECEDD
#E6A8C6
#D97DA9
#cf5b93
#BD3778
#9E2E64
#7E2550
#5C1E3C
#391326
Base = 500Lightest = 50 · #FBF4F7Darkest = 950 · #391326
:root {
  --brand-50: #FBF4F7;
  --brand-100: #F6E9EF;
  --brand-200: #EECEDD;
  --brand-300: #E6A8C6;
  --brand-400: #D97DA9;
  --brand-500: #cf5b93;
  --brand-600: #BD3778;
  --brand-700: #9E2E64;
  --brand-800: #7E2550;
  --brand-900: #5C1E3C;
  --brand-950: #391326;
  --brand: #cf5b93;
  --brand-ink: #000000;
}

Colors that work with #cf5b93

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#EDC0D5
Hairlines and dividers
Muted text#9B4B71
Captions on the surface
Accent#2AA24A
Second voice, not a rival
Dark variant#631D3F
Hover, pressed, headers
Light variant#F9EBF2
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 #cf5b93

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#5BCF97
Analogous left#CF5BCD
Analogous right#CF5D5B
Split-complement 1#5BCF5D
Split-complement 2#5BCDCF
Triadic 1#93CF5B
Triadic 2#5B93CF
Tetradic#CDCF5B

RGB percentages

Red81.2%
Green35.7%
Blue57.6%

CMYK percentages

Cyan0.0%
Magenta56.0%
Yellow29.0%
Key (black)18.8%

Color previews

#cf5b93 text on a black background

contrast 5.57:1

Card sample

#cf5b93 text on a white background

contrast 3.77:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cf5b93

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.

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

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

#cf5b93, answered

What color is #cf5b93?

#cf5b93 is a balanced vivid magenta / pink, closest to Pale Violet Red (ΔE2000 6.8). It sits at 331° on the hue wheel with 55% saturation and 58% lightness, which reads as warm.

What is the RGB value of #cf5b93?

rgb(207, 91, 147) — 207 red, 91 green and 147 blue out of 255, or 81.2% / 35.7% / 57.6% by channel.

Is #cf5b93 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2285 and perceived brightness is 56%, so black text on it reaches 5.57:1.

Should I use black or white text on #cf5b93?

Black. It scores 5.57:1 against #cf5b93, versus 3.77:1 for white — AA at any size.

What is the complementary color of #cf5b93?

#5BCF97 sits directly opposite on the wheel. Softer options are the split-complements #5BCF5D and #5BCDCF, which give the same contrast with far less vibration.

What colors go well with #cf5b93?

For interface work: #FAF4F7 as the surface, #EDC0D5 for borders, #9B4B71 for secondary text, #2AA24A as an accent and #631D3F for hover and pressed states. For a palette, the analogous pair #CF5BCD and #CF5D5B stays calm, while #5BCF97 is the loudest partner.

What is #cf5b93 in CMYK for printing?

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

Is #cf5b93 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 #CF5B68; nudged cooler, #D159BF.

Work with #cf5b93 in the Color Lab