Skip to content

#f2c2fa

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

RGB
242, 194, 250
HSL
291°, 85%, 87%
CMYK
3, 22, 0, 2
Luminance
0.6436

At a glance

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

Hex
#f2c2fa
Hue
291°
magenta / pink
Saturation
85%
electric
Lightness
87%
pale
Brightness
98%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6436
WCAG relative
Temperature
Neutral
55/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
13.87:1
Closest name
Plum
ΔE2000 8
Where it sits
Hue291° of 360°
Saturation85%
Lightness87%
Temperature
Warm ← → Cool55% 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#f2c2fa
RGBrgb(242, 194, 250)
HSLhsl(291, 85%, 87%)
CMYKcmyk(3%, 22%, 0%, 2%)
LABlab(84.2 26.5 -21.1)
LCHlch(84.2 33.9 321.5)
OKLCHoklch(0.874 0.091 321.5)
Decimal15909626
Display P3color(display-p3 0.949 0.761 0.980)

Copy-ready code

/* CSS */
color: #f2c2fa;
background-color: #f2c2fa;
/* Tailwind (arbitrary) */
class="text-[#f2c2fa] bg-[#f2c2fa]"
/* SCSS */
$brand: #f2c2fa;
/* SwiftUI */
Color(red: 0.949, green: 0.761, blue: 0.980)
/* Android */
Color.parseColor("#f2c2fa")
/* Flutter */
Color(0xFFF2C2FA)
/* Python / OpenCV (BGR) */
(250, 194, 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 #f2c2fa · 13.87:1
Use #000000AAA at every size.
Aa
White text · 1.51:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.87:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f2c2fa as text scores 1.51:1 on white and 13.87:1 on black.

Accessibility — WCAG contrast

Aa
#f2c2fa on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#f2c2fa on black: 13.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BDCFFC
deuteranopia · #C7D4F8
tritanopia · #F4C7D5

Color scale — 50 to 950

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

#FBF2FC
#F7E5FA
#f2c2fa
#E997F6
#DE63F2
#D330EE
#C413E2
#A410BC
#830C97
#5F0D6D
#3C0844
Base = 200Lightest = 50 · #FBF2FCDarkest = 950 · #3C0844
:root {
  --brand-50: #FBF2FC;
  --brand-100: #F7E5FA;
  --brand-200: #f2c2fa;
  --brand-300: #E997F6;
  --brand-400: #DE63F2;
  --brand-500: #D330EE;
  --brand-600: #C413E2;
  --brand-700: #A410BC;
  --brand-800: #830C97;
  --brand-900: #5F0D6D;
  --brand-950: #3C0844;
  --brand: #f2c2fa;
  --brand-ink: #000000;
}

Colors that work with #f2c2fa

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#E6C0ED
Hairlines and dividers
Muted text#8F4B9B
Captions on the surface
Accent#53C00C
Second voice, not a rival
Dark variant#660A76
Hover, pressed, headers
Light variant#FAE7FD
Selected rows, tints
Dark surface#221424
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 #f2c2fa

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#CAFAC2
Analogous left#D6C2FA
Analogous right#FAC2E6
Split-complement 1#E6FAC2
Split-complement 2#C2FAD6
Triadic 1#FAF2C2
Triadic 2#C2FAF2
Tetradic#FAD6C2

RGB percentages

Red94.9%
Green76.1%
Blue98.0%

CMYK percentages

Cyan3.2%
Magenta22.4%
Yellow0.0%
Key (black)2.0%

Color previews

#f2c2fa text on a black background

contrast 13.87:1

Card sample

#f2c2fa text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2c2fa

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.

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

#f2c2fa, answered

What color is #f2c2fa?

#f2c2fa is a pale electric magenta / pink, closest to Plum (ΔE2000 8). It sits at 291° on the hue wheel with 85% saturation and 87% lightness, which reads as neutral.

What is the RGB value of #f2c2fa?

rgb(242, 194, 250) — 242 red, 194 green and 250 blue out of 255, or 94.9% / 76.1% / 98% by channel.

Is #f2c2fa a light or a dark color?

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

Should I use black or white text on #f2c2fa?

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

What is the complementary color of #f2c2fa?

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

What colors go well with #f2c2fa?

For interface work: #FAF4FA as the surface, #E6C0ED for borders, #8F4B9B for secondary text, #53C00C as an accent and #660A76 for hover and pressed states. For a palette, the analogous pair #D6C2FA and #FAC2E6 stays calm, while #CAFAC2 is the loudest partner.

What is #f2c2fa in CMYK for printing?

cmyk(3%, 22%, 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 #f2c2fa warm or cool?

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

Work with #f2c2fa in the Color Lab