Skip to content

#f2c3f5

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

RGB
242, 195, 245
HSL
296°, 71%, 86%
CMYK
1, 20, 0, 4
Luminance
0.6450

At a glance

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

Hex
#f2c3f5
Hue
296°
magenta / pink
Saturation
71%
vivid
Lightness
86%
pale
Brightness
96%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6450
WCAG relative
Temperature
Neutral
52/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
13.90:1
Closest name
Thistle
ΔE2000 8.1
Where it sits
Hue296° of 360°
Saturation71%
Lightness86%
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#f2c3f5
RGBrgb(242, 195, 245)
HSLhsl(296, 71%, 86%)
CMYKcmyk(1%, 20%, 0%, 4%)
LABlab(84.2 25.1 -18.3)
LCHlch(84.2 31.0 323.9)
OKLCHoklch(0.874 0.084 324.3)
Decimal15909877
Display P3color(display-p3 0.949 0.765 0.961)

Copy-ready code

/* CSS */
color: #f2c3f5;
background-color: #f2c3f5;
/* Tailwind (arbitrary) */
class="text-[#f2c3f5] bg-[#f2c3f5]"
/* SCSS */
$brand: #f2c3f5;
/* SwiftUI */
Color(red: 0.949, green: 0.765, blue: 0.961)
/* Android */
Color.parseColor("#f2c3f5")
/* Flutter */
Color(0xFFF2C3F5)
/* Python / OpenCV (BGR) */
(245, 195, 242)

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

Accessibility — WCAG contrast

Aa
#f2c3f5 on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#f2c3f5 on black: 13.90:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BFCFF7
deuteranopia · #CAD4F3
tritanopia · #F5C7D4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f2c3f5 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
#F7E7F8
#f2c3f5
#EA9FEF
#E06FE7
#D53FDF
#C723D2
#A61DAF
#85178C
#611565
#3C0D3F
Base = 200Lightest = 50 · #FBF3FCDarkest = 950 · #3C0D3F
:root {
  --brand-50: #FBF3FC;
  --brand-100: #F7E7F8;
  --brand-200: #f2c3f5;
  --brand-300: #EA9FEF;
  --brand-400: #E06FE7;
  --brand-500: #D53FDF;
  --brand-600: #C723D2;
  --brand-700: #A61DAF;
  --brand-800: #85178C;
  --brand-900: #611565;
  --brand-950: #3C0D3F;
  --brand: #f2c3f5;
  --brand-ink: #000000;
}

Colors that work with #f2c3f5

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#EAC0ED
Hairlines and dividers
Muted text#964B9B
Captions on the surface
Accent#49B21A
Second voice, not a rival
Dark variant#68126D
Hover, pressed, headers
Light variant#FAE9FB
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 #f2c3f5

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#C6F5C3
Analogous left#D9C3F5
Analogous right#F5C3DF
Split-complement 1#DFF5C3
Split-complement 2#C3F5D9
Triadic 1#F5F2C3
Triadic 2#C3F5F2
Tetradic#F5D9C3

RGB percentages

Red94.9%
Green76.5%
Blue96.1%

CMYK percentages

Cyan1.2%
Magenta20.4%
Yellow0.0%
Key (black)3.9%

Color previews

#f2c3f5 text on a black background

contrast 13.90:1

Card sample

#f2c3f5 text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2c3f5

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.

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

#f2c3f5, answered

What color is #f2c3f5?

#f2c3f5 is a pale vivid magenta / pink, closest to Thistle (ΔE2000 8.1). It sits at 296° on the hue wheel with 71% saturation and 86% lightness, which reads as neutral.

What is the RGB value of #f2c3f5?

rgb(242, 195, 245) — 242 red, 195 green and 245 blue out of 255, or 94.9% / 76.5% / 96.1% by channel.

Is #f2c3f5 a light or a dark color?

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

Should I use black or white text on #f2c3f5?

Black. It scores 13.90:1 against #f2c3f5, versus 1.51:1 for white — AAA at any size.

What is the complementary color of #f2c3f5?

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

What colors go well with #f2c3f5?

For interface work: #FAF4FA as the surface, #EAC0ED for borders, #964B9B for secondary text, #49B21A as an accent and #68126D for hover and pressed states. For a palette, the analogous pair #D9C3F5 and #F5C3DF stays calm, while #C6F5C3 is the loudest partner.

What is #f2c3f5 in CMYK for printing?

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

Is #f2c3f5 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 #F5C3E6; nudged cooler, #E0C2F6.

Work with #f2c3f5 in the Color Lab