Skip to content

#f1dcf2

a pale, vivid magenta / pink · neutral · closest name: Thistle

RGB
241, 220, 242
HSL
297°, 46%, 91%
CMYK
0, 9, 0, 5
Luminance
0.7630

At a glance

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

Hex
#f1dcf2
Hue
297°
magenta / pink
Saturation
46%
vivid
Lightness
91%
pale
Brightness
95%
HSV value
Perceived
90%
weighted brightness
Luminance
0.7630
WCAG relative
Temperature
Neutral
52/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
16.26:1
Closest name
Thistle
ΔE2000 6.8
Where it sits
Hue297° of 360°
Saturation46%
Lightness91%
Temperature
Warm ← → Cool52% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#f1dcf2
RGBrgb(241, 220, 242)
HSLhsl(297, 46%, 91%)
CMYKcmyk(0%, 9%, 0%, 5%)
LABlab(90.0 11.0 -8.1)
LCHlch(90.0 13.7 323.7)
OKLCHoklch(0.918 0.037 324.5)
Decimal15850738
Display P3color(display-p3 0.945 0.863 0.949)

Copy-ready code

/* CSS */
color: #f1dcf2;
background-color: #f1dcf2;
/* Tailwind (arbitrary) */
class="text-[#f1dcf2] bg-[#f1dcf2]"
/* SCSS */
$brand: #f1dcf2;
/* SwiftUI */
Color(red: 0.945, green: 0.863, blue: 0.949)
/* Android */
Color.parseColor("#f1dcf2")
/* Flutter */
Color(0xFFF1DCF2)
/* Python / OpenCV (BGR) */
(242, 220, 241)

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

Accessibility — WCAG contrast

Aa
#f1dcf2 on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#f1dcf2 on black: 16.26:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DBE1F3
deuteranopia · #DFE3F1
tritanopia · #F2DEE3

Color scale — 50 to 950

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

#FAF5FA
#f1dcf2
#EAD0EB
#DEADE1
#CE84D1
#BE5BC2
#AD42B2
#913795
#742C77
#552357
#351636
Base = 100Lightest = 50 · #FAF5FADarkest = 950 · #351636
:root {
  --brand-50: #FAF5FA;
  --brand-100: #f1dcf2;
  --brand-200: #EAD0EB;
  --brand-300: #DEADE1;
  --brand-400: #CE84D1;
  --brand-500: #BE5BC2;
  --brand-600: #AD42B2;
  --brand-700: #913795;
  --brand-800: #742C77;
  --brand-900: #552357;
  --brand-950: #351636;
  --brand: #f1dcf2;
  --brand-ink: #000000;
}

Colors that work with #f1dcf2

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#FAF4FA
Tinted page background
Border#E7C4E9
Hairlines and dividers
Muted text#974B9B
Captions on the surface
Accent#519933
Second voice, not a rival
Dark variant#5A235D
Hover, pressed, headers
Light variant#F8ECF8
Selected rows, tints
Dark surface#241424
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 #f1dcf2

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#DDF2DC
Analogous left#E6DCF2
Analogous right#F2DCE8
Split-complement 1#E8F2DC
Split-complement 2#DCF2E6
Triadic 1#F2F1DC
Triadic 2#DCF2F1
Tetradic#F2E6DC

RGB percentages

Red94.5%
Green86.3%
Blue94.9%

CMYK percentages

Cyan0.4%
Magenta9.1%
Yellow0.0%
Key (black)5.1%

Color previews

#f1dcf2 text on a black background

contrast 16.26:1

Card sample

#f1dcf2 text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(241, 220, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 220, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dcf2;
background: linear-gradient(135deg, #f1dcf2, #F2DCE4);

Monochromatic scale

Palettes built from #f1dcf2

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.

#f1dcf2 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#f1dcf2, answered

What color is #f1dcf2?

#f1dcf2 is a pale vivid magenta / pink, closest to Thistle (ΔE2000 6.8). It sits at 297° on the hue wheel with 46% saturation and 91% lightness, which reads as neutral.

What is the RGB value of #f1dcf2?

rgb(241, 220, 242) — 241 red, 220 green and 242 blue out of 255, or 94.5% / 86.3% / 94.9% by channel.

Is #f1dcf2 a light or a dark color?

It is a light color. Relative luminance is 0.7630 and perceived brightness is 90%, so black text on it reaches 16.26:1.

Should I use black or white text on #f1dcf2?

Black. It scores 16.26:1 against #f1dcf2, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #f1dcf2?

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

What colors go well with #f1dcf2?

For interface work: #FAF4FA as the surface, #E7C4E9 for borders, #974B9B for secondary text, #519933 as an accent and #5A235D for hover and pressed states. For a palette, the analogous pair #E6DCF2 and #F2DCE8 stays calm, while #DDF2DC is the loudest partner.

What is #f1dcf2 in CMYK for printing?

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

Is #f1dcf2 warm or cool?

Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F2DCEB; nudged cooler, #E9DCF2.

Work with #f1dcf2 in the Color Lab