Skip to content

#f7f2f0

a pale, soft orange · warm · closest name: Snow

RGB
247, 242, 240
HSL
17°, 30%, 96%
CMYK
0, 2, 3, 3
Luminance
0.8957

At a glance

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

Hex
#f7f2f0
Hue
17°
orange
Saturation
30%
soft
Lightness
96%
pale
Brightness
97%
HSV value
Perceived
95%
weighted brightness
Luminance
0.8957
WCAG relative
Temperature
Warm
13/100 cool
Color family
Orange
Tone
Soft
Best ink
Black
18.91:1
Closest name
Snow
ΔE2000 2
Where it sits
Hue17° of 360°
Saturation30%
Lightness96%
Temperature
Warm ← → Cool13% 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#f7f2f0
RGBrgb(247, 242, 240)
HSLhsl(17, 30%, 96%)
CMYKcmyk(0%, 2%, 3%, 3%)
LABlab(95.8 1.3 1.6)
LCHlch(95.8 2.0 49.6)
OKLCHoklch(0.965 0.006 43.3)
Decimal16249584
Display P3color(display-p3 0.969 0.949 0.941)

Copy-ready code

/* CSS */
color: #f7f2f0;
background-color: #f7f2f0;
/* Tailwind (arbitrary) */
class="text-[#f7f2f0] bg-[#f7f2f0]"
/* SCSS */
$brand: #f7f2f0;
/* SwiftUI */
Color(red: 0.969, green: 0.949, blue: 0.941)
/* Android */
Color.parseColor("#f7f2f0")
/* Flutter */
Color(0xFFF7F2F0)
/* Python / OpenCV (BGR) */
(240, 242, 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 #f7f2f0 · 18.91:1
Use #000000AAA at every size.
Aa
White text · 1.11:1
AA fail · AA large fail · AAA fail
Aa
Black text · 18.91:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f7f2f0 as text scores 1.11:1 on white and 18.91:1 on black.

Accessibility — WCAG contrast

Aa
#f7f2f0 on white: 1.11:1
AA ✗ fail · AA-large · AAA
Aa
#f7f2f0 on black: 18.91:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3F2F0
deuteranopia · #F4F3F0
tritanopia · #F9F1F1

Color scale — 50 to 950

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

#f7f2f0
#F3EEEC
#E7DAD5
#D8C0B6
#C4A091
#B1806D
#A06A55
#855947
#6A4739
#4E362C
#31221C
Base = 50Lightest = 50 · #f7f2f0Darkest = 950 · #31221C
:root {
  --brand-50: #f7f2f0;
  --brand-100: #F3EEEC;
  --brand-200: #E7DAD5;
  --brand-300: #D8C0B6;
  --brand-400: #C4A091;
  --brand-500: #B1806D;
  --brand-600: #A06A55;
  --brand-700: #855947;
  --brand-800: #6A4739;
  --brand-900: #4E362C;
  --brand-950: #31221C;
  --brand: #f7f2f0;
  --brand-ink: #000000;
}

Colors that work with #f7f2f0

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#FAF6F5
Tinted page background
Border#E3D1CA
Hairlines and dividers
Muted text#966450
Captions on the surface
Accent#478585
Second voice, not a rival
Dark variant#53372C
Hover, pressed, headers
Light variant#F6F1EE
Selected rows, tints
Dark surface#241814
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 #f7f2f0

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#F0F5F7
Analogous left#F7F0F2
Analogous right#F7F6F0
Split-complement 1#F0F7F6
Split-complement 2#F0F2F7
Triadic 1#F0F7F2
Triadic 2#F2F0F7
Tetradic#F2F7F0

RGB percentages

Red96.9%
Green94.9%
Blue94.1%

CMYK percentages

Cyan0.0%
Magenta2.0%
Yellow2.8%
Key (black)3.1%

Color previews

#f7f2f0 text on a black background

contrast 18.91:1

Card sample

#f7f2f0 text on a white background

contrast 1.11:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f7f2f0

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.

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

#f7f2f0, answered

What color is #f7f2f0?

#f7f2f0 is a pale soft orange, closest to Snow (ΔE2000 2). It sits at 17° on the hue wheel with 30% saturation and 96% lightness, which reads as warm.

What is the RGB value of #f7f2f0?

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

Is #f7f2f0 a light or a dark color?

It is a light color. Relative luminance is 0.8957 and perceived brightness is 95%, so black text on it reaches 18.91:1.

Should I use black or white text on #f7f2f0?

Black. It scores 18.91:1 against #f7f2f0, versus 1.11:1 for white — AAA at any size.

What is the complementary color of #f7f2f0?

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

What colors go well with #f7f2f0?

For interface work: #FAF6F5 as the surface, #E3D1CA for borders, #966450 for secondary text, #478585 as an accent and #53372C for hover and pressed states. For a palette, the analogous pair #F7F0F2 and #F7F6F0 stays calm, while #F0F5F7 is the loudest partner.

What is #f7f2f0 in CMYK for printing?

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

Is #f7f2f0 warm or cool?

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

Work with #f7f2f0 in the Color Lab