Skip to content

#f9f2fc

a pale, vivid violet · cool · closest name: Lavender Blush

RGB
249, 242, 252
HSL
282°, 63%, 97%
CMYK
1, 4, 0, 1
Luminance
0.9067

At a glance

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

Hex
#f9f2fc
Hue
282°
violet
Saturation
63%
vivid
Lightness
97%
pale
Brightness
99%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9067
WCAG relative
Temperature
Cool
60/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
19.13:1
Closest name
Lavender Blush
ΔE2000 3.6
Where it sits
Hue282° of 360°
Saturation63%
Lightness97%
Temperature
Warm ← → Cool60% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#f9f2fc
RGBrgb(249, 242, 252)
HSLhsl(282, 63%, 97%)
CMYKcmyk(1%, 4%, 0%, 1%)
LABlab(96.3 4.1 -4.0)
LCHlch(96.3 5.7 315.9)
OKLCHoklch(0.969 0.015 316.0)
Decimal16380668
Display P3color(display-p3 0.976 0.949 0.988)

Copy-ready code

/* CSS */
color: #f9f2fc;
background-color: #f9f2fc;
/* Tailwind (arbitrary) */
class="text-[#f9f2fc] bg-[#f9f2fc]"
/* SCSS */
$brand: #f9f2fc;
/* SwiftUI */
Color(red: 0.976, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#f9f2fc")
/* Flutter */
Color(0xFFF9F2FC)
/* Python / OpenCV (BGR) */
(252, 242, 249)

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

Accessibility — WCAG contrast

Aa
#f9f2fc on white: 1.10:1
AA ✗ fail · AA-large · AAA
Aa
#f9f2fc on black: 19.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F1F4FC
deuteranopia · #F2F4FC
tritanopia · #F9F3F5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f9f2fc is pinned to step 50; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#f9f2fc
#F3E8F7
#E5CCF0
#D5A4EA
#C076DF
#AB49D5
#992EC7
#8026A6
#661F85
#4B1A60
#2F103C
Base = 50Lightest = 50 · #f9f2fcDarkest = 950 · #2F103C
:root {
  --brand-50: #f9f2fc;
  --brand-100: #F3E8F7;
  --brand-200: #E5CCF0;
  --brand-300: #D5A4EA;
  --brand-400: #C076DF;
  --brand-500: #AB49D5;
  --brand-600: #992EC7;
  --brand-700: #8026A6;
  --brand-800: #661F85;
  --brand-900: #4B1A60;
  --brand-950: #2F103C;
  --brand: #f9f2fc;
  --brand-ink: #000000;
}

Colors that work with #f9f2fc

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#DFC0ED
Hairlines and dividers
Muted text#834B9B
Captions on the surface
Accent#73A626
Second voice, not a rival
Dark variant#501868
Hover, pressed, headers
Light variant#F5EAFA
Selected rows, tints
Dark surface#1F1424
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 #f9f2fc

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#F5FCF2
Analogous left#F4F2FC
Analogous right#FCF2FA
Split-complement 1#FAFCF2
Split-complement 2#F2FCF4
Triadic 1#FCF9F2
Triadic 2#F2FCF9
Tetradic#FCF4F2

RGB percentages

Red97.6%
Green94.9%
Blue98.8%

CMYK percentages

Cyan1.2%
Magenta4.0%
Yellow0.0%
Key (black)1.2%

Color previews

#f9f2fc text on a black background

contrast 19.13:1

Card sample

#f9f2fc text on a white background

contrast 1.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f9f2fc

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.

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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#f9f2fc, answered

What color is #f9f2fc?

#f9f2fc is a pale vivid violet, closest to Lavender Blush (ΔE2000 3.6). It sits at 282° on the hue wheel with 63% saturation and 97% lightness, which reads as cool.

What is the RGB value of #f9f2fc?

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

Is #f9f2fc a light or a dark color?

It is a light color. Relative luminance is 0.9067 and perceived brightness is 96%, so black text on it reaches 19.13:1.

Should I use black or white text on #f9f2fc?

Black. It scores 19.13:1 against #f9f2fc, versus 1.10:1 for white — AAA at any size.

What is the complementary color of #f9f2fc?

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

What colors go well with #f9f2fc?

For interface work: #F9F4FA as the surface, #DFC0ED for borders, #834B9B for secondary text, #73A626 as an accent and #501868 for hover and pressed states. For a palette, the analogous pair #F4F2FC and #FCF2FA stays calm, while #F5FCF2 is the loudest partner.

What is #f9f2fc in CMYK for printing?

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

Is #f9f2fc warm or cool?

Cool — it scores 60 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FCF2FB; nudged cooler, #F5F2FC.

Work with #f9f2fc in the Color Lab