Skip to content

#f3f4fe

a pale, electric blue · cool · closest name: Ghost White

RGB
243, 244, 254
HSL
235°, 85%, 98%
CMYK
4, 4, 0, 0
Luminance
0.9091

At a glance

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

Hex
#f3f4fe
Hue
235°
blue
Saturation
85%
electric
Lightness
98%
pale
Brightness
100%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9091
WCAG relative
Temperature
Cool
86/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
19.18:1
Closest name
Ghost White
ΔE2000 1.6
Where it sits
Hue235° of 360°
Saturation85%
Lightness98%
Temperature
Warm ← → Cool86% 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#f3f4fe
RGBrgb(243, 244, 254)
HSLhsl(235, 85%, 98%)
CMYKcmyk(4%, 4%, 0%, 0%)
LABlab(96.4 1.5 -4.9)
LCHlch(96.4 5.1 286.7)
OKLCHoklch(0.969 0.013 281.6)
Decimal15987966
Display P3color(display-p3 0.953 0.957 0.996)

Copy-ready code

/* CSS */
color: #f3f4fe;
background-color: #f3f4fe;
/* Tailwind (arbitrary) */
class="text-[#f3f4fe] bg-[#f3f4fe]"
/* SCSS */
$brand: #f3f4fe;
/* SwiftUI */
Color(red: 0.953, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#f3f4fe")
/* Flutter */
Color(0xFFF3F4FE)
/* Python / OpenCV (BGR) */
(254, 244, 243)

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

Accessibility — WCAG contrast

Aa
#f3f4fe on white: 1.09:1
AA ✗ fail · AA-large · AAA
Aa
#f3f4fe on black: 19.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F2F5FF
deuteranopia · #F1F4FE
tritanopia · #F1F6F7

Color scale — 50 to 950

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

#f3f4fe
#E6E7FA
#C5CAF7
#97A0F6
#6471F2
#3041EE
#1326E2
#1020BC
#0D1997
#0E166D
#080E44
Base = 50Lightest = 50 · #f3f4feDarkest = 950 · #080E44
:root {
  --brand-50: #f3f4fe;
  --brand-100: #E6E7FA;
  --brand-200: #C5CAF7;
  --brand-300: #97A0F6;
  --brand-400: #6471F2;
  --brand-500: #3041EE;
  --brand-600: #1326E2;
  --brand-700: #1020BC;
  --brand-800: #0D1997;
  --brand-900: #0E166D;
  --brand-950: #080E44;
  --brand: #f3f4fe;
  --brand-ink: #000000;
}

Colors that work with #f3f4fe

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#F4F5FA
Tinted page background
Border#C0C4ED
Hairlines and dividers
Muted text#4B529B
Captions on the surface
Accent#BC7E10
Second voice, not a rival
Dark variant#0A1476
Hover, pressed, headers
Light variant#E7E9FD
Selected rows, tints
Dark surface#141524
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 #f3f4fe

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#FEFDF3
Analogous left#F3FAFE
Analogous right#F8F3FE
Split-complement 1#FEF8F3
Split-complement 2#FAFEF3
Triadic 1#FEF3F4
Triadic 2#F4FEF3
Tetradic#FEF3FA

RGB percentages

Red95.3%
Green95.7%
Blue99.6%

CMYK percentages

Cyan4.3%
Magenta3.9%
Yellow0.0%
Key (black)0.4%

Color previews

#f3f4fe text on a black background

contrast 19.18:1

Card sample

#f3f4fe text on a white background

contrast 1.09:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(243, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f4fe;
background: linear-gradient(135deg, #f3f4fe, #F9F3FE);

Monochromatic scale

Palettes built from #f3f4fe

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.

#f3f4fe in the real world

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

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#f3f4fe, answered

What color is #f3f4fe?

#f3f4fe is a pale electric blue, closest to Ghost White (ΔE2000 1.6). It sits at 235° on the hue wheel with 85% saturation and 98% lightness, which reads as cool.

What is the RGB value of #f3f4fe?

rgb(243, 244, 254) — 243 red, 244 green and 254 blue out of 255, or 95.3% / 95.7% / 99.6% by channel.

Is #f3f4fe a light or a dark color?

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

Should I use black or white text on #f3f4fe?

Black. It scores 19.18:1 against #f3f4fe, versus 1.09:1 for white — AAA at any size.

What is the complementary color of #f3f4fe?

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

What colors go well with #f3f4fe?

For interface work: #F4F5FA as the surface, #C0C4ED for borders, #4B529B for secondary text, #BC7E10 as an accent and #0A1476 for hover and pressed states. For a palette, the analogous pair #F3FAFE and #F8F3FE stays calm, while #FEFDF3 is the loudest partner.

What is #f3f4fe in CMYK for printing?

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

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

Work with #f3f4fe in the Color Lab