Skip to content

#f3f8eb

a pale, vivid green · neutral · closest name: Ivory

RGB
243, 248, 235
HSL
83°, 48%, 95%
CMYK
2, 0, 5, 3
Luminance
0.9219

At a glance

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

Hex
#f3f8eb
Hue
83°
green
Saturation
48%
vivid
Lightness
95%
pale
Brightness
97%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9219
WCAG relative
Temperature
Neutral
44/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
19.44:1
Closest name
Ivory
ΔE2000 2.7
Where it sits
Hue83° of 360°
Saturation48%
Lightness95%
Temperature
Warm ← → Cool44% cool

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

Every format

HEX#f3f8eb
RGBrgb(243, 248, 235)
HSLhsl(83, 48%, 95%)
CMYKcmyk(2%, 0%, 5%, 3%)
LABlab(96.9 -3.9 5.7)
LCHlch(96.9 6.9 124.7)
OKLCHoklch(0.972 0.018 124.0)
Decimal15988971
Display P3color(display-p3 0.953 0.973 0.922)

Copy-ready code

/* CSS */
color: #f3f8eb;
background-color: #f3f8eb;
/* Tailwind (arbitrary) */
class="text-[#f3f8eb] bg-[#f3f8eb]"
/* SCSS */
$brand: #f3f8eb;
/* SwiftUI */
Color(red: 0.953, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#f3f8eb")
/* Flutter */
Color(0xFFF3F8EB)
/* Python / OpenCV (BGR) */
(235, 248, 243)

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

Accessibility — WCAG contrast

Aa
#f3f8eb on white: 1.08:1
AA ✗ fail · AA-large · AAA
Aa
#f3f8eb on black: 19.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FAF6EA
deuteranopia · #F9F6EB
tritanopia · #F4F7F4

Color scale — 50 to 950

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

#F8FAF4
#f3f8eb
#E1ECD0
#CDE2AC
#B4D382
#9BC559
#88B540
#719735
#5B792A
#435822
#2A3715
Base = 100Lightest = 50 · #F8FAF4Darkest = 950 · #2A3715
:root {
  --brand-50: #F8FAF4;
  --brand-100: #f3f8eb;
  --brand-200: #E1ECD0;
  --brand-300: #CDE2AC;
  --brand-400: #B4D382;
  --brand-500: #9BC559;
  --brand-600: #88B540;
  --brand-700: #719735;
  --brand-800: #5B792A;
  --brand-900: #435822;
  --brand-950: #2A3715;
  --brand: #f3f8eb;
  --brand-ink: #000000;
}

Colors that work with #f3f8eb

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#F8FAF4
Tinted page background
Border#DBEAC3
Hairlines and dividers
Muted text#7C9B4B
Captions on the surface
Accent#3C2D9F
Second voice, not a rival
Dark variant#475E21
Hover, pressed, headers
Light variant#F4F8EC
Selected rows, tints
Dark surface#1E2414
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 #f3f8eb

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
  • 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#F0EBF8
Analogous left#F8F6EB
Analogous right#ECF8EB
Split-complement 1#EBECF8
Split-complement 2#F6EBF8
Triadic 1#EBF3F8
Triadic 2#F8EBF3
Tetradic#EBF8F6

RGB percentages

Red95.3%
Green97.3%
Blue92.2%

CMYK percentages

Cyan2.0%
Magenta0.0%
Yellow5.2%
Key (black)2.7%

Color previews

#f3f8eb text on a black background

contrast 19.44:1

Card sample

#f3f8eb text on a white background

contrast 1.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f3f8eb

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.

#f3f8eb in the real world

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

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#f3f8eb, answered

What color is #f3f8eb?

#f3f8eb is a pale vivid green, closest to Ivory (ΔE2000 2.7). It sits at 83° on the hue wheel with 48% saturation and 95% lightness, which reads as neutral.

What is the RGB value of #f3f8eb?

rgb(243, 248, 235) — 243 red, 248 green and 235 blue out of 255, or 95.3% / 97.3% / 92.2% by channel.

Is #f3f8eb a light or a dark color?

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

Should I use black or white text on #f3f8eb?

Black. It scores 19.44:1 against #f3f8eb, versus 1.08:1 for white — AAA at any size.

What is the complementary color of #f3f8eb?

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

What colors go well with #f3f8eb?

For interface work: #F8FAF4 as the surface, #DBEAC3 for borders, #7C9B4B for secondary text, #3C2D9F as an accent and #475E21 for hover and pressed states. For a palette, the analogous pair #F8F6EB and #ECF8EB stays calm, while #F0EBF8 is the loudest partner.

What is #f3f8eb in CMYK for printing?

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

Is #f3f8eb warm or cool?

Neutral — it scores 44 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F8F8EB; nudged cooler, #EEF8EB.

Work with #f3f8eb in the Color Lab