Skip to content

#f0f3db

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

RGB
240, 243, 219
HSL
68°, 50%, 91%
CMYK
1, 0, 10, 5
Luminance
0.8774

At a glance

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

Hex
#f0f3db
Hue
68°
yellow
Saturation
50%
vivid
Lightness
91%
pale
Brightness
95%
HSV value
Perceived
94%
weighted brightness
Luminance
0.8774
WCAG relative
Temperature
Warm
31/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
18.55:1
Closest name
Beige
ΔE2000 1.4
Where it sits
Hue68° of 360°
Saturation50%
Lightness91%
Temperature
Warm ← → Cool31% 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#f0f3db
RGBrgb(240, 243, 219)
HSLhsl(68, 50%, 91%)
CMYKcmyk(1%, 0%, 10%, 5%)
LABlab(95.0 -5.1 11.2)
LCHlch(95.0 12.3 114.3)
OKLCHoklch(0.956 0.032 112.8)
Decimal15791067
Display P3color(display-p3 0.941 0.953 0.859)

Copy-ready code

/* CSS */
color: #f0f3db;
background-color: #f0f3db;
/* Tailwind (arbitrary) */
class="text-[#f0f3db] bg-[#f0f3db]"
/* SCSS */
$brand: #f0f3db;
/* SwiftUI */
Color(red: 0.941, green: 0.953, blue: 0.859)
/* Android */
Color.parseColor("#f0f3db")
/* Flutter */
Color(0xFFF0F3DB)
/* Python / OpenCV (BGR) */
(219, 243, 240)

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

Accessibility — WCAG contrast

Aa
#f0f3db on white: 1.13:1
AA ✗ fail · AA-large · AAA
Aa
#f0f3db on black: 18.55:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7F0DA
deuteranopia · #F7F1DC
tritanopia · #F3F0EC

Color scale — 50 to 950

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

#FAFAF4
#f0f3db
#E9ECCF
#DCE3AB
#CAD581
#B9C757
#A8B83D
#8C9933
#707A29
#525921
#333815
Base = 100Lightest = 50 · #FAFAF4Darkest = 950 · #333815
:root {
  --brand-50: #FAFAF4;
  --brand-100: #f0f3db;
  --brand-200: #E9ECCF;
  --brand-300: #DCE3AB;
  --brand-400: #CAD581;
  --brand-500: #B9C757;
  --brand-600: #A8B83D;
  --brand-700: #8C9933;
  --brand-800: #707A29;
  --brand-900: #525921;
  --brand-950: #333815;
  --brand: #f0f3db;
  --brand-ink: #000000;
}

Colors that work with #f0f3db

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#E6EBC2
Hairlines and dividers
Muted text#919B4B
Captions on the surface
Accent#2F3B9D
Second voice, not a rival
Dark variant#586020
Hover, pressed, headers
Light variant#F7F9EC
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 #f0f3db

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#DEDBF3
Analogous left#F3EADB
Analogous right#E4F3DB
Split-complement 1#DBE4F3
Split-complement 2#EADBF3
Triadic 1#DBF0F3
Triadic 2#F3DBF0
Tetradic#DBF3EA

RGB percentages

Red94.1%
Green95.3%
Blue85.9%

CMYK percentages

Cyan1.2%
Magenta0.0%
Yellow9.9%
Key (black)4.7%

Color previews

#f0f3db text on a black background

contrast 18.55:1

Card sample

#f0f3db text on a white background

contrast 1.13:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f0f3db

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.

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

#f0f3db, answered

What color is #f0f3db?

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

What is the RGB value of #f0f3db?

rgb(240, 243, 219) — 240 red, 243 green and 219 blue out of 255, or 94.1% / 95.3% / 85.9% by channel.

Is #f0f3db a light or a dark color?

It is a light color. Relative luminance is 0.8774 and perceived brightness is 94%, so black text on it reaches 18.55:1.

Should I use black or white text on #f0f3db?

Black. It scores 18.55:1 against #f0f3db, versus 1.13:1 for white — AAA at any size.

What is the complementary color of #f0f3db?

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

What colors go well with #f0f3db?

For interface work: #FAFAF4 as the surface, #E6EBC2 for borders, #919B4B for secondary text, #2F3B9D as an accent and #586020 for hover and pressed states. For a palette, the analogous pair #F3EADB and #E4F3DB stays calm, while #DEDBF3 is the loudest partner.

What is #f0f3db in CMYK for printing?

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

Is #f0f3db warm or cool?

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

Work with #f0f3db in the Color Lab