Skip to content

#f3d3cf

a pale, vivid red · warm · closest name: Misty Rose

RGB
243, 211, 207
HSL
7°, 60%, 88%
CMYK
0, 13, 15, 5
Luminance
0.7015

At a glance

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

Hex
#f3d3cf
Hue
red
Saturation
60%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7015
WCAG relative
Temperature
Warm
13/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
15.03:1
Closest name
Misty Rose
ΔE2000 3.9
Where it sits
Hue7° of 360°
Saturation60%
Lightness88%
Temperature
Warm ← → Cool13% 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#f3d3cf
RGBrgb(243, 211, 207)
HSLhsl(7, 60%, 88%)
CMYKcmyk(0%, 13%, 15%, 5%)
LABlab(87.1 10.5 6.1)
LCHlch(87.1 12.2 30.1)
OKLCHoklch(0.892 0.036 26.3)
Decimal15979471
Display P3color(display-p3 0.953 0.827 0.812)

Copy-ready code

/* CSS */
color: #f3d3cf;
background-color: #f3d3cf;
/* Tailwind (arbitrary) */
class="text-[#f3d3cf] bg-[#f3d3cf]"
/* SCSS */
$brand: #f3d3cf;
/* SwiftUI */
Color(red: 0.953, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#f3d3cf")
/* Flutter */
Color(0xFFF3D3CF)
/* Python / OpenCV (BGR) */
(207, 211, 243)

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

Accessibility — WCAG contrast

Aa
#f3d3cf on white: 1.40:1
AA ✗ fail · AA-large · AAA
Aa
#f3d3cf on black: 15.03:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D9D7CF
deuteranopia · #E0DCCF
tritanopia · #FBD0D2

Color scale — 50 to 950

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

#FBF5F4
#F7EAE9
#f3d3cf
#E9ADA5
#DD8478
#D25B4B
#C44131
#A33629
#832C21
#5F231B
#3B1611
Base = 200Lightest = 50 · #FBF5F4Darkest = 950 · #3B1611
:root {
  --brand-50: #FBF5F4;
  --brand-100: #F7EAE9;
  --brand-200: #f3d3cf;
  --brand-300: #E9ADA5;
  --brand-400: #DD8478;
  --brand-500: #D25B4B;
  --brand-600: #C44131;
  --brand-700: #A33629;
  --brand-800: #832C21;
  --brand-900: #5F231B;
  --brand-950: #3B1611;
  --brand: #f3d3cf;
  --brand-ink: #000000;
}

Colors that work with #f3d3cf

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#9B544B
Captions on the surface
Accent#25A796
Second voice, not a rival
Dark variant#66221A
Hover, pressed, headers
Light variant#FAECEB
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 #f3d3cf

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#CFEFF3
Analogous left#F3CFDD
Analogous right#F3E5CF
Split-complement 1#CFF3E5
Split-complement 2#CFDDF3
Triadic 1#CFF3D3
Triadic 2#D3CFF3
Tetradic#DDF3CF

RGB percentages

Red95.3%
Green82.7%
Blue81.2%

CMYK percentages

Cyan0.0%
Magenta13.2%
Yellow14.8%
Key (black)4.7%

Color previews

#f3d3cf text on a black background

contrast 15.03:1

Card sample

#f3d3cf text on a white background

contrast 1.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f3d3cf

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.

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

#f3d3cf, answered

What color is #f3d3cf?

#f3d3cf is a pale vivid red, closest to Misty Rose (ΔE2000 3.9). It sits at 7° on the hue wheel with 60% saturation and 88% lightness, which reads as warm.

What is the RGB value of #f3d3cf?

rgb(243, 211, 207) — 243 red, 211 green and 207 blue out of 255, or 95.3% / 82.7% / 81.2% by channel.

Is #f3d3cf a light or a dark color?

It is a light color. Relative luminance is 0.7015 and perceived brightness is 87%, so black text on it reaches 15.03:1.

Should I use black or white text on #f3d3cf?

Black. It scores 15.03:1 against #f3d3cf, versus 1.40:1 for white — AAA at any size.

What is the complementary color of #f3d3cf?

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

What colors go well with #f3d3cf?

For interface work: #FAF5F4 as the surface, #EDC5C0 for borders, #9B544B for secondary text, #25A796 as an accent and #66221A for hover and pressed states. For a palette, the analogous pair #F3CFDD and #F3E5CF stays calm, while #CFEFF3 is the loudest partner.

What is #f3d3cf in CMYK for printing?

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

Is #f3d3cf warm or cool?

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

Work with #f3d3cf in the Color Lab