Skip to content

#faf8df

a pale, vivid yellow · warm · closest name: Beige

RGB
250, 248, 223
HSL
56°, 73%, 93%
CMYK
0, 1, 11, 2
Luminance
0.9279

At a glance

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

Hex
#faf8df
Hue
56°
yellow
Saturation
73%
vivid
Lightness
93%
pale
Brightness
98%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9279
WCAG relative
Temperature
Warm
21/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
19.56:1
Closest name
Beige
ΔE2000 1.1
Where it sits
Hue56° of 360°
Saturation73%
Lightness93%
Temperature
Warm ← → Cool21% 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#faf8df
RGBrgb(250, 248, 223)
HSLhsl(56, 73%, 93%)
CMYKcmyk(0%, 1%, 11%, 2%)
LABlab(97.1 -3.5 12.3)
LCHlch(97.1 12.7 105.9)
OKLCHoklch(0.974 0.033 103.3)
Decimal16447711
Display P3color(display-p3 0.980 0.973 0.875)

Copy-ready code

/* CSS */
color: #faf8df;
background-color: #faf8df;
/* Tailwind (arbitrary) */
class="text-[#faf8df] bg-[#faf8df]"
/* SCSS */
$brand: #faf8df;
/* SwiftUI */
Color(red: 0.980, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#faf8df")
/* Flutter */
Color(0xFFFAF8DF)
/* Python / OpenCV (BGR) */
(223, 248, 250)

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

Accessibility — WCAG contrast

Aa
#faf8df on white: 1.07:1
AA ✗ fail · AA-large · AAA
Aa
#faf8df on black: 19.56:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FDF6DE
deuteranopia · #FEF7E0
tritanopia · #FFF4F1

Color scale — 50 to 950

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

#FCFBF3
#faf8df
#F3F0C9
#F0EA9E
#E8DF6D
#E1D53D
#D4C721
#B0A61C
#8D8416
#666014
#403C0D
Base = 100Lightest = 50 · #FCFBF3Darkest = 950 · #403C0D
:root {
  --brand-50: #FCFBF3;
  --brand-100: #faf8df;
  --brand-200: #F3F0C9;
  --brand-300: #F0EA9E;
  --brand-400: #E8DF6D;
  --brand-500: #E1D53D;
  --brand-600: #D4C721;
  --brand-700: #B0A61C;
  --brand-800: #8D8416;
  --brand-900: #666014;
  --brand-950: #403C0D;
  --brand: #faf8df;
  --brand-ink: #000000;
}

Colors that work with #faf8df

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#FAFAF4
Tinted page background
Border#EDE9C0
Hairlines and dividers
Muted text#9B954B
Captions on the surface
Accent#1648B6
Second voice, not a rival
Dark variant#6E6711
Hover, pressed, headers
Light variant#FCFAE9
Selected rows, tints
Dark surface#242314
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 #faf8df

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#DFE1FA
Analogous left#FAEADF
Analogous right#EEFADF
Split-complement 1#DFEEFA
Split-complement 2#EADFFA
Triadic 1#DFFAF8
Triadic 2#F8DFFA
Tetradic#DFFAEA

RGB percentages

Red98.0%
Green97.3%
Blue87.5%

CMYK percentages

Cyan0.0%
Magenta0.8%
Yellow10.8%
Key (black)2.0%

Color previews

#faf8df text on a black background

contrast 19.56:1

Card sample

#faf8df text on a white background

contrast 1.07:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #faf8df

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.

#faf8df in the real world

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

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#faf8df, answered

What color is #faf8df?

#faf8df is a pale vivid yellow, closest to Beige (ΔE2000 1.1). It sits at 56° on the hue wheel with 73% saturation and 93% lightness, which reads as warm.

What is the RGB value of #faf8df?

rgb(250, 248, 223) — 250 red, 248 green and 223 blue out of 255, or 98% / 97.3% / 87.5% by channel.

Is #faf8df a light or a dark color?

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

Should I use black or white text on #faf8df?

Black. It scores 19.56:1 against #faf8df, versus 1.07:1 for white — AAA at any size.

What is the complementary color of #faf8df?

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

What colors go well with #faf8df?

For interface work: #FAFAF4 as the surface, #EDE9C0 for borders, #9B954B for secondary text, #1648B6 as an accent and #6E6711 for hover and pressed states. For a palette, the analogous pair #FAEADF and #EEFADF stays calm, while #DFE1FA is the loudest partner.

What is #faf8df in CMYK for printing?

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

Is #faf8df warm or cool?

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

Work with #faf8df in the Color Lab