Skip to content

#f1c0f8

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

RGB
241, 192, 248
HSL
293°, 80%, 86%
CMYK
3, 23, 0, 3
Luminance
0.6318

At a glance

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

Hex
#f1c0f8
Hue
293°
magenta / pink
Saturation
80%
electric
Lightness
86%
pale
Brightness
97%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6318
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
13.64:1
Closest name
Plum
ΔE2000 7.6
Where it sits
Hue293° of 360°
Saturation80%
Lightness86%
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#f1c0f8
RGBrgb(241, 192, 248)
HSLhsl(293, 80%, 86%)
CMYKcmyk(3%, 23%, 0%, 3%)
LABlab(83.5 26.9 -20.9)
LCHlch(83.5 34.1 322.1)
OKLCHoklch(0.869 0.092 322.2)
Decimal15843576
Display P3color(display-p3 0.945 0.753 0.973)

Copy-ready code

/* CSS */
color: #f1c0f8;
background-color: #f1c0f8;
/* Tailwind (arbitrary) */
class="text-[#f1c0f8] bg-[#f1c0f8]"
/* SCSS */
$brand: #f1c0f8;
/* SwiftUI */
Color(red: 0.945, green: 0.753, blue: 0.973)
/* Android */
Color.parseColor("#f1c0f8")
/* Flutter */
Color(0xFFF1C0F8)
/* Python / OpenCV (BGR) */
(248, 192, 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 #f1c0f8 · 13.64:1
Use #000000AAA at every size.
Aa
White text · 1.54:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.64:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f1c0f8 as text scores 1.54:1 on white and 13.64:1 on black.

Accessibility — WCAG contrast

Aa
#f1c0f8 on white: 1.54:1
AA ✗ fail · AA-large · AAA
Aa
#f1c0f8 on black: 13.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BBCDFA
deuteranopia · #C6D2F6
tritanopia · #F3C5D3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f1c0f8 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
#f1c0f8
#E99AF4
#DD68EE
#D235E9
#C418DC
#A314B8
#831093
#5F106A
#3B0A42
Base = 200Lightest = 50 · #FBF3FCDarkest = 950 · #3B0A42
:root {
  --brand-50: #FBF3FC;
  --brand-100: #F7E6F9;
  --brand-200: #f1c0f8;
  --brand-300: #E99AF4;
  --brand-400: #DD68EE;
  --brand-500: #D235E9;
  --brand-600: #C418DC;
  --brand-700: #A314B8;
  --brand-800: #831093;
  --brand-900: #5F106A;
  --brand-950: #3B0A42;
  --brand: #f1c0f8;
  --brand-ink: #000000;
}

Colors that work with #f1c0f8

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#914B9B
Captions on the surface
Accent#52BB11
Second voice, not a rival
Dark variant#660D73
Hover, pressed, headers
Light variant#FAE8FC
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 #f1c0f8

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#C7F8C0
Analogous left#D5C0F8
Analogous right#F8C0E3
Split-complement 1#E3F8C0
Split-complement 2#C0F8D5
Triadic 1#F8F1C0
Triadic 2#C0F8F1
Tetradic#F8D5C0

RGB percentages

Red94.5%
Green75.3%
Blue97.3%

CMYK percentages

Cyan2.8%
Magenta22.6%
Yellow0.0%
Key (black)2.7%

Color previews

#f1c0f8 text on a black background

contrast 13.64:1

Card sample

#f1c0f8 text on a white background

contrast 1.54:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f1c0f8

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.

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

#f1c0f8, answered

What color is #f1c0f8?

#f1c0f8 is a pale electric magenta / pink, closest to Plum (ΔE2000 7.6). It sits at 293° on the hue wheel with 80% saturation and 86% lightness, which reads as neutral.

What is the RGB value of #f1c0f8?

rgb(241, 192, 248) — 241 red, 192 green and 248 blue out of 255, or 94.5% / 75.3% / 97.3% by channel.

Is #f1c0f8 a light or a dark color?

It is a light color. Relative luminance is 0.6318 and perceived brightness is 84%, so black text on it reaches 13.64:1.

Should I use black or white text on #f1c0f8?

Black. It scores 13.64:1 against #f1c0f8, versus 1.54:1 for white — AAA at any size.

What is the complementary color of #f1c0f8?

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

What colors go well with #f1c0f8?

For interface work: #FAF4FA as the surface, #E7C0ED for borders, #914B9B for secondary text, #52BB11 as an accent and #660D73 for hover and pressed states. For a palette, the analogous pair #D5C0F8 and #F8C0E3 stays calm, while #C7F8C0 is the loudest partner.

What is #f1c0f8 in CMYK for printing?

cmyk(3%, 23%, 0%, 3%). 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 #f1c0f8 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 #F8C0EB; nudged cooler, #DDBFF9.

Work with #f1c0f8 in the Color Lab