Skip to content

#cf4b5d

a balanced, vivid red · warm · closest name: Indian Red

RGB
207, 75, 93
HSL
352°, 58%, 55%
CMYK
0, 64, 55, 19
Luminance
0.1909

At a glance

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

Hex
#cf4b5d
Hue
352°
red
Saturation
58%
vivid
Lightness
55%
balanced
Brightness
81%
HSV value
Perceived
51%
weighted brightness
Luminance
0.1909
WCAG relative
Temperature
Warm
21/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
4.82:1
Closest name
Indian Red
ΔE2000 5.1
Where it sits
Hue352° of 360°
Saturation58%
Lightness55%
Temperature
Warm ← → Cool21% 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#cf4b5d
RGBrgb(207, 75, 93)
HSLhsl(352, 58%, 55%)
CMYKcmyk(0%, 64%, 55%, 19%)
LABlab(50.8 53.4 18.1)
LCHlch(50.8 56.4 18.7)
OKLCHoklch(0.597 0.167 15.7)
Decimal13585245
Display P3color(display-p3 0.812 0.294 0.365)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#cf4b5d on white: 4.36:1
AA ✗ fail · AA-large · AAA
Aa
#cf4b5d on black: 4.82:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #6B685D
deuteranopia · #8D835A
tritanopia · #E23352

Color scale — 50 to 950

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

#FBF4F5
#F7E9EB
#EFCDD2
#E7A6AF
#DC7A87
#cf4b5d
#C13447
#A12B3B
#81222F
#5E1D26
#3B1217
Base = 500Lightest = 50 · #FBF4F5Darkest = 950 · #3B1217
:root {
  --brand-50: #FBF4F5;
  --brand-100: #F7E9EB;
  --brand-200: #EFCDD2;
  --brand-300: #E7A6AF;
  --brand-400: #DC7A87;
  --brand-500: #cf4b5d;
  --brand-600: #C13447;
  --brand-700: #A12B3B;
  --brand-800: #81222F;
  --brand-900: #5E1D26;
  --brand-950: #3B1217;
  --brand: #cf4b5d;
  --brand-ink: #000000;
}

Colors that work with #cf4b5d

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#EDC0C6
Hairlines and dividers
Muted text#9B4B56
Captions on the surface
Accent#26A674
Second voice, not a rival
Dark variant#651B25
Hover, pressed, headers
Light variant#FAEBED
Selected rows, tints
Dark surface#241416
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 #cf4b5d

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#4BCFBD
Analogous left#CF4B9F
Analogous right#CF7B4B
Split-complement 1#4BCF7B
Split-complement 2#4B9FCF
Triadic 1#5DCF4B
Triadic 2#4B5DCF
Tetradic#9FCF4B

RGB percentages

Red81.2%
Green29.4%
Blue36.5%

CMYK percentages

Cyan0.0%
Magenta63.8%
Yellow55.1%
Key (black)18.8%

Color previews

#cf4b5d text on a black background

contrast 4.82:1

Card sample

#cf4b5d text on a white background

contrast 4.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cf4b5d

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.

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

#cf4b5d, answered

What color is #cf4b5d?

#cf4b5d is a balanced vivid red, closest to Indian Red (ΔE2000 5.1). It sits at 352° on the hue wheel with 58% saturation and 55% lightness, which reads as warm.

What is the RGB value of #cf4b5d?

rgb(207, 75, 93) — 207 red, 75 green and 93 blue out of 255, or 81.2% / 29.4% / 36.5% by channel.

Is #cf4b5d a light or a dark color?

It is a mid-tone. Relative luminance is 0.1909 and perceived brightness is 51%, so black text on it reaches 4.82:1.

Should I use black or white text on #cf4b5d?

Black. It scores 4.82:1 against #cf4b5d, versus 4.36:1 for white — AA at any size.

What is the complementary color of #cf4b5d?

#4BCFBD sits directly opposite on the wheel. Softer options are the split-complements #4BCF7B and #4B9FCF, which give the same contrast with far less vibration.

What colors go well with #cf4b5d?

For interface work: #FAF4F5 as the surface, #EDC0C6 for borders, #9B4B56 for secondary text, #26A674 as an accent and #651B25 for hover and pressed states. For a palette, the analogous pair #CF4B9F and #CF7B4B stays calm, while #4BCFBD is the loudest partner.

What is #cf4b5d in CMYK for printing?

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

Is #cf4b5d warm or cool?

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

Work with #cf4b5d in the Color Lab