Skip to content

#f3c5f9

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

RGB
243, 197, 249
HSL
293°, 81%, 88%
CMYK
2, 21, 0, 2
Luminance
0.6583

At a glance

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

Hex
#f3c5f9
Hue
293°
magenta / pink
Saturation
81%
electric
Lightness
88%
pale
Brightness
98%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6583
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
14.17:1
Closest name
Thistle
ΔE2000 8.5
Where it sits
Hue293° of 360°
Saturation81%
Lightness88%
Temperature
Warm ← → Cool54% 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#f3c5f9
RGBrgb(243, 197, 249)
HSLhsl(293, 81%, 88%)
CMYKcmyk(2%, 21%, 0%, 2%)
LABlab(84.9 25.1 -19.4)
LCHlch(84.9 31.7 322.3)
OKLCHoklch(0.880 0.086 322.5)
Decimal15975929
Display P3color(display-p3 0.953 0.773 0.976)

Copy-ready code

/* CSS */
color: #f3c5f9;
background-color: #f3c5f9;
/* Tailwind (arbitrary) */
class="text-[#f3c5f9] bg-[#f3c5f9]"
/* SCSS */
$brand: #f3c5f9;
/* SwiftUI */
Color(red: 0.953, green: 0.773, blue: 0.976)
/* Android */
Color.parseColor("#f3c5f9")
/* Flutter */
Color(0xFFF3C5F9)
/* Python / OpenCV (BGR) */
(249, 197, 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 #f3c5f9 · 14.17:1
Use #000000AAA at every size.
Aa
White text · 1.48:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.17:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f3c5f9 as text scores 1.48:1 on white and 14.17:1 on black.

Accessibility — WCAG contrast

Aa
#f3c5f9 on white: 1.48:1
AA ✗ fail · AA-large · AAA
Aa
#f3c5f9 on black: 14.17:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C0D1FB
deuteranopia · #CAD6F7
tritanopia · #F5CAD7

Color scale — 50 to 950

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

#FBF3FC
#F7E6F9
#f3c5f9
#EA99F4
#DF67EF
#D534EA
#C717DE
#A613B9
#850F94
#600F6B
#3C0A43
Base = 200Lightest = 50 · #FBF3FCDarkest = 950 · #3C0A43
:root {
  --brand-50: #FBF3FC;
  --brand-100: #F7E6F9;
  --brand-200: #f3c5f9;
  --brand-300: #EA99F4;
  --brand-400: #DF67EF;
  --brand-500: #D534EA;
  --brand-600: #C717DE;
  --brand-700: #A613B9;
  --brand-800: #850F94;
  --brand-900: #600F6B;
  --brand-950: #3C0A43;
  --brand: #f3c5f9;
  --brand-ink: #000000;
}

Colors that work with #f3c5f9

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#E7C0ED
Hairlines and dividers
Muted text#924B9B
Captions on the surface
Accent#50BC10
Second voice, not a rival
Dark variant#680C74
Hover, pressed, headers
Light variant#FAE8FD
Selected rows, tints
Dark surface#231424
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 #f3c5f9

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#CBF9C5
Analogous left#D9C5F9
Analogous right#F9C5E5
Split-complement 1#E5F9C5
Split-complement 2#C5F9D9
Triadic 1#F9F3C5
Triadic 2#C5F9F3
Tetradic#F9D9C5

RGB percentages

Red95.3%
Green77.3%
Blue97.6%

CMYK percentages

Cyan2.4%
Magenta20.9%
Yellow0.0%
Key (black)2.4%

Color previews

#f3c5f9 text on a black background

contrast 14.17:1

Card sample

#f3c5f9 text on a white background

contrast 1.48:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f3c5f9

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.

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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#f3c5f9, answered

What color is #f3c5f9?

#f3c5f9 is a pale electric magenta / pink, closest to Thistle (ΔE2000 8.5). It sits at 293° on the hue wheel with 81% saturation and 88% lightness, which reads as neutral.

What is the RGB value of #f3c5f9?

rgb(243, 197, 249) — 243 red, 197 green and 249 blue out of 255, or 95.3% / 77.3% / 97.6% by channel.

Is #f3c5f9 a light or a dark color?

It is a light color. Relative luminance is 0.6583 and perceived brightness is 85%, so black text on it reaches 14.17:1.

Should I use black or white text on #f3c5f9?

Black. It scores 14.17:1 against #f3c5f9, versus 1.48:1 for white — AAA at any size.

What is the complementary color of #f3c5f9?

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

What colors go well with #f3c5f9?

For interface work: #FAF4FA as the surface, #E7C0ED for borders, #924B9B for secondary text, #50BC10 as an accent and #680C74 for hover and pressed states. For a palette, the analogous pair #D9C5F9 and #F9C5E5 stays calm, while #CBF9C5 is the loudest partner.

What is #f3c5f9 in CMYK for printing?

cmyk(2%, 21%, 0%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #f3c5f9 warm or cool?

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

Work with #f3c5f9 in the Color Lab