Skip to content

#f2c5fc

a pale, electric violet · neutral · closest name: Plum

RGB
242, 197, 252
HSL
289°, 90%, 88%
CMYK
4, 22, 0, 1
Luminance
0.6584

At a glance

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

Hex
#f2c5fc
Hue
289°
violet
Saturation
90%
electric
Lightness
88%
pale
Brightness
99%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6584
WCAG relative
Temperature
Neutral
56/100 cool
Color family
Violet
Tone
Electric
Best ink
Black
14.17:1
Closest name
Plum
ΔE2000 8.7
Where it sits
Hue289° of 360°
Saturation90%
Lightness88%
Temperature
Warm ← → Cool56% 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#f2c5fc
RGBrgb(242, 197, 252)
HSLhsl(289, 90%, 88%)
CMYKcmyk(4%, 22%, 0%, 1%)
LABlab(84.9 25.3 -21.0)
LCHlch(84.9 32.9 320.3)
OKLCHoklch(0.880 0.088 320.1)
Decimal15910396
Display P3color(display-p3 0.949 0.773 0.988)

Copy-ready code

/* CSS */
color: #f2c5fc;
background-color: #f2c5fc;
/* Tailwind (arbitrary) */
class="text-[#f2c5fc] bg-[#f2c5fc]"
/* SCSS */
$brand: #f2c5fc;
/* SwiftUI */
Color(red: 0.949, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#f2c5fc")
/* Flutter */
Color(0xFFF2C5FC)
/* Python / OpenCV (BGR) */
(252, 197, 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 #f2c5fc · 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: #f2c5fc as text scores 1.48:1 on white and 14.17:1 on black.

Accessibility — WCAG contrast

Aa
#f2c5fc on white: 1.48:1
AA ✗ fail · AA-large · AAA
Aa
#f2c5fc on black: 14.17:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BFD1FE
deuteranopia · #C9D6FA
tritanopia · #F3CAD8

Color scale — 50 to 950

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

#FBF2FD
#F7E5FB
#f2c5fc
#E794FA
#DB5FF7
#CF2AF4
#C10CE9
#A10AC2
#80089B
#5E0A70
#3A0746
Base = 200Lightest = 50 · #FBF2FDDarkest = 950 · #3A0746
:root {
  --brand-50: #FBF2FD;
  --brand-100: #F7E5FB;
  --brand-200: #f2c5fc;
  --brand-300: #E794FA;
  --brand-400: #DB5FF7;
  --brand-500: #CF2AF4;
  --brand-600: #C10CE9;
  --brand-700: #A10AC2;
  --brand-800: #80089B;
  --brand-900: #5E0A70;
  --brand-950: #3A0746;
  --brand: #f2c5fc;
  --brand-ink: #000000;
}

Colors that work with #f2c5fc

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#F9F4FA
Tinted page background
Border#E4C0ED
Hairlines and dividers
Muted text#8C4B9B
Captions on the surface
Accent#57C507
Second voice, not a rival
Dark variant#640679
Hover, pressed, headers
Light variant#FAE7FE
Selected rows, tints
Dark surface#211424
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 #f2c5fc

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#CFFCC5
Analogous left#D6C5FC
Analogous right#FCC5EA
Split-complement 1#EAFCC5
Split-complement 2#C5FCD6
Triadic 1#FCF2C5
Triadic 2#C5FCF2
Tetradic#FCD6C5

RGB percentages

Red94.9%
Green77.3%
Blue98.8%

CMYK percentages

Cyan4.0%
Magenta21.8%
Yellow0.0%
Key (black)1.2%

Color previews

#f2c5fc text on a black background

contrast 14.17:1

Card sample

#f2c5fc text on a white background

contrast 1.48:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2c5fc

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.

#f2c5fc in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Creative toolsFintechBeautyLuxury
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#f2c5fc, answered

What color is #f2c5fc?

#f2c5fc is a pale electric violet, closest to Plum (ΔE2000 8.7). It sits at 289° on the hue wheel with 90% saturation and 88% lightness, which reads as neutral.

What is the RGB value of #f2c5fc?

rgb(242, 197, 252) — 242 red, 197 green and 252 blue out of 255, or 94.9% / 77.3% / 98.8% by channel.

Is #f2c5fc a light or a dark color?

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

Should I use black or white text on #f2c5fc?

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

What is the complementary color of #f2c5fc?

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

What colors go well with #f2c5fc?

For interface work: #F9F4FA as the surface, #E4C0ED for borders, #8C4B9B for secondary text, #57C507 as an accent and #640679 for hover and pressed states. For a palette, the analogous pair #D6C5FC and #FCC5EA stays calm, while #CFFCC5 is the loudest partner.

What is #f2c5fc in CMYK for printing?

cmyk(4%, 22%, 0%, 1%). 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 #f2c5fc warm or cool?

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

Work with #f2c5fc in the Color Lab