Skip to content

#f7f4f2

a pale, soft orange · warm · closest name: White Smoke

RGB
247, 244, 242
HSL
24°, 24%, 96%
CMYK
0, 1, 2, 3
Luminance
0.9089

At a glance

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

Hex
#f7f4f2
Hue
24°
orange
Saturation
24%
soft
Lightness
96%
pale
Brightness
97%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9089
WCAG relative
Temperature
Warm
18/100 cool
Color family
Orange
Tone
Soft
Best ink
Black
19.18:1
Closest name
White Smoke
ΔE2000 1.6
Where it sits
Hue24° of 360°
Saturation24%
Lightness96%
Temperature
Warm ← → Cool18% cool

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

Every format

HEX#f7f4f2
RGBrgb(247, 244, 242)
HSLhsl(24, 24%, 96%)
CMYKcmyk(0%, 1%, 2%, 3%)
LABlab(96.4 0.7 1.3)
LCHlch(96.4 1.5 63.6)
OKLCHoklch(0.969 0.004 56.4)
Decimal16250098
Display P3color(display-p3 0.969 0.957 0.949)

Copy-ready code

/* CSS */
color: #f7f4f2;
background-color: #f7f4f2;
/* Tailwind (arbitrary) */
class="text-[#f7f4f2] bg-[#f7f4f2]"
/* SCSS */
$brand: #f7f4f2;
/* SwiftUI */
Color(red: 0.969, green: 0.957, blue: 0.949)
/* Android */
Color.parseColor("#f7f4f2")
/* Flutter */
Color(0xFFF7F4F2)
/* Python / OpenCV (BGR) */
(242, 244, 247)

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 #f7f4f2 · 19.18:1
Use #000000AAA at every size.
Aa
White text · 1.10: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: #f7f4f2 as text scores 1.10:1 on white and 19.18:1 on black.

Accessibility — WCAG contrast

Aa
#f7f4f2 on white: 1.10:1
AA ✗ fail · AA-large · AAA
Aa
#f7f4f2 on black: 19.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5F4F2
deuteranopia · #F6F5F2
tritanopia · #F8F3F3

Color scale — 50 to 950

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

#f7f4f2
#F3EFED
#E5DCD7
#D4C4BA
#BFA797
#AA8974
#98755D
#7E614E
#654E3E
#4B3B30
#2F251E
Base = 50Lightest = 50 · #f7f4f2Darkest = 950 · #2F251E
:root {
  --brand-50: #f7f4f2;
  --brand-100: #F3EFED;
  --brand-200: #E5DCD7;
  --brand-300: #D4C4BA;
  --brand-400: #BFA797;
  --brand-500: #AA8974;
  --brand-600: #98755D;
  --brand-700: #7E614E;
  --brand-800: #654E3E;
  --brand-900: #4B3B30;
  --brand-950: #2F251E;
  --brand: #f7f4f2;
  --brand-ink: #000000;
}

Colors that work with #f7f4f2

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#F9F7F6
Tinted page background
Border#E0D4CC
Hairlines and dividers
Muted text#8E6D57
Captions on the surface
Accent#4E7E7E
Second voice, not a rival
Dark variant#4F3D31
Hover, pressed, headers
Light variant#F5F2EF
Selected rows, tints
Dark surface#231B15
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 #f7f4f2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#F2F5F7
Analogous left#F7F2F3
Analogous right#F7F7F2
Split-complement 1#F2F7F7
Split-complement 2#F2F3F7
Triadic 1#F2F7F4
Triadic 2#F4F2F7
Tetradic#F3F7F2

RGB percentages

Red96.9%
Green95.7%
Blue94.9%

CMYK percentages

Cyan0.0%
Magenta1.2%
Yellow2.0%
Key (black)3.1%

Color previews

#f7f4f2 text on a black background

contrast 19.18:1

Card sample

#f7f4f2 text on a white background

contrast 1.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f7f4f2

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.

#f7f4f2 in the real world

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

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#f7f4f2, answered

What color is #f7f4f2?

#f7f4f2 is a pale soft orange, closest to White Smoke (ΔE2000 1.6). It sits at 24° on the hue wheel with 24% saturation and 96% lightness, which reads as warm.

What is the RGB value of #f7f4f2?

rgb(247, 244, 242) — 247 red, 244 green and 242 blue out of 255, or 96.9% / 95.7% / 94.9% by channel.

Is #f7f4f2 a light or a dark color?

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

Should I use black or white text on #f7f4f2?

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

What is the complementary color of #f7f4f2?

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

What colors go well with #f7f4f2?

For interface work: #F9F7F6 as the surface, #E0D4CC for borders, #8E6D57 for secondary text, #4E7E7E as an accent and #4F3D31 for hover and pressed states. For a palette, the analogous pair #F7F2F3 and #F7F7F2 stays calm, while #F2F5F7 is the loudest partner.

What is #f7f4f2 in CMYK for printing?

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

Is #f7f4f2 warm or cool?

Warm — it scores 18 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F9F7F6; nudged cooler, #F7F2F2.

Work with #f7f4f2 in the Color Lab