Skip to content

#f4f8db

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

RGB
244, 248, 219
HSL
68°, 67%, 92%
CMYK
2, 0, 12, 3
Luminance
0.9148

At a glance

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

Hex
#f4f8db
Hue
68°
yellow
Saturation
67%
vivid
Lightness
92%
pale
Brightness
97%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9148
WCAG relative
Temperature
Warm
32/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
19.30:1
Closest name
Beige
ΔE2000 2.2
Where it sits
Hue68° of 360°
Saturation67%
Lightness92%
Temperature
Warm ← → Cool32% 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#f4f8db
RGBrgb(244, 248, 219)
HSLhsl(68, 67%, 92%)
CMYKcmyk(2%, 0%, 12%, 3%)
LABlab(96.6 -6.2 13.5)
LCHlch(96.6 14.8 114.7)
OKLCHoklch(0.969 0.038 113.5)
Decimal16054491
Display P3color(display-p3 0.957 0.973 0.859)

Copy-ready code

/* CSS */
color: #f4f8db;
background-color: #f4f8db;
/* Tailwind (arbitrary) */
class="text-[#f4f8db] bg-[#f4f8db]"
/* SCSS */
$brand: #f4f8db;
/* SwiftUI */
Color(red: 0.957, green: 0.973, blue: 0.859)
/* Android */
Color.parseColor("#f4f8db")
/* Flutter */
Color(0xFFF4F8DB)
/* Python / OpenCV (BGR) */
(219, 248, 244)

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

Accessibility — WCAG contrast

Aa
#f4f8db on white: 1.09:1
AA ✗ fail · AA-large · AAA
Aa
#f4f8db on black: 19.30:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FDF5D9
deuteranopia · #FDF6DC
tritanopia · #F8F4F0

Color scale — 50 to 950

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

#FAFBF3
#f4f8db
#ECF2CA
#E2EDA1
#D4E472
#C6DA43
#B6CD28
#98AB21
#79891B
#596317
#373E0F
Base = 100Lightest = 50 · #FAFBF3Darkest = 950 · #373E0F
:root {
  --brand-50: #FAFBF3;
  --brand-100: #f4f8db;
  --brand-200: #ECF2CA;
  --brand-300: #E2EDA1;
  --brand-400: #D4E472;
  --brand-500: #C6DA43;
  --brand-600: #B6CD28;
  --brand-700: #98AB21;
  --brand-800: #79891B;
  --brand-900: #596317;
  --brand-950: #373E0F;
  --brand: #f4f8db;
  --brand-ink: #000000;
}

Colors that work with #f4f8db

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#E6EDC0
Hairlines and dividers
Muted text#909B4B
Captions on the surface
Accent#1C2FB0
Second voice, not a rival
Dark variant#5F6B15
Hover, pressed, headers
Light variant#F8FBEA
Selected rows, tints
Dark surface#222414
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 #f4f8db

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#DFDBF8
Analogous left#F8EEDB
Analogous right#E6F8DB
Split-complement 1#DBE6F8
Split-complement 2#EEDBF8
Triadic 1#DBF4F8
Triadic 2#F8DBF4
Tetradic#DBF8EE

RGB percentages

Red95.7%
Green97.3%
Blue85.9%

CMYK percentages

Cyan1.6%
Magenta0.0%
Yellow11.7%
Key (black)2.7%

Color previews

#f4f8db text on a black background

contrast 19.30:1

Card sample

#f4f8db text on a white background

contrast 1.09:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f4f8db

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.

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

#f4f8db, answered

What color is #f4f8db?

#f4f8db is a pale vivid yellow, closest to Beige (ΔE2000 2.2). It sits at 68° on the hue wheel with 67% saturation and 92% lightness, which reads as warm.

What is the RGB value of #f4f8db?

rgb(244, 248, 219) — 244 red, 248 green and 219 blue out of 255, or 95.7% / 97.3% / 85.9% by channel.

Is #f4f8db a light or a dark color?

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

Should I use black or white text on #f4f8db?

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

What is the complementary color of #f4f8db?

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

What colors go well with #f4f8db?

For interface work: #FAFAF4 as the surface, #E6EDC0 for borders, #909B4B for secondary text, #1C2FB0 as an accent and #5F6B15 for hover and pressed states. For a palette, the analogous pair #F8EEDB and #E6F8DB stays calm, while #DFDBF8 is the loudest partner.

What is #f4f8db in CMYK for printing?

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

Is #f4f8db warm or cool?

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

Work with #f4f8db in the Color Lab