Skip to content

#f5bdc6

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

RGB
245, 189, 198
HSL
350°, 74%, 85%
CMYK
0, 23, 19, 4
Luminance
0.5988

At a glance

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

Hex
#f5bdc6
Hue
350°
red
Saturation
74%
vivid
Lightness
85%
pale
Brightness
96%
HSV value
Perceived
82%
weighted brightness
Luminance
0.5988
WCAG relative
Temperature
Warm
22/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
12.98:1
Closest name
Pink
ΔE2000 1.9
Where it sits
Hue350° of 360°
Saturation74%
Lightness85%
Temperature
Warm ← → Cool22% 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#f5bdc6
RGBrgb(245, 189, 198)
HSLhsl(350, 74%, 85%)
CMYKcmyk(0%, 23%, 19%, 4%)
LABlab(81.8 21.4 3.3)
LCHlch(81.8 21.7 8.7)
OKLCHoklch(0.851 0.065 7.8)
Decimal16104902
Display P3color(display-p3 0.961 0.741 0.776)

Copy-ready code

/* CSS */
color: #f5bdc6;
background-color: #f5bdc6;
/* Tailwind (arbitrary) */
class="text-[#f5bdc6] bg-[#f5bdc6]"
/* SCSS */
$brand: #f5bdc6;
/* SwiftUI */
Color(red: 0.961, green: 0.741, blue: 0.776)
/* Android */
Color.parseColor("#f5bdc6")
/* Flutter */
Color(0xFFF5BDC6)
/* Python / OpenCV (BGR) */
(198, 189, 245)

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

Accessibility — WCAG contrast

Aa
#f5bdc6 on white: 1.62:1
AA ✗ fail · AA-large · AAA
Aa
#f5bdc6 on black: 12.98:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C5C5C6
deuteranopia · #D2CFC5
tritanopia · #FFB9C0

Color scale — 50 to 950

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

#FCF3F4
#F8E7EA
#f5bdc6
#F09EAB
#E96D81
#E13C57
#D5203D
#B11B33
#8E1529
#671421
#400C15
Base = 200Lightest = 50 · #FCF3F4Darkest = 950 · #400C15
:root {
  --brand-50: #FCF3F4;
  --brand-100: #F8E7EA;
  --brand-200: #f5bdc6;
  --brand-300: #F09EAB;
  --brand-400: #E96D81;
  --brand-500: #E13C57;
  --brand-600: #D5203D;
  --brand-700: #B11B33;
  --brand-800: #8E1529;
  --brand-900: #671421;
  --brand-950: #400C15;
  --brand: #f5bdc6;
  --brand-ink: #000000;
}

Colors that work with #f5bdc6

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#EDC0C7
Hairlines and dividers
Muted text#9B4B57
Captions on the surface
Accent#16B673
Second voice, not a rival
Dark variant#6F1120
Hover, pressed, headers
Light variant#FCE9EC
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 #f5bdc6

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#BDF5EC
Analogous left#F5BDE2
Analogous right#F5D0BD
Split-complement 1#BDF5D0
Split-complement 2#BDE2F5
Triadic 1#C6F5BD
Triadic 2#BDC6F5
Tetradic#E2F5BD

RGB percentages

Red96.1%
Green74.1%
Blue77.6%

CMYK percentages

Cyan0.0%
Magenta22.9%
Yellow19.2%
Key (black)3.9%

Color previews

#f5bdc6 text on a black background

contrast 12.98:1

Card sample

#f5bdc6 text on a white background

contrast 1.62:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f5bdc6

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.

#f5bdc6 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#f5bdc6, answered

What color is #f5bdc6?

#f5bdc6 is a pale vivid red, closest to Pink (ΔE2000 1.9). It sits at 350° on the hue wheel with 74% saturation and 85% lightness, which reads as warm.

What is the RGB value of #f5bdc6?

rgb(245, 189, 198) — 245 red, 189 green and 198 blue out of 255, or 96.1% / 74.1% / 77.6% by channel.

Is #f5bdc6 a light or a dark color?

It is a light color. Relative luminance is 0.5988 and perceived brightness is 82%, so black text on it reaches 12.98:1.

Should I use black or white text on #f5bdc6?

Black. It scores 12.98:1 against #f5bdc6, versus 1.62:1 for white — AAA at any size.

What is the complementary color of #f5bdc6?

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

What colors go well with #f5bdc6?

For interface work: #FAF4F5 as the surface, #EDC0C7 for borders, #9B4B57 for secondary text, #16B673 as an accent and #6F1120 for hover and pressed states. For a palette, the analogous pair #F5BDE2 and #F5D0BD stays calm, while #BDF5EC is the loudest partner.

What is #f5bdc6 in CMYK for printing?

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

Is #f5bdc6 warm or cool?

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

Work with #f5bdc6 in the Color Lab